Package: python-iso8601 Version: 0.1.4-1 Severity: normal Tags: patch
We've recently converted python-iso8601 to use dh_python2 in Ubuntu (for the sake of promoting the package to the Main archive as dependency of a few Openstack packages). Please find the attached debdiff applied to python-iso8601_0.1.4-1 in Debian unstable so as to reduce the delta for this tiny package.
Thanks Adam
diff -Nru python-iso8601-0.1.4/debian/changelog python-iso8601-0.1.4/debian/changelog --- python-iso8601-0.1.4/debian/changelog 2011-02-11 11:31:55.000000000 -0800 +++ python-iso8601-0.1.4/debian/changelog 2012-02-27 13:10:33.000000000 -0800 @@ -1,3 +1,9 @@ +python-iso8601 (0.1.4-2) unstable; urgency=low + + * Convert to dh_python2 + + -- Adam Gandelman <ad...@canonical.com> Mon, 27 Feb 2012 13:09:12 -0800 + python-iso8601 (0.1.4-1) unstable; urgency=low * Initial release of package in Debian. (Closes: #612941) diff -Nru python-iso8601-0.1.4/debian/control python-iso8601-0.1.4/debian/control --- python-iso8601-0.1.4/debian/control 2011-02-11 11:31:38.000000000 -0800 +++ python-iso8601-0.1.4/debian/control 2012-02-27 13:12:37.000000000 -0800 @@ -2,9 +2,8 @@ Section: python Priority: extra Maintainer: Benjamin Mako Hill <m...@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.2 Homepage: https://code.google.com/p/pyiso8601 XS-Python-Version: >= 2.5 diff -Nru python-iso8601-0.1.4/debian/rules python-iso8601-0.1.4/debian/rules --- python-iso8601-0.1.4/debian/rules 2011-02-11 11:30:42.000000000 -0800 +++ python-iso8601-0.1.4/debian/rules 2012-02-27 13:08:33.000000000 -0800 @@ -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