updated to use dh_python2 unstable
authorBenjamin Mako Hill <mako@atdot.cc>
Mon, 9 Apr 2012 00:26:17 +0000 (20:26 -0400)
committerBenjamin Mako Hill <mako@atdot.cc>
Mon, 9 Apr 2012 00:28:53 +0000 (20:28 -0400)
debian/changelog
debian/control
debian/rules

index b397d8455ce4f53de6f685b16c7fee069e271908..2ea4afc15f0489bec4b62ef64828c7652ec86bf4 100644 (file)
@@ -1,3 +1,10 @@
+python-iso8601 (0.1.4-2) unstable; urgency=low
+
+  * Convert to dh_python2 (Closes: #661534)
+  * Bumped standard version to 3.9.3.
+
+ -- Benjamin Mako Hill <mako@debian.org>  Sun, 08 Apr 2012 20:25:40 -0400
+
 python-iso8601 (0.1.4-1) unstable; urgency=low
 
   * Initial release of package in Debian. (Closes: #612941)
index df695118e056f33ba115ca139610f436b7ce8ab2..ccea09e9a8490439849b68f1d214c07a78f1bff8 100644 (file)
@@ -2,9 +2,8 @@ Source: python-iso8601
 Section: python
 Priority: extra
 Maintainer: Benjamin Mako Hill <mako@debian.org>
-Build-Depends: cdbs, debhelper (>= 7.0.50~), python-all
-Build-Depends-Indep: python-support (>=0.90)
-Standards-Version: 3.9.1
+Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~)
+Standards-Version: 3.9.3
 Homepage: https://code.google.com/p/pyiso8601
 XS-Python-Version: >= 2.5
 
index caa5d14b56cb23041350d1bce8a8e9393143e512..c84c5f95cfce75fc6b3a22fa4545103b1975292b 100755 (executable)
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-DEB_PYTHON_SYSTEM=pysupport
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 

Benjamin Mako Hill || Want to submit a patch?