tag 380816 + patch thanks Hi,
Attached is the diff to migrate gimp to the last python policy. as you already used dh_python, the patch is just to build-depend upon a recent enough python-support and call dh_pysupport instead of dh_python. please consider applying it in a next upload. Thanks. -- ·O· Pierre Habouzit ··O [EMAIL PROTECTED] OOO http://www.madism.org
diff -u gimp-2.2.13/debian/control gimp-2.2.13/debian/control --- gimp-2.2.13/debian/control +++ gimp-2.2.13/debian/control @@ -3,8 +3,7 @@ Section: graphics Maintainer: Ari Pollak <[EMAIL PROTECTED]> Standards-Version: 3.6.1 -Build-Depends: debhelper (>= 5), cdbs (>= 0.4.37), autotools-dev, patchutils, gettext, intltool, libx11-dev | xlibs-dev, libice-dev | xlibs-dev, libsm-dev | xlibs-dev, libxmu-dev | xlibs-dev, libxpm-dev | xlibs-dev, libxt-dev | xlibs-dev, libaa1-dev, libgtk2.0-dev (>= 2.4.4-1), libgtkhtml2-dev (>= 2.0.0), libjpeg62-dev, libart-2.0-dev, libpng-dev, zlib1g-dev, libtiff4-dev, python-dev, python-gtk2-dev, libexif-dev (>= 0.6.12), libmng-dev, librsvg2-dev (>= 2.7.2-2), libfontconfig1-dev (>= 2.2.0), libwmf-dev (>= 0.2.8-1.1), sed (>= 3.95), libfreetype6-dev (>= 2.2), libasound2-dev (>= 1.0.0) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386] - +Build-Depends: debhelper (>= 5), cdbs (>= 0.4.37), autotools-dev, patchutils, gettext, intltool, libx11-dev | xlibs-dev, libice-dev | xlibs-dev, libsm-dev | xlibs-dev, libxmu-dev | xlibs-dev, libxpm-dev | xlibs-dev, libxt-dev | xlibs-dev, libaa1-dev, libgtk2.0-dev (>= 2.4.4-1), libgtkhtml2-dev (>= 2.0.0), libjpeg62-dev, libart-2.0-dev, libpng-dev, zlib1g-dev, libtiff4-dev, python-support (>= 0.4), python-dev, python-gtk2-dev, libexif-dev (>= 0.6.12), libmng-dev, librsvg2-dev (>= 2.7.2-2), libfontconfig1-dev (>= 2.2.0), libwmf-dev (>= 0.2.8-1.1), sed (>= 3.95), libfreetype6-dev (>= 2.2), libasound2-dev (>= 1.0.0) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386] Package: libgimp2.0 Architecture: any Section: libs diff -u gimp-2.2.13/debian/rules gimp-2.2.13/debian/rules --- gimp-2.2.13/debian/rules +++ gimp-2.2.13/debian/rules @@ -57 +57 @@ - dh_python -pgimp-python /usr/lib/gimp/2.0/python + dh_pysupport -pgimp-python /usr/lib/gimp/2.0/python diff -u gimp-2.2.13/debian/changelog gimp-2.2.13/debian/changelog --- gimp-2.2.13/debian/changelog +++ gimp-2.2.13/debian/changelog @@ -1,3 +1,10 @@ +gimp (2.2.13-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Update package to the last python policy (Closes: #380816). + + -- Pierre Habouzit <[EMAIL PROTECTED]> Sun, 3 Sep 2006 19:48:27 +0200 + gimp (2.2.13-1) unstable; urgency=low * New upstream release
signature.asc
Description: Digital signature

