tag 521078 pending thanks Philipp Kern <pk...@debian.org> (19/06/2009): > Matthias, > > On Mon, Jun 08, 2009 at 10:42:29PM +0200, Petr Salinger wrote: > > the current version fails to build on GNU/kFreeBSD. > > The failure is not GNU/kFreeBSD specific. > > > > Please change Build-Depends and Build-Conflicts as shown bellow.
Sorry Petr, forgot to thank you in the changelog entry. Anyway, I've written up some justification for people who might be wondering why that is needed (I had to have a look, it wasn't all crystal-clear to me, that's why I postponed a bit replying to this bug). Of course, that might have been quicker if Matthias replied, since he is responsible for the blt-dev change⦠> > --- debian/control > > +++ debian/control > > @@ -2,8 +2,8 @@ > > Section: python > > Priority: optional > > Maintainer: Matthias Klose <d...@debian.org> > > -Build-Depends: debhelper (>= 5), python-all-dev (>= 2.5.2), > > python-all-dbg, python-central, tk8.4-dev, blt-dev (>= 2.4z), libgdbm-dev, > > python2.5-dev > > -Build-Conflicts: tcl8.0-dev, tk8.0-dev, tcl8.2-dev, tk8.2-dev, tcl8.3-dev, > > tk8.3-dev > > +Build-Depends: debhelper (>= 5), python-all-dev (>= 2.5.2), > > python-all-dbg, python-central, tk8.5-dev, blt-dev (>= 2.4z-4.1), > > libgdbm-dev, python2.5-dev > > +Build-Conflicts: tcl8.0-dev, tk8.0-dev, tcl8.2-dev, tk8.2-dev, tcl8.3-dev, > > tk8.3-dev, tcl8.4-dev, tk8.4-dev > > XS-Python-Version: 2.5, 2.4 > > Standards-Version: 3.7.3 > > could you please take a look at that patch / do an upload? No NACK, I'm therefore uploading a package to DELAYED/1, see attached debdiff. Thanks for prodding, Philipp. Mraw, KiBi.
diff -Nru python-stdlib-extensions-2.5.2/debian/changelog python-stdlib-extensions-2.5.2/debian/changelog --- python-stdlib-extensions-2.5.2/debian/changelog 2008-04-17 23:29:30.000000000 +0200 +++ python-stdlib-extensions-2.5.2/debian/changelog 2009-07-01 03:45:52.000000000 +0200 @@ -1,3 +1,17 @@ +python-stdlib-extensions (2.5.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with newer blt-dev (Closes: #521078): + - blt-dev is now built against Tcl/Tk 8.5, so building this package + against Tcl/Tk 8.4 breaks badly. + - Switch to tk8.5-dev in Build-Depends accordingly. + - Mimick what was done previously and add tcl8.4-dev and tk8.4-dev to + Build-Conflicts. + - Bump the versioned B-D on blt-dev to 2.4z-4.1 to make sure the + build is tried with a blt-dev version built against Tcl/Tk 8.5. + + -- Cyril Brulebois <k...@debian.org> Wed, 01 Jul 2009 03:39:20 +0200 + python-stdlib-extensions (2.5.2-1) unstable; urgency=low * Bump the package version to 2.5.2. diff -Nru python-stdlib-extensions-2.5.2/debian/control python-stdlib-extensions-2.5.2/debian/control --- python-stdlib-extensions-2.5.2/debian/control 2008-04-17 23:30:09.000000000 +0200 +++ python-stdlib-extensions-2.5.2/debian/control 2009-07-01 03:44:18.000000000 +0200 @@ -2,8 +2,8 @@ Section: python Priority: optional Maintainer: Matthias Klose <d...@debian.org> -Build-Depends: debhelper (>= 5), python-all-dev (>= 2.5.2), python-all-dbg, python-central, tk8.4-dev, blt-dev (>= 2.4z), libgdbm-dev, python2.5-dev -Build-Conflicts: tcl8.0-dev, tk8.0-dev, tcl8.2-dev, tk8.2-dev, tcl8.3-dev, tk8.3-dev +Build-Depends: debhelper (>= 5), python-all-dev (>= 2.5.2), python-all-dbg, python-central, tk8.5-dev, blt-dev (>= 2.4z-4.1), libgdbm-dev, python2.5-dev +Build-Conflicts: tcl8.0-dev, tk8.0-dev, tcl8.2-dev, tk8.2-dev, tcl8.3-dev, tk8.3-dev, tcl8.4-dev, tk8.4-dev XS-Python-Version: 2.5, 2.4 Standards-Version: 3.7.3