[Python-modules-commits] r24160 - in packages/dnspython3/trunk/debian (changelog control rules)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Mon May 6 22:40:27 UTC 2013


    Date: Monday, May 6, 2013 @ 22:40:25
  Author: kitterman
Revision: 24160

* Use dh_clean instead of dh_auto_clean to avoid use of pyversions and FTBFS
  with debhelper >= 9.20130504
* Bump standards version to 3.9.4 without further change

Modified:
  packages/dnspython3/trunk/debian/changelog
  packages/dnspython3/trunk/debian/control
  packages/dnspython3/trunk/debian/rules

Modified: packages/dnspython3/trunk/debian/changelog
===================================================================
--- packages/dnspython3/trunk/debian/changelog	2013-05-06 18:38:58 UTC (rev 24159)
+++ packages/dnspython3/trunk/debian/changelog	2013-05-06 22:40:25 UTC (rev 24160)
@@ -1,9 +1,15 @@
-dnspython3 (1.10.0-2) UNRELEASED; urgency=low
+dnspython3 (1.10.0-2) unstable; urgency=low
 
+  [ Jakub Wilk ]
   * Add Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 15:05:48 +0200
+  [ Scott Kitterman ]
+  * Use dh_clean instead of dh_auto_clean to avoid use of pyversions and FTBFS
+    with debhelper >= 9.20130504
+  * Bump standards version to 3.9.4 without further change
 
+ -- Scott Kitterman <scott at kitterman.com>  Mon, 06 May 2013 18:27:25 -0400
+
 dnspython3 (1.10.0-1) unstable; urgency=low
 
   [ Matthew Grant ]

Modified: packages/dnspython3/trunk/debian/control
===================================================================
--- packages/dnspython3/trunk/debian/control	2013-05-06 18:38:58 UTC (rev 24159)
+++ packages/dnspython3/trunk/debian/control	2013-05-06 22:40:25 UTC (rev 24160)
@@ -5,7 +5,7 @@
 Uploaders: Robert S. Edmonds <edmonds at debian.org>, Matthew Grant <matthewgrant5 at gmail.com>, Scott Kitterman <scott at kitterman.com>
 Build-Depends: debhelper (>= 7.3.16), python3-all (>= 3.2)
 Homepage: http://www.dnspython.org
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 X-Python3-Version: >= 3.2
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/dnspython3/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/dnspython3/trunk/

Modified: packages/dnspython3/trunk/debian/rules
===================================================================
--- packages/dnspython3/trunk/debian/rules	2013-05-06 18:38:58 UTC (rev 24159)
+++ packages/dnspython3/trunk/debian/rules	2013-05-06 22:40:25 UTC (rev 24160)
@@ -14,6 +14,6 @@
 override_dh_auto_install: $(PYTHON3:%=install-python%)
 
 override_dh_auto_clean:
-	dh_auto_clean
+	dh_clean
 	rm -rf build
 	rm -rf *.egg-info




More information about the Python-modules-commits mailing list