Package: python-redis Version: 2.4.13-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: We have applied the attached patch to the Ubuntu package in order to transition this from python-support to use dh_python2. 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 -Nru python-redis-2.4.13/debian/changelog python-redis-2.4.13/debian/changelog diff -Nru python-redis-2.4.13/debian/control python-redis-2.4.13/debian/control --- python-redis-2.4.13/debian/control 2012-06-13 11:18:18.000000000 -0400 +++ python-redis-2.4.13/debian/control 2012-07-06 15:56:27.000000000 -0400 @@ -1,9 +1,10 @@ Source: python-redis Section: python Priority: optional -Maintainer: Chris Lamb <la...@debian.org> +Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com> +XSBC-Original-Maintainer: Chris Lamb <la...@debian.org> Build-Depends: debhelper (>= 7) -Build-Depends-Indep: python-support +Build-Depends-Indep: python (>= 2.6.6-3~) Standards-Version: 3.9.2 Vcs-Git: git://github.com/lamby/pkg-python-redis.git Vcs-Browser: https://github.com/lamby/pkg-python-redis diff -Nru python-redis-2.4.13/debian/rules python-redis-2.4.13/debian/rules --- python-redis-2.4.13/debian/rules 2012-06-13 11:18:18.000000000 -0400 +++ python-redis-2.4.13/debian/rules 2012-07-06 15:50:21.000000000 -0400 @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with python2