[Python-modules-commits] r28975 - in packages/txzmq/branches/wheezy-backports/debian (3 files)
olasd at users.alioth.debian.org
olasd at users.alioth.debian.org
Sun May 18 19:57:53 UTC 2014
Date: Sunday, May 18, 2014 @ 19:57:52
Author: olasd
Revision: 28975
Merge from the 0.7.2-1 release
Modified:
packages/txzmq/branches/wheezy-backports/debian/changelog
packages/txzmq/branches/wheezy-backports/debian/control
packages/txzmq/branches/wheezy-backports/debian/rules
Modified: packages/txzmq/branches/wheezy-backports/debian/changelog
===================================================================
--- packages/txzmq/branches/wheezy-backports/debian/changelog 2014-05-18 19:54:15 UTC (rev 28974)
+++ packages/txzmq/branches/wheezy-backports/debian/changelog 2014-05-18 19:57:52 UTC (rev 28975)
@@ -1,9 +1,19 @@
-txzmq (0.6.2-1~bpo70+1) wheezy-backports; urgency=low
+txzmq (0.7.2-1) unstable; urgency=medium
- * Rebuild for wheezy-backports.
+ * New upstream release
+ * Switch buildsystem to pybuild
+ * Bump Standards-Version to 3.9.5 (no changes)
- -- Nicolas Dandrimont <olasd at debian.org> Thu, 24 Oct 2013 18:44:46 +0200
+ -- Nicolas Dandrimont <olasd at debian.org> Sun, 11 May 2014 15:24:16 +0200
+txzmq (0.7.0-1) unstable; urgency=medium
+
+ * New upstream release
+ * Add myself to uploaders
+ * Bump python-zmq requirement to version 13
+
+ -- Nicolas Dandrimont <olasd at debian.org> Sat, 21 Dec 2013 19:20:23 +0100
+
txzmq (0.6.2-1) unstable; urgency=low
[ Simon Chopin ]
Modified: packages/txzmq/branches/wheezy-backports/debian/control
===================================================================
--- packages/txzmq/branches/wheezy-backports/debian/control 2014-05-18 19:54:15 UTC (rev 28974)
+++ packages/txzmq/branches/wheezy-backports/debian/control 2014-05-18 19:57:52 UTC (rev 28975)
@@ -5,12 +5,13 @@
Uploaders: Simon Chopin <chopin.simon at gmail.com>, Nicolas Dandrimont <olasd at debian.org>
Build-Depends:
debhelper (>= 9),
+ dh-python,
python-all (>= 2.6.6-3~),
python-pytest,
python-twisted-core,
- python-zmq,
+ python-zmq (>= 13),
python-zope.interface
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
X-Python-Version: >= 2.6
Homepage: https://github.com/smira/txZMQ
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/txzmq/trunk/
@@ -20,7 +21,7 @@
Architecture: all
Depends:
python-twisted-core,
- python-zmq,
+ python-zmq (>= 13),
python-zope.interface,
${misc:Depends},
${python:Depends}
Modified: packages/txzmq/branches/wheezy-backports/debian/rules
===================================================================
--- packages/txzmq/branches/wheezy-backports/debian/rules 2014-05-18 19:54:15 UTC (rev 28974)
+++ packages/txzmq/branches/wheezy-backports/debian/rules 2014-05-18 19:57:52 UTC (rev 28975)
@@ -1,13 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@ --with python2
-
-override_dh_auto_test:
- dh_auto_test
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- set -e; \
- for py in $(shell pyversions -r); do \
- $$py -m pytest txzmq/test; \
- done
-endif
+ dh $@ --with python2 --buildsystem=pybuild
More information about the Python-modules-commits
mailing list