Package: python-pytyrant Version: 1.1.17-1 Severity: important Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu quantal ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * Transition to dh_python2 from dh_support Please feel free to take the appropriate sections of this patch. Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers precise-updates APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 'precise'), (100, 'precise-backports') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-26-generic (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u python-pytyrant-1.1.17/debian/rules python-pytyrant-1.1.17/debian/rules --- python-pytyrant-1.1.17/debian/rules +++ python-pytyrant-1.1.17/debian/rules @@ -13 +13 @@ - dh $@ + dh $@ --with python2 diff -u python-pytyrant-1.1.17/debian/control python-pytyrant-1.1.17/debian/control --- python-pytyrant-1.1.17/debian/control +++ python-pytyrant-1.1.17/debian/control @@ -1,9 +1,10 @@ Source: python-pytyrant Section: python Priority: optional -Maintainer: David Watson <da...@bashton.com> +Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com> +XSBC-Original-Maintainer: David Watson <da...@bashton.com> Uploaders: David Watson <dwat...@debian.org> -Build-Depends: debhelper (>= 7), python-support, python-setuptools +Build-Depends: debhelper (>= 7), python-setuptools, python (>= 2.6.6-3~) Standards-Version: 3.8.3 Homepage: http://code.google.com/p/pytyrant/ diff -u python-pytyrant-1.1.17/debian/changelog python-pytyrant-1.1.17/debian/changelog