Package: gnupginterface Version: 0.3.2-9.1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu oneiric ubuntu-patch
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 python-support is officially deprecated: http://article.gmane.org/gmane.linux.debian.devel.python/6948 As part of our work to remove python-central and python-support from our CDs, I have converted gnupginterface to use dh_python2. Please consider applying this patch to the Debian package. Thanks! *** /tmp/tmpJxkTKP In Ubuntu, the attached patch was applied to achieve the following: * Switch to dh_python2. (LP: #788514) Thanks for considering the patch. - -- System Information: Debian Release: wheezy/sid APT prefers oneiric-updates APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 'oneiric'), (100, 'oneiric-backports') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-5-generic (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBCAAGBQJOJ1CGAAoJEBJutWOnSwa//iYP/jNhfPH/PV+JEadgRS2uWjRz +fPDa8cfsO+Ok1NO9m5faVvnR0jqx5djVy0tHjofup1m6JWYDymYZRhzHApfat6g y5Gf94BpSrnmeijpMn9cawyRjwz9Miv2KzhF6PixIZRndfrnIcIel9whOLrCYlKb +Xrcdn4tBxHFzbxdfn8SzZowg4DZsh+Us2E1AV7GP35DavYOJVZ0O6MA3ECEFwnY ylTaLFb1ElFuzgFKC8vz9bNOIOa11gnFwNh9Gj8DxqAYXvWTUZYuz7lI+kgRcS9w XyvwjxrcUX5S33dPFcyCBc/bhxPEN6cTM/ZUG+LHorvOya/uJMMOjgeAS7yd8p8g 0pJG8hz9BUgjSJn9hUzX4Ge1ierxNvZ4eWxrRF1vWFhP5+fs/bsCN7bkH3ZpJBY2 rATdb+ouBjb+twJrkDVBP4RauwfZxZ+5/4XqqhqR4ic2yX02vwS9jL9lByB6XXjj fc3v11ZlnsqSKKmMl5WtcA7bypL9YdoHkLpJcBCZYPoRRI2Cp0Vd9ABVQZq500Yw 2E13ms6k29VwHyIVgkgClKSKobtjjUXFSaweFPNYv3gA5hbdFP4g4BxHnjISwIrc wN2gKXYn71NSHU4wFdkKQj4pbWu18KCHHbG2Ra+POkLS3q1JWZz2B5lsTrtKAiXK m+hWqtk0Ux8dJ13NxWnp =BzsW -----END PGP SIGNATURE-----
=== modified file 'debian/changelog' === modified file 'debian/control' --- debian/control 2010-11-22 15:24:01 +0000 +++ debian/control 2011-07-20 21:53:13 +0000 @@ -4,8 +4,7 @@ Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com> XSBC-Original-Maintainer: Guilherme de S. Pastore <gpast...@colband.com.br> Uploaders: Debian Python Modules Team <python-modules-t...@lists.alioth.debian.org>, Gustavo Franco <stra...@debian.org> -Build-Depends: cdbs (>= 0.4.41), debhelper (>= 5.0.37.1), python -Build-Depends-Indep: python-support (>= 0.6) +Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 5.0.37.1), python (>= 2.6.6-3~) Standards-Version: 3.7.2 Package: python-gnupginterface === removed file 'debian/pycompat' --- debian/pycompat 2007-08-24 01:47:09 +0000 +++ debian/pycompat 1970-01-01 00:00:00 +0000 @@ -1 +0,0 @@ -2 === removed file 'debian/pyversions' --- debian/pyversions 2007-08-24 01:47:09 +0000 +++ debian/pyversions 1970-01-01 00:00:00 +0000 @@ -1 +0,0 @@ -- === modified file 'debian/rules' --- debian/rules 2006-06-15 17:05:55 +0000 +++ debian/rules 2011-07-20 21:54:21 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- -DEB_PYTHON_SYSTEM=pysupport +DEB_PYTHON2_MODULE_PACKAGES = python-gnupginterface include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk @@ -12,4 +12,3 @@ clean:: -rm *.pyc *.html -