Bug#747388: autopkgtest depends on nonexisting python.zope.i18n (typo)
Martin Pitt
martin.pitt at ubuntu.com
Thu May 8 07:46:41 UTC 2014
Package: python-chameleon
Version: 2.6.1-2
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch utopic
User: autopkgtest-devel at lists.alioth.debian.org
Usertags: autopkgtest
Hello,
python-chameleon's autopkgtest currently fails [1] because it can't
find the "python.zope.i18n" package. This is just a typo in
debian/tests/control, simple patch attached.
Curiously this seems to work with pbuilder-satisfydepends-classic in
the last run on ci.debian.net [2], but latest autopkgtest does not use
pbuilder any more, so the test will soon break in Debian as well.
Thanks for considering,
Martin
[1] https://jenkins.qa.ubuntu.com/job/utopic-adt-python-chameleon/ARCH=i386,label=adt/1/console
[2] http://ci.debian.net/data/unstable-amd64/packages/p/python-chameleon/2014-05-06.log
--
Martin Pitt | http://www.piware.de
Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
-------------- next part --------------
diff -Nru python-chameleon-2.6.1/debian/changelog python-chameleon-2.6.1/debian/changelog
--- python-chameleon-2.6.1/debian/changelog 2014-02-06 06:56:26.000000000 +0100
+++ python-chameleon-2.6.1/debian/changelog 2014-05-08 09:41:33.000000000 +0200
@@ -1,3 +1,9 @@
+python-chameleon (2.6.1-2ubuntu1) utopic; urgency=medium
+
+ * Fix package name typo in test depends.
+
+ -- Martin Pitt <martin.pitt at ubuntu.com> Thu, 08 May 2014 09:41:21 +0200
+
python-chameleon (2.6.1-2) unstable; urgency=medium
* Team upload.
diff -Nru python-chameleon-2.6.1/debian/tests/control python-chameleon-2.6.1/debian/tests/control
--- python-chameleon-2.6.1/debian/tests/control 2014-02-06 06:17:41.000000000 +0100
+++ python-chameleon-2.6.1/debian/tests/control 2014-05-08 09:41:19.000000000 +0200
@@ -1,2 +1,2 @@
Tests: all
-Depends: @, python-zope.testing, python-zope.interface, python-zope.component, python.zope.i18n
+Depends: @, python-zope.testing, python-zope.interface, python-zope.component, python-zope.i18n
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-zope-developers/attachments/20140508/fddab370/attachment.sig>
More information about the pkg-zope-developers
mailing list