[Python-modules-commits] r17053 - in packages/pyzmq/trunk/debian (changelog control rules)
bzed at users.alioth.debian.org
bzed at users.alioth.debian.org
Thu May 19 17:40:51 UTC 2011
Date: Thursday, May 19, 2011 @ 17:40:49
Author: bzed
Revision: 17053
* New upstream version.
* Build-depend on zeromq 2.1.7.
* Bump Standards-Version to 3.9.2, no changes needed.
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 2011-05-19 14:29:20 UTC (rev 17052)
+++ packages/pyzmq/trunk/debian/changelog 2011-05-19 17:40:49 UTC (rev 17053)
@@ -1,3 +1,11 @@
+pyzmq (2.1.7-1) unstable; urgency=low
+
+ * New upstream version.
+ * Build-depend on zeromq 2.1.7.
+ * Bump Standards-Version to 3.9.2, no changes needed.
+
+ -- Bernd Zeimetz <bzed at debian.org> Thu, 19 May 2011 19:38:28 +0200
+
pyzmq (2.0.10.1-2) unstable; urgency=low
* Team upload.
Modified: packages/pyzmq/trunk/debian/control
===================================================================
--- packages/pyzmq/trunk/debian/control 2011-05-19 14:29:20 UTC (rev 17052)
+++ packages/pyzmq/trunk/debian/control 2011-05-19 17:40:49 UTC (rev 17053)
@@ -3,9 +3,10 @@
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.4),
- python-all-dbg (>= 2.4), python-setuptools, cython-dbg (>= 0.13), libzmq-dev
-Standards-Version: 3.9.1
+Build-Depends: debhelper (>= 7.0.50~),
+ python-all-dev (>= 2.4), python-all-dbg (>= 2.4), python-setuptools, cython-dbg (>= 0.13),
+ libzmq-dev (>= 2.1.7), libzmq-dev (<= 2.1.8)
+Standards-Version: 3.9.2
X-Python-Version: >= 2.4
Homepage: http://www.zeromq.org/bindings:python
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/pyzmq/trunk
Modified: packages/pyzmq/trunk/debian/rules
===================================================================
--- packages/pyzmq/trunk/debian/rules 2011-05-19 14:29:20 UTC (rev 17052)
+++ packages/pyzmq/trunk/debian/rules 2011-05-19 17:40:49 UTC (rev 17053)
@@ -26,12 +26,12 @@
# zmq/tests/test_pubsub.py
# zmq/tests/test_reqrep.py
# zmq/tests/test_socket.py
-#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-# for python in $(shell pyversions -r); do \
-# $$python setup.py test; \
-# $$python-dbg setup.py test; \
-# done
-#endif
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ for python in $(shell pyversions -r); do \
+ $$python setup.py test; \
+ $$python-dbg setup.py test; \
+ done
+endif
override_dh_strip:
ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
More information about the Python-modules-commits
mailing list