r3005 - in zope.testing/trunk/debian (changelog rules)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Wed Oct 28 18:36:08 UTC 2015


    Date: Wednesday, October 28, 2015 @ 18:36:07
  Author: barry
Revision: 3005

Revert the previous change regarding egg-info removal.

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 15:06:39 UTC (rev 3004)
+++ zope.testing/trunk/debian/changelog	2015-10-28 18:36:07 UTC (rev 3005)
@@ -1,8 +1,7 @@
 zope.testing (4.5.0-3) UNRELEASED; urgency=medium
 
-  * XXX Do not release until #803242 is fixed.
   * debian/rules:
-    - Revert the previous change.
+    - Revert the previous change regarding egg-info removal.
     - Remove the unnecessary override of dh_auto_install.
     - Don't call dh_installchangelogs twice.
 

Modified: zope.testing/trunk/debian/rules
===================================================================
--- zope.testing/trunk/debian/rules	2015-10-28 15:06:39 UTC (rev 3004)
+++ zope.testing/trunk/debian/rules	2015-10-28 18:36:07 UTC (rev 3005)
@@ -1,21 +1,12 @@
 #!/usr/bin/make -f
 
 export PYBUILD_NAME=zope.testing
-export PYBUILD_VERBOSE=1
-export DH_VERBOSE=1
+#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 CHANGES.rst




More information about the pkg-zope-developers mailing list