[Python-modules-commits] r20027 - in packages/pyzmq/trunk/debian (changelog control)

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Sun Jan 15 18:01:03 UTC 2012


    Date: Sunday, January 15, 2012 @ 18:01:02
  Author: jtaylor-guest
Revision: 20027

wrap-and-sort debian/

Modified:
  packages/pyzmq/trunk/debian/changelog
  packages/pyzmq/trunk/debian/control

Modified: packages/pyzmq/trunk/debian/changelog
===================================================================
--- packages/pyzmq/trunk/debian/changelog	2012-01-15 18:01:01 UTC (rev 20026)
+++ packages/pyzmq/trunk/debian/changelog	2012-01-15 18:01:02 UTC (rev 20027)
@@ -5,6 +5,7 @@
   * ignore testsuite result due to random failures on armel and mips
     probably caused by libzmq or toolchain
   * add Python3 to short description of py3 packages
+  * wrap-and-sort debian/
 
  -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Fri, 13 Jan 2012 18:44:49 +0100
 

Modified: packages/pyzmq/trunk/debian/control
===================================================================
--- packages/pyzmq/trunk/debian/control	2012-01-15 18:01:01 UTC (rev 20026)
+++ packages/pyzmq/trunk/debian/control	2012-01-15 18:01:02 UTC (rev 20027)
@@ -3,9 +3,15 @@
 Priority: optional
 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.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), python3-all-dev (>= 3.2), python3-all-dbg (>= 3.2)
+Build-Depends: cython-dbg (>= 0.13),
+               debhelper (>= 7.0.50~),
+               libzmq-dev (<= 2.1.11),
+               libzmq-dev (>= 2.1.10),
+               python-all-dbg (>= 2.6.6-3~),
+               python-all-dev (>= 2.6.6-3~),
+               python-setuptools,
+               python3-all-dbg (>= 3.2),
+               python3-all-dev (>= 3.2)
 Standards-Version: 3.9.2
 X-Python-Version: >= 2.4
 X-Python3-Version: >= 3.2
@@ -15,7 +21,7 @@
 
 Package: python-zmq
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
 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
@@ -28,13 +34,15 @@
  message queues, multiple messaging patterns, message
  filtering (subscriptions), seamless access to multiple
  transport protocols and more.
- 
+
 Package: python-zmq-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
- python-zmq (= ${binary:Version})
+Depends: python-zmq (= ${binary:Version}),
+         ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends}
 Recommends: python-dbg
 Description: Python bindings for 0MQ library - debugging files
  Python bindings for 0MQ. 0MQ is a small, fast, and free
@@ -53,7 +61,7 @@
 
 Package: python3-zmq
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
 Description: Python3 bindings for 0MQ library
  Python bindings for 0MQ. 0MQ is a small, fast, and free
  software library that gives you message-passing concurrency
@@ -73,8 +81,10 @@
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
- python3-zmq (= ${binary:Version})
+Depends: python3-zmq (= ${binary:Version}),
+         ${misc:Depends},
+         ${python3:Depends},
+         ${shlibs:Depends}
 Recommends: python-dbg
 Description: Python3 bindings for 0MQ library - debugging files
  Python bindings for 0MQ. 0MQ is a small, fast, and free




More information about the Python-modules-commits mailing list