From: Benjamin Mako Hill Date: Mon, 9 Apr 2012 00:26:17 +0000 (-0400) Subject: updated to use dh_python2 X-Git-Url: https://projects.mako.cc/source/python-iso8601.debian/commitdiff_plain/refs/heads/unstable?hp=59cc1b0d41fa7e2aea07c4771d71e8b331673913 updated to use dh_python2 --- diff --git a/debian/changelog b/debian/changelog index b397d84..2ea4afc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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) diff --git a/debian/control b/debian/control index df69511..ccea09e 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,8 @@ Source: python-iso8601 Section: python Priority: extra Maintainer: Benjamin Mako Hill -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 diff --git a/debian/rules b/debian/rules index caa5d14..c84c5f9 100755 --- a/debian/rules +++ b/debian/rules @@ -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