r3004 - in zope.testing/trunk/debian (changelog rules)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Wed Oct 28 15:06:39 UTC 2015
Date: Wednesday, October 28, 2015 @ 15:06:39
Author: barry
Revision: 3004
* XXX Do not release until #803242 is fixed.
- Don't call dh_installchangelogs twice.
Modified:
zope.testing/trunk/debian/changelog
zope.testing/trunk/debian/rules
Modified: zope.testing/trunk/debian/changelog
===================================================================
--- zope.testing/trunk/debian/changelog 2015-10-28 14:56:15 UTC (rev 3003)
+++ zope.testing/trunk/debian/changelog 2015-10-28 15:06:39 UTC (rev 3004)
@@ -1,8 +1,10 @@
zope.testing (4.5.0-3) UNRELEASED; urgency=medium
+ * XXX Do not release until #803242 is fixed.
* debian/rules:
- Revert the previous change.
- Remove the unnecessary override of dh_auto_install.
+ - Don't call dh_installchangelogs twice.
-- Barry Warsaw <barry at debian.org> Thu, 22 Oct 2015 18:06:16 -0400
Modified: zope.testing/trunk/debian/rules
===================================================================
--- zope.testing/trunk/debian/rules 2015-10-28 14:56:15 UTC (rev 3003)
+++ zope.testing/trunk/debian/rules 2015-10-28 15:06:39 UTC (rev 3004)
@@ -1,10 +1,21 @@
#!/usr/bin/make -f
export PYBUILD_NAME=zope.testing
+export PYBUILD_VERBOSE=1
+export DH_VERBOSE=1
%:
dh $@ --with python2,python3 --buildsystem=pybuild
+
+# XXX DO NOT RELEASE WITH THIS HACK.
+# It's here just to exercise #803242
+# With this override, the bogus directory doesn't exist, without it it does.
+
+override_dh_auto_test:
+ dh_auto_test
+ rm -rf .pybuild/pythonX.Y_*/build/zope.testing.egg-info
+
+
override_dh_installchangelogs:
- dh_installchangelogs
dh_installchangelogs CHANGES.rst
More information about the pkg-zope-developers
mailing list