[Python-modules-commits] r27041 - in packages/pyzmq/trunk/debian (changelog control rules)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Sat Jan 4 16:26:46 UTC 2014
Date: Saturday, January 4, 2014 @ 16:26:45
Author: jtaylor-guest
Revision: 27041
add dh-python to build depends and add pypy to --with
Modified:
packages/pyzmq/trunk/debian/changelog
packages/pyzmq/trunk/debian/control
packages/pyzmq/trunk/debian/rules
Modified: packages/pyzmq/trunk/debian/changelog
===================================================================
--- packages/pyzmq/trunk/debian/changelog 2014-01-04 16:26:40 UTC (rev 27040)
+++ packages/pyzmq/trunk/debian/changelog 2014-01-04 16:26:45 UTC (rev 27041)
@@ -1,6 +1,7 @@
pyzmq (13.1.0-2) UNRELEASED; urgency=low
* provide pypy-zmq package
+ * build package with pybuild
* bump cython build depend version to required >= 0.16 (Closes: #721711)
* run nose with zmq.tests to avoid autopkgtest issues if optional
dependencies are missing
Modified: packages/pyzmq/trunk/debian/control
===================================================================
--- packages/pyzmq/trunk/debian/control 2014-01-04 16:26:40 UTC (rev 27040)
+++ packages/pyzmq/trunk/debian/control 2014-01-04 16:26:45 UTC (rev 27041)
@@ -7,6 +7,7 @@
Build-Depends: cython (>= 0.16),
cython-dbg (>= 0.16),
debhelper (>= 8.1~),
+ dh-python,
dpkg-dev (>= 1.16.1~),
libzmq3-dev,
pypy (>= 2.0.0),
@@ -110,7 +111,7 @@
Package: pypy-zmq
Architecture: any
-Depends: pypy (>= 2.0.0), ${misc:Depends}, ${shlibs:Depends}, libzmq3-dev
+Depends: libzmq3-dev, pypy (>= 2.0.0), ${misc:Depends}, ${shlibs:Depends}
Description: PyPy bindings for 0MQ library
Python bindings for 0MQ. 0MQ is a small, fast, and free
software library that gives you message-passing concurrency
Modified: packages/pyzmq/trunk/debian/rules
===================================================================
--- packages/pyzmq/trunk/debian/rules 2014-01-04 16:26:40 UTC (rev 27040)
+++ packages/pyzmq/trunk/debian/rules 2014-01-04 16:26:45 UTC (rev 27041)
@@ -12,7 +12,7 @@
export DH_VERBOSE=1
%:
- dh $@ --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python2,python3,pypy --buildsystem=pybuild
override_dh_install:
dh_install
More information about the Python-modules-commits
mailing list