[Python-modules-commits] r25132 - in packages/tagpy/trunk/debian (changelog rules)
nijel at users.alioth.debian.org
nijel at users.alioth.debian.org
Wed Jul 10 10:12:08 UTC 2013
Date: Wednesday, July 10, 2013 @ 10:12:04
Author: nijel
Revision: 25132
Fixed parameters passed to dh.
Modified:
packages/tagpy/trunk/debian/changelog
packages/tagpy/trunk/debian/rules
Modified: packages/tagpy/trunk/debian/changelog
===================================================================
--- packages/tagpy/trunk/debian/changelog 2013-07-10 09:06:16 UTC (rev 25131)
+++ packages/tagpy/trunk/debian/changelog 2013-07-10 10:12:04 UTC (rev 25132)
@@ -1,8 +1,8 @@
-tagpy (2013.1-2) UNRELEASED; urgency=low
+tagpy (2013.1-2) unstable; urgency=low
- * NOT RELEASED YET
+ * Fixed parameters passed to dh.
- -- Michal ÄihaÅ <nijel at debian.org> Wed, 10 Jul 2013 11:05:34 +0200
+ -- Michal ÄihaÅ <nijel at debian.org> Wed, 10 Jul 2013 12:11:59 +0200
tagpy (2013.1-1) unstable; urgency=low
Modified: packages/tagpy/trunk/debian/rules
===================================================================
--- packages/tagpy/trunk/debian/rules 2013-07-10 09:06:16 UTC (rev 25131)
+++ packages/tagpy/trunk/debian/rules 2013-07-10 10:12:04 UTC (rev 25132)
@@ -4,7 +4,7 @@
#export DH_VERBOSE=1
%:
- dh $@ --with python2 build
+ dh $@ --with python2
PYVERSIONS=$(shell pyversions -v -r)
More information about the Python-modules-commits
mailing list