Hello, Please find attached the diff for my NMU which solves this bug and upgrades Standards-V.
Thanks, Jose
diff -u python-gd-0.52debian/debian/control python-gd-0.52debian/debian/control --- python-gd-0.52debian/debian/control +++ python-gd-0.52debian/debian/control @@ -3,14 +3,14 @@ Priority: extra Maintainer: Ernesto Nadir Crespo Avila <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 5.0.37.2), autoconf, python-all-dev (>= 2.3.5-11), libgd2-xpm-dev, libjpeg62-dev, libpng12-dev, zlib1g-dev, libfreetype6-dev, python-support (>= 0.3) -Standards-Version: 3.7.2 +Standards-Version: 3.7.3 Package: python-gd Architecture: any Depends: ${python:Depends}, ${shlibs:Depends} Provides: ${python:Provides} XB-Python-Version: ${python:Versions} -Suggests: ttf-bitstream-vera | ttf-freefont +Suggests: ttf-dejavu | ttf-freefont Description: Python module wrapper for libgd Provides PNG, JPEG, and XPM creation and manipulation routines through the libgd library. diff -u python-gd-0.52debian/debian/changelog python-gd-0.52debian/debian/changelog --- python-gd-0.52debian/debian/changelog +++ python-gd-0.52debian/debian/changelog @@ -1,3 +1,11 @@ +python-gd (0.52debian-3.1) unstable; urgency=low + + * Non-maintainer upload. + * Changes ttf-bitstream-vera suggestion (Closes: #461286) + * Updating Standards-Version to 3.7.3. + + -- Jose Parrella <[EMAIL PROTECTED]> Mon, 07 Apr 2008 15:09:41 -0430 + python-gd (0.52debian-3) unstable; urgency=low * New Maintainer (closes: #223755).