diff -u gnupginterface-0.3.2/debian/control gnupginterface-0.3.2/debian/control --- gnupginterface-0.3.2/debian/control +++ gnupginterface-0.3.2/debian/control @@ -1,17 +1,17 @@ Source: gnupginterface Section: python Priority: optional -Maintainer: Guilherme de S. Pastore +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Guilherme de S. Pastore Uploaders: Debian Python Modules Team , Gustavo Franco -Build-Depends: cdbs (>= 0.4.41), debhelper (>= 5.0.37.1) -Build-Depends-Indep: python, python-dev, python-support (>= 0.2.3) -XS-Python-Version: all +Build-Depends: cdbs (>= 0.4.41), debhelper (>= 5.0.37.1), python +Build-Depends-Indep: python-support (>= 0.6) Standards-Version: 3.7.2 Package: python-gnupginterface Architecture: all Depends: ${python:Depends}, gnupg (>= 1.2.1) -XB-Python-Version: ${python:Versions} +Provides: ${python:Provides} Description: Python interface to GnuPG (GPG) GnuPGInterface is a Python module to interface with GnuPG. It concentrates on interacting with GnuPG via filehandles, diff -u gnupginterface-0.3.2/debian/changelog gnupginterface-0.3.2/debian/changelog --- gnupginterface-0.3.2/debian/changelog +++ gnupginterface-0.3.2/debian/changelog @@ -1,3 +1,13 @@ +gnupginterface (0.3.2-9ubuntu1) gutsy; urgency=low + + * Rebuild to remove the .pyc file (LP: #36733) + * debian/control: + + Update to current python-support usage. + + Modify Maintainer value to match DebianMaintainerField spec. + * setup.py: Rename the licence field to license as suggested by the warning. + + -- Michael Bienia Fri, 24 Aug 2007 01:47:09 +0200 + gnupginterface (0.3.2-9) unstable; urgency=low [ Piotr Ozarowski ] only in patch2: unchanged: --- gnupginterface-0.3.2.orig/setup.py +++ gnupginterface-0.3.2/setup.py @@ -14,7 +14,7 @@ long_description = long_description, author = 'Frank J. Tobin', author_email = 'ftobin@users.sourceforge.net', - licence = 'LGPL', + license = 'LGPL', platforms = 'POSIX', keywords = 'GnuPG gpg', url = 'http://py-gnupg.sourceforge.net/', only in patch2: unchanged: --- gnupginterface-0.3.2.orig/debian/pycompat +++ gnupginterface-0.3.2/debian/pycompat @@ -0,0 +1 @@ +2 only in patch2: unchanged: --- gnupginterface-0.3.2.orig/debian/pyversions +++ gnupginterface-0.3.2/debian/pyversions @@ -0,0 +1 @@ +-