Source: python-apt Version: 0.7.100.3 Severity: serious From my pbuilder build log:
... debian/rules override_dh_auto_test make[1]: Entering directory `/tmp/buildd/python-apt-0.7.100.3' set -e; for python in python2.7 python2.6 python3.2 ; do \ $python tests/test_all.py -q || [ "linux" = "hurd" ]; \ done; [tests] Running on 2.7.1+ (default, Apr 20 2011, 14:51:56) [GCC 4.5.2] Reading package lists... Done Building dependency tree Reading state information... Done ====================================================================== FAIL: test_get_provided_packages (test_apt_cache.TestAptCache) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/buildd/python-apt-0.7.100.3/tests/test_apt_cache.py", line 68, in test_get_provided_packages self.assertEqual([p.name for p in l], ["git"]) AssertionError: Lists differ: [] != ['git'] Second list contains 1 additional elements. First extra element 0: git - [] + ['git'] ---------------------------------------------------------------------- Ran 35 tests in 6.267s FAILED (failures=1) make[1]: *** [override_dh_auto_test] Error 1 make[1]: Leaving directory `/tmp/buildd/python-apt-0.7.100.3' make: *** [build] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 -- Daniel Schepler -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org