diff -Nru obnam-1.17/debian/changelog obnam-1.17/debian/changelog --- obnam-1.17/debian/changelog 2015-09-12 09:40:40.000000000 +0000 +++ obnam-1.17/debian/changelog 2015-09-17 00:42:17.000000000 +0000 @@ -1,3 +1,10 @@ +obnam (1.17-1+rpi1) stretch-staging; urgency=medium + + [changes brought forward from 1.8-1+rpi1 by Peter Michael Green at Sun, 29 Mar 2015 12:27:28 +0000] + * Disable testsuite. + + -- Raspbian forward porter Thu, 17 Sep 2015 00:42:16 +0000 + obnam (1.17-1) unstable; urgency=medium * New upstream version. diff -Nru obnam-1.17/debian/rules obnam-1.17/debian/rules --- obnam-1.17/debian/rules 2015-09-12 09:40:40.000000000 +0000 +++ obnam-1.17/debian/rules 2015-09-17 00:42:17.000000000 +0000 @@ -8,11 +8,13 @@ override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) - python setup.py build_ext -i - rm -rf build - cp -a test-gpghome temp.gpghome - env GNUPGHOME=temp.gpghome python setup.py check -uy - rm -rf temp.gpghome + #python setup.py build_ext -i + #rm -rf build + #cp -a test-gpghome temp.gpghome + #env GNUPGHOME=temp.gpghome python setup.py check -uy + #rm -rf temp.gpghome + echo testsuite disabled + else echo NOT RUNNING TESTS DUE TO DEB_BUILD_OPTIONS endif