r2832 - in zope.component/trunk/debian (changelog control rules)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Fri Jun 27 23:19:51 UTC 2014
Date: Friday, June 27, 2014 @ 23:19:51
Author: barry
Revision: 2832
* d/rules: Re-enable build time test suite. (Closes: #752723)
* d/control: Update Build-Depends.
Modified:
zope.component/trunk/debian/changelog
zope.component/trunk/debian/control
zope.component/trunk/debian/rules
Modified: zope.component/trunk/debian/changelog
===================================================================
--- zope.component/trunk/debian/changelog 2014-06-26 20:01:16 UTC (rev 2831)
+++ zope.component/trunk/debian/changelog 2014-06-27 23:19:51 UTC (rev 2832)
@@ -1,3 +1,10 @@
+zope.component (4.2.1-2) UNRELEASED; urgency=medium
+
+ * d/rules: Re-enable build time test suite. (Closes: #752723)
+ * d/control: Update Build-Depends.
+
+ -- Barry Warsaw <barry at debian.org> Fri, 27 Jun 2014 18:58:54 -0400
+
zope.component (4.2.1-1) unstable; urgency=low
* Team upload.
Modified: zope.component/trunk/debian/control
===================================================================
--- zope.component/trunk/debian/control 2014-06-26 20:01:16 UTC (rev 2831)
+++ zope.component/trunk/debian/control 2014-06-27 23:19:51 UTC (rev 2832)
@@ -8,15 +8,21 @@
Build-Depends: debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3~),
+ python-persistent,
python-setuptools,
+ python-zope.configuration,
python-zope.event,
python-zope.interface,
python-zope.proxy,
+ python-zope.security,
python3-all,
+ python3-persistent,
python3-setuptools,
+ python3-zope.configuration,
python3-zope.event,
python3-zope.interface,
- python3-zope.proxy
+ python3-zope.proxy,
+ python3-zope.security
Standards-Version: 3.9.5
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Modified: zope.component/trunk/debian/rules
===================================================================
--- zope.component/trunk/debian/rules 2014-06-26 20:01:16 UTC (rev 2831)
+++ zope.component/trunk/debian/rules 2014-06-27 23:19:51 UTC (rev 2832)
@@ -6,11 +6,6 @@
dh $@ --with python2,python3 --buildsystem=pybuild
-# Disable all tests temporarily to break circular build dependencies.
-# See bug #752723
-override_dh_auto_test:
-
-
override_dh_installchangelogs:
dh_installchangelogs
dh_installchangelogs CHANGES.rst
More information about the pkg-zope-developers
mailing list