Package: waitress Version: 0.8.7-2 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu trusty ubuntu-patch
Dear Maintainer, In Ubuntu, the attached patch was applied to achieve the following: * d/control: Switch to using dh-python, drop versioning on python3 BD. Using dh-python means that this can be backported to older Debian/Ubuntu releases a little more easily. Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers trusty-updates APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 'trusty'), (100, 'trusty-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.12.0-4-generic (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru waitress-0.8.7/debian/changelog waitress-0.8.7/debian/changelog diff -Nru waitress-0.8.7/debian/control waitress-0.8.7/debian/control --- waitress-0.8.7/debian/control 2013-10-03 14:15:51.000000000 +0100 +++ waitress-0.8.7/debian/control 2013-12-06 11:00:43.000000000 +0000 @@ -4,10 +4,11 @@ Priority: optional Homepage: http://github.com/Pylons/waitress Build-Depends: + dh-python, python-setuptools (>= 0.6.24), python3-setuptools (>= 0.6.24), python-all (>= 2.6.6-3), - python3-all (>= 3.3.0-2), python-sphinx (>= 1.0.7+dfsg) | python3-sphinx, + python3-all, python-sphinx (>= 1.0.7+dfsg) | python3-sphinx, debhelper (>= 9) Standards-Version: 3.9.4

