package: pygtk severity: important version: 2.17.0-2 tag: patch i made some changes to the pygtk control file to make it installable without python2.5 (see attached patch). not sure if i've lost anything important by doing it this way, but it works for me. marking as important since the python2.6 transition needs to happen before squeeze.
mike
--- tmp2/pygtk-2.17.0/debian/control.in 2010-07-22 23:40:19.000000000 -0400 +++ pygtk-2.17.0/debian/control.in 2010-07-19 02:23:43.000000000 -0400 @@ -11,9 +11,6 @@ autotools-dev, quilt, xvfb (>= 2:1.6.0), xauth, xfonts-base, - python2.5-dev (>= 2.5.2-5), - python-all-dev (>= 2.5), - python-all-dbg, libgtk2.0-dev (>= 2.18.0), libglib2.0-dev (>= 2.8.0), libpango1.0-dev (>= 1.21.4), @@ -27,7 +24,7 @@ xsltproc, docbook-xsl, gnome-icon-theme -XS-Python-Version: >= 2.5 +XS-Python-Version: >= 2.6 Standards-Version: 3.8.4 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/experimental/pygtk/ Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/experimental/pygtk/ @@ -36,7 +33,6 @@ Package: python-gtk2 Architecture: any Depends: ${python:Depends}, - python2.5 (>= 2.5.2-5), ${shlibs:Depends}, ${misc:Depends} Python-Depends: python-cairo (>= 1.0.2-1.1), @@ -81,7 +77,6 @@ python-gtk2 (>= ${source:Version}), libglib2.0-dev (>= 2.8), libgtk2.0-dev (>= 2.13.6), - python2.5-dev (>= 2.5.2-5), python-dev, python-gobject-dev (>= 2.15.3) Recommends: python-gtk2-doc