diff -Nru click-0.4.32/debian/changelog click-0.4.32.1/debian/changelog --- click-0.4.32/debian/changelog 2014-09-06 12:06:31.000000000 +0000 +++ click-0.4.32.1/debian/changelog 2014-09-09 10:02:01.000000000 +0000 @@ -1,3 +1,10 @@ +click (0.4.32.1) utopic; urgency=low + + [ Michael Vogt ] + * fix autopkgtest failure found in 0.4.32 + + -- Ubuntu daily release Tue, 09 Sep 2014 10:02:00 +0000 + click (0.4.32) utopic; urgency=medium [ Daniel Holbach ] @@ -16,7 +23,7 @@ * Only install trusted click packages by default. To override you can run "pkcon --allow-untrusted" (LP: #1360582) - -- Ubuntu daily release Sat, 06 Sep 2014 12:06:31 +0000 + -- Ubuntu daily release Mon, 08 Sep 2014 09:50:43 +0000 click (0.4.31.3) utopic; urgency=medium diff -Nru click-0.4.32/debian/tests/control click-0.4.32.1/debian/tests/control --- click-0.4.32/debian/tests/control 2014-09-06 12:06:16.000000000 +0000 +++ click-0.4.32.1/debian/tests/control 2014-09-09 10:00:56.000000000 +0000 @@ -1,3 +1,3 @@ Tests: run-tests.sh -Depends: @, iputils-ping, click-dev, schroot, debootstrap, sudo, bzr, debsigs, debsig-verify, python3-six +Depends: @, @builddeps@, iputils-ping, click-dev, schroot, debootstrap, sudo, bzr, debsigs, debsig-verify, python3-six Restrictions: needs-root allow-stderr diff -Nru click-0.4.32/debian/tests/run-tests.sh click-0.4.32.1/debian/tests/run-tests.sh --- click-0.4.32/debian/tests/run-tests.sh 2014-09-06 12:06:16.000000000 +0000 +++ click-0.4.32.1/debian/tests/run-tests.sh 2014-09-09 10:00:56.000000000 +0000 @@ -2,4 +2,11 @@ set -e +# some files like config.py are generated from config.py.in +./autogen.sh +./configure --prefix=/usr \ + --sysconfdir=/etc \ + --with-systemdsystemunitdir=/lib/systemd/system \ + --with-systemduserunitdir=/usr/lib/systemd/user + TEST_INTEGRATION=1 python3 -m unittest discover -vv click.tests.integration