Your message dated Fri, 23 Jul 2010 16:31:16 +0200 with message-id <1279895476.9071.10.ca...@jak-thinkpad> and subject line Re: Bug#588576: python-apt: Binary-only NMU will FTBFS has caused the Debian Bug report #588576, regarding python-apt: Binary-only NMU will FTBFS to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 588576: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588576 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Source: python-apt Version: 0.7.95 Severity: important From my pbuilder build log, using a hook script which adds a dummy version of "0.7.95+pb1" to debian/changelog for the local rebuild: ... debian/rules override_dh_installdocs make[1]: Entering directory `/tmp/buildd/python-apt-0.7.95' set -e; if [ -z ]; then \ python setup.py build_sphinx; \ dh_installdirs -ppython-apt-doc usr/share/doc/python-apt; \ fi running build_sphinx creating build/sphinx creating build/sphinx/doctrees creating build/sphinx/html Running Sphinx v0.6.6 I: Found apt_pkg.so in /tmp/buildd/python-apt-0.7.95/build/lib.linux-x86_64-2.6 Traceback (most recent call last): File "setup.py", line 74, in <module> platforms = 'posix') File "/usr/lib/python2.6/distutils/core.py", line 152, in setup dist.run_commands() File "/usr/lib/python2.6/distutils/dist.py", line 975, in run_commands self.run_command(cmd) File "/usr/lib/python2.6/distutils/dist.py", line 995, in run_command cmd_obj.run() File "/usr/lib/pymodules/python2.6/sphinx/setup_command.py", line 80, in run freshenv=self.fresh_env) File "/usr/lib/pymodules/python2.6/sphinx/application.py", line 94, in __init__ self.config = Config(confdir, CONFIG_FILENAME, confoverrides, self.tags) File "/usr/lib/pymodules/python2.6/sphinx/config.py", line 126, in __init__ execfile(config['__file__'], config) File "/tmp/buildd/python-apt-0.7.95/doc/source/conf.py", line 81, in <module> if int(release.split("~")[0].split(".")[2]) >= 90: ValueError: invalid literal for int() with base 10: '95+pb1' make[1]: *** [override_dh_installdocs] Error 1 make[1]: Leaving directory `/tmp/buildd/python-apt-0.7.95' make: *** [binary] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2 -- Daniel Schepler
--- End Message ---
--- Begin Message ---Source: python-apt Source-Version: 0.7.96 python-apt (0.7.96) unstable; urgency=low [ Michael Vogt ] * data/templates/gNewSense.info.in, data/templates/gNewSense.mirrors: - add gNewSense template and mirrors, thanks to Karl Goetz * data/templates/Ubuntu.info.in, data/templates/Ubuntu.mirrors: - updated for Ubuntu maverick * doc/source/conf.py: - do not fail on non-digits in the version number * utils/get_debian_mirrors.py: - ignore mirrors without a county * apt/cache.py: - add new "dpkg_journal_dirty" property that can be used to detect a interrupted dpkg (the famous "E: dpkg was interrupted, you must manually run 'dpkg --configure -a'") * merged lp:~kiwinote/python-apt/merge-gdebi-changes, this port the DebPackage class fixes from gdebi into python-apt so that gdebi can use the class from python-apt directly * apt/debfile.py: - check if the debfiles provides are in conflict with the systems packages - fix py3 compatibility * tests/test_debs/*.deb, tests/test_debfile.py: - add automatic test based on the test debs from gdebi * python/progress.cc: - deal with missing return value from the acquire progress in pulse() [ Martin Pitt ] * tests/test_apt_cache.py: Test accessing the record of all packages during iteration. This both ensures that it's well-formatted and structured, and also that accessing it does not take an inordinate amount of time. This exposes a severe performance problem when using gzip compressed package indexes. * apt/cache.py: When iterating over the cache, do so sorted by package name. With this we read the the package lists linearly if we need to access the package records, instead of having to do thousands of random seeks; the latter is disastrous if we use compressed package indexes, and slower than necessary for uncompressed indexes. [ Julian Andres Klode ] * Re-enable Python 3 support for latest python-default changes (hack). -- Michael Vogt <[email protected]> Mon, 12 Jul 2010 08:58:42 +0200 On Fr, 2010-07-09 at 13:00 -0700, Daniel Schepler wrote: > Source: python-apt > Version: 0.7.95 > Severity: important > > From my pbuilder build log, using a hook script which adds a dummy version of > "0.7.95+pb1" to debian/changelog for the local rebuild: > > ... > debian/rules override_dh_installdocs > make[1]: Entering directory `/tmp/buildd/python-apt-0.7.95' > set -e; if [ -z ]; then \ > python setup.py build_sphinx; \ > dh_installdirs -ppython-apt-doc usr/share/doc/python-apt; \ > fi > running build_sphinx > creating build/sphinx > creating build/sphinx/doctrees > creating build/sphinx/html > Running Sphinx v0.6.6 > I: Found apt_pkg.so in > /tmp/buildd/python-apt-0.7.95/build/lib.linux-x86_64-2.6 > Traceback (most recent call last): > File "setup.py", line 74, in <module> > platforms = 'posix') > File "/usr/lib/python2.6/distutils/core.py", line 152, in setup > dist.run_commands() > File "/usr/lib/python2.6/distutils/dist.py", line 975, in run_commands > self.run_command(cmd) > File "/usr/lib/python2.6/distutils/dist.py", line 995, in run_command > cmd_obj.run() > File "/usr/lib/pymodules/python2.6/sphinx/setup_command.py", line 80, in run > freshenv=self.fresh_env) > File "/usr/lib/pymodules/python2.6/sphinx/application.py", line 94, in > __init__ > self.config = Config(confdir, CONFIG_FILENAME, confoverrides, self.tags) > File "/usr/lib/pymodules/python2.6/sphinx/config.py", line 126, in __init__ > execfile(config['__file__'], config) > File "/tmp/buildd/python-apt-0.7.95/doc/source/conf.py", line 81, in > <module> > if int(release.split("~")[0].split(".")[2]) >= 90: > ValueError: invalid literal for int() with base 10: '95+pb1' > make[1]: *** [override_dh_installdocs] Error 1 > make[1]: Leaving directory `/tmp/buildd/python-apt-0.7.95' > make: *** [binary] Error 2 > dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status > 2 > -- > Daniel Schepler > > > -- Julian Andres Klode - Debian Developer, Ubuntu Member See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/.
--- End Message ---

