[Python-modules-commits] r25125 - in packages/billiard/trunk/debian (4 files)
toabctl-guest at users.alioth.debian.org
toabctl-guest at users.alioth.debian.org
Tue Jul 9 17:47:33 UTC 2013
Date: Tuesday, July 9, 2013 @ 17:47:30
Author: toabctl-guest
Revision: 25125
* Update package to version 2.7.3.31.
* Remove debian/pyversions.
Modified:
packages/billiard/trunk/debian/changelog
packages/billiard/trunk/debian/control
packages/billiard/trunk/debian/rules
Deleted:
packages/billiard/trunk/debian/pyversions
Modified: packages/billiard/trunk/debian/changelog
===================================================================
--- packages/billiard/trunk/debian/changelog 2013-07-09 00:02:22 UTC (rev 25124)
+++ packages/billiard/trunk/debian/changelog 2013-07-09 17:47:30 UTC (rev 25125)
@@ -1,10 +1,11 @@
-billiard (2.7.3.18-1) UNRELEASED; urgency=low
+billiard (2.7.3.31-1) UNRELEASED; urgency=low
[ Fladischer Michael ]
* Initial release (Closes: #571656)
[ Thomas Bechtold ]
- * Update package to version 2.7.3.18 .
+ * Update package to version 2.7.3.31.
+ * Remove debian/pyversions.
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
Modified: packages/billiard/trunk/debian/control
===================================================================
--- packages/billiard/trunk/debian/control 2013-07-09 00:02:22 UTC (rev 25124)
+++ packages/billiard/trunk/debian/control 2013-07-09 17:47:30 UTC (rev 25125)
@@ -8,8 +8,8 @@
python-all-dev (>= 2.6.6-3~),
python-all-dbg,
python-setuptools,
-X-Python-Version: >= 2.7, << 3
-Standards-Version: 3.9.3
+X-Python-Version: >= 2.7
+Standards-Version: 3.9.4
Homepage: https://github.com/celery/billiard
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/billiard/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/billiard/trunk/
Deleted: packages/billiard/trunk/debian/pyversions
===================================================================
--- packages/billiard/trunk/debian/pyversions 2013-07-09 00:02:22 UTC (rev 25124)
+++ packages/billiard/trunk/debian/pyversions 2013-07-09 17:47:30 UTC (rev 25125)
@@ -1 +0,0 @@
-2.5-
Modified: packages/billiard/trunk/debian/rules
===================================================================
--- packages/billiard/trunk/debian/rules 2013-07-09 00:02:22 UTC (rev 25124)
+++ packages/billiard/trunk/debian/rules 2013-07-09 17:47:30 UTC (rev 25125)
@@ -4,8 +4,25 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+#PYVERS := $(shell pyversions -r)
+
%:
dh $@ --with python2 --buildsystem=python_distutils
override_dh_installdocs:
dh_installdocs -XREADME -XTODO -a
+
+
+#TODO: enable testsuite - but more debian packages needed for that (eg. nose-cover3)
+#override_dh_auto_test:
+#ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+# set -ex; \
+# for py in $(PYVERS); do \
+# $$py setup.py test; \
+# done
+#endif
+
+
+override_dh_auto_clean:
+ rm -rf dist build setup.cfg PKG-INFO billiard.egg-info
+ find -name '*\.py[co]' -delete
More information about the Python-modules-commits
mailing list