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

jtaylor-guest at users.alioth.debian.org jtaylor-guest at users.alioth.debian.org
Sat Jan 14 10:19:58 UTC 2012


    Date: Saturday, January 14, 2012 @ 10:19:56
  Author: jtaylor-guest
Revision: 20017

add Python3 to short description of py3 packages

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

Modified: packages/pyzmq/trunk/debian/changelog
===================================================================
--- packages/pyzmq/trunk/debian/changelog	2012-01-13 20:55:23 UTC (rev 20016)
+++ packages/pyzmq/trunk/debian/changelog	2012-01-14 10:19:56 UTC (rev 20017)
@@ -4,6 +4,7 @@
   * properly clean to allow building twice in a row
   * 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
 
  -- 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-13 20:55:23 UTC (rev 20016)
+++ packages/pyzmq/trunk/debian/control	2012-01-14 10:19:56 UTC (rev 20017)
@@ -54,7 +54,7 @@
 Package: python3-zmq
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends}
-Description: Python bindings for 0MQ library
+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
  for applications in most common languages.
@@ -76,7 +76,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
  python3-zmq (= ${binary:Version})
 Recommends: python-dbg
-Description: Python bindings for 0MQ library - debugging files
+Description: Python3 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
  for applications in most common languages.




More information about the Python-modules-commits mailing list