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

Fabio Tranchitella kobold at alioth.debian.org
Fri Aug 28 08:45:44 UTC 2009


    Date: Friday, August 28, 2009 @ 08:45:43
  Author: kobold
Revision: 1706

* New upstream release.
* Standards-Version: 3.8.3, no changed required.
* debian/rules: fixed FTBFS with Python 2.6. (Closes: #543230)

Modified:
  zope.testing/trunk/debian/changelog
  zope.testing/trunk/debian/control
  zope.testing/trunk/debian/rules

Modified: zope.testing/trunk/debian/changelog
===================================================================
--- zope.testing/trunk/debian/changelog	2009-08-26 09:19:05 UTC (rev 1705)
+++ zope.testing/trunk/debian/changelog	2009-08-28 08:45:43 UTC (rev 1706)
@@ -1,3 +1,11 @@
+zope.testing (3.8.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Standards-Version: 3.8.3, no changed required.
+  * debian/rules: fixed FTBFS with Python 2.6. (Closes: #543230)
+
+ -- Fabio Tranchitella <kobold at debian.org>  Fri, 28 Aug 2009 10:44:59 +0200
+
 zope.testing (3.7.4-4) unstable; urgency=low
 
   * Port revision 101026 from upstream: add a zope-testrunner binary.

Modified: zope.testing/trunk/debian/control
===================================================================
--- zope.testing/trunk/debian/control	2009-08-26 09:19:05 UTC (rev 1705)
+++ zope.testing/trunk/debian/control	2009-08-28 08:45:43 UTC (rev 1706)
@@ -4,9 +4,9 @@
 Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
 Uploaders: Brian Sutherland <brian at vanguardistas.net>, Fabio Tranchitella <kobold at debian.org>
 Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), python-setuptools (>= 0.6b3), python-van.pydeb
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 XS-Python-Version: all
-XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.testing/trun
+XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.testing/trunk
 
 Package: python-zope.testing
 Architecture: all

Modified: zope.testing/trunk/debian/rules
===================================================================
--- zope.testing/trunk/debian/rules	2009-08-26 09:19:05 UTC (rev 1705)
+++ zope.testing/trunk/debian/rules	2009-08-28 08:45:43 UTC (rev 1706)
@@ -3,8 +3,8 @@
 include /usr/share/python-van.pydeb/rules_templates/rules.1.mk
 
 dependencies-python%:
-	(echo -n 'setuptools:Depends=' && van-pydeb depends --egg-info debian/$(package)/usr/lib/python$*/site-packages/$(py_package).egg-info --exclude-extra zope_tracebacks) >> debian/$(package).substvars
-	(echo -n 'setuptools:Recommends=' && van-pydeb depends --egg-info debian/$(package)/usr/lib/python$*/site-packages/$(py_package).egg-info --extra zope_tracebacks) >> debian/$(package).substvars
+	(echo -n 'setuptools:Depends=' && van-pydeb depends --egg-info debian/$(package)/$(call py_libdir,$*)/$(py_package).egg-info --exclude-extra zope_tracebacks) >> debian/$(package).substvars
+	(echo -n 'setuptools:Recommends=' && van-pydeb depends --egg-info debian/$(package)/$(call py_libdir,$*)/$(py_package).egg-info --extra zope_tracebacks) >> debian/$(package).substvars
 
 post-install-python%:
 	mv debian/$(package)/usr/bin/zope-testrunner debian/$(package)/usr/bin/zope-testrunner$*




More information about the pkg-zope-commits mailing list