diff -Nru zope.testing-4.5.0/debian/changelog zope.testing-4.5.0/debian/changelog --- zope.testing-4.5.0/debian/changelog 2015-10-10 22:46:00.000000000 +0000 +++ zope.testing-4.5.0/debian/changelog 2015-11-04 14:42:05.000000000 +0000 @@ -1,3 +1,12 @@ +zope.testing (4.5.0-3) unstable; urgency=medium + + * debian/rules: + - Revert the previous change regarding egg-info removal. + - Remove the unnecessary override of dh_auto_install. + - Don't call dh_installchangelogs twice. + + -- Barry Warsaw Wed, 04 Nov 2015 09:41:27 -0500 + zope.testing (4.5.0-2) unstable; urgency=medium * d/rules: Be sure to remove any leftover python3.X/dist-packages. diff -Nru zope.testing-4.5.0/debian/rules zope.testing-4.5.0/debian/rules --- zope.testing-4.5.0/debian/rules 2015-10-10 22:45:15.000000000 +0000 +++ zope.testing-4.5.0/debian/rules 2015-10-28 18:36:07.000000000 +0000 @@ -1,14 +1,12 @@ #!/usr/bin/make -f export PYBUILD_NAME=zope.testing +#export PYBUILD_VERBOSE=1 +#export DH_VERBOSE=1 %: dh $@ --with python2,python3 --buildsystem=pybuild + override_dh_installchangelogs: - dh_installchangelogs dh_installchangelogs CHANGES.rst - -override_dh_auto_install: - dh_auto_install - rm -rf debian/python3-zope.testing/usr/lib/python3.*/dist-packages/zope.testing*