[Python-modules-commits] r19518 - in packages/pyzmq/trunk/debian (changelog control)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Mon Dec 5 20:36:36 UTC 2011
Date: Monday, December 5, 2011 @ 20:36:34
Author: jtaylor-guest
Revision: 19518
* remove python:Provides, python:Breaks and XB-Python-Version
not needed with dh_python2
* bump python dependency to >= 2.6.6-3~ for dh_python2
Modified:
packages/pyzmq/trunk/debian/changelog
packages/pyzmq/trunk/debian/control
Modified: packages/pyzmq/trunk/debian/changelog
===================================================================
--- packages/pyzmq/trunk/debian/changelog 2011-12-05 15:01:45 UTC (rev 19517)
+++ packages/pyzmq/trunk/debian/changelog 2011-12-05 20:36:34 UTC (rev 19518)
@@ -1,3 +1,12 @@
+pyzmq (2.1.10-2) UNRELEASED; urgency=low
+
+ * remove python:Provides, python:Breaks and XB-Python-Version
+ not needed with dh_python2
+ * bump python dependency to >= 2.6.6-3~ for dh_python2
+
+
+ -- Julian Taylor <jtaylor.debian at googlemail.com> Sun, 04 Dec 2011 16:43:30 +0100
+
pyzmq (2.1.10-1) unstable; urgency=low
* New upstream version
Modified: packages/pyzmq/trunk/debian/control
===================================================================
--- packages/pyzmq/trunk/debian/control 2011-12-05 15:01:45 UTC (rev 19517)
+++ packages/pyzmq/trunk/debian/control 2011-12-05 20:36:34 UTC (rev 19518)
@@ -4,7 +4,7 @@
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Miguel Landaeta <miguel at miguel.cc>
Build-Depends: debhelper (>= 7.0.50~),
- python-all-dev (>= 2.4), python-all-dbg (>= 2.4), python-setuptools, cython-dbg (>= 0.13),
+ python-all-dev (>= 2.6.6-3~), python-all-dbg (>= 2.6.6-3~), python-setuptools, cython-dbg (>= 0.13),
libzmq-dev (>= 2.1.10), libzmq-dev (<= 2.1.11)
Standards-Version: 3.9.2
X-Python-Version: >= 2.4
@@ -15,9 +15,6 @@
Package: python-zmq
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
-Provides: ${python:Provides}
-Breaks: ${python:Breaks}
-XB-Python-Version: ${python:Versions}
Description: Python bindings for 0MQ library
Python bindings for 0MQ. 0MQ is a small, fast, and free
software library that gives you message-passing concurrency
@@ -38,7 +35,6 @@
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
python-zmq (= ${binary:Version})
Recommends: python-dbg
-Breaks: ${python:Breaks}
Description: Python bindings for 0MQ library - debugging files
Python bindings for 0MQ. 0MQ is a small, fast, and free
software library that gives you message-passing concurrency
More information about the Python-modules-commits
mailing list