r1673 - in zope.interface/trunk/debian (changelog control rules)

Brian Sutherland jinty-guest at alioth.debian.org
Mon Jul 20 06:49:24 UTC 2009


    Date: Monday, July 20, 2009 @ 06:49:19
  Author: jinty-guest
Revision: 1673

Patch from Michael Bienia (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537581)

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

Modified: zope.interface/trunk/debian/changelog
===================================================================
--- zope.interface/trunk/debian/changelog	2009-07-15 23:58:02 UTC (rev 1672)
+++ zope.interface/trunk/debian/changelog	2009-07-20 06:49:19 UTC (rev 1673)
@@ -1,3 +1,13 @@
+zope.interface (3.5.1-3) unstable; urgency=low
+
+  * debian/rules:
+    Use the macros from python.mk to determine the library path for python 2.5
+    and python 2.6.
+  * debian/control:
+    Bump the needed version of python-all-dev for this.
+
+ -- Michael Bienia <geser at ubuntu.com>  Sun, 19 Jul 2009 16:47:04 +0200
+
 zope.interface (3.5.1-2) unstable; urgency=low
 
   * Fix maintainers/upload.

Modified: zope.interface/trunk/debian/control
===================================================================
--- zope.interface/trunk/debian/control	2009-07-15 23:58:02 UTC (rev 1672)
+++ zope.interface/trunk/debian/control	2009-07-20 06:49:19 UTC (rev 1673)
@@ -3,7 +3,7 @@
 Priority: extra
 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
+Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.5.4-1~), python-central (>= 0.5.6), python-setuptools (>= 0.6b3), python-van.pydeb
 Standards-Version: 3.8.2
 XS-Python-Version: all
 XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.interface/trunk

Modified: zope.interface/trunk/debian/rules
===================================================================
--- zope.interface/trunk/debian/rules	2009-07-15 23:58:02 UTC (rev 1672)
+++ zope.interface/trunk/debian/rules	2009-07-20 06:49:19 UTC (rev 1673)
@@ -1,9 +1,10 @@
 #!/usr/bin/make -f
 
 include /usr/share/python-van.pydeb/rules_templates/rules.1.mk
+include /usr/share/python/python.mk
 
 post-install-python%:
 	install -D -m 644 src/zope/__init__.py \
-	    debian/$(package)/usr/lib/python$*/site-packages/zope/__init__.py
-	(echo -n 'setuptools:Depends=' && van-pydeb depends --egg-info debian/$(package)/usr/lib/python$*/site-packages/$(py_package).egg-info --exclude-extra docs) >> debian/$(package).substvars
-	(echo -n 'setuptools:Suggests=' && van-pydeb depends --egg-info debian/$(package)/usr/lib/python$*/site-packages/$(py_package).egg-info --extra docs) >> debian/$(package).substvars
+	    debian/$(package)/$(call py_libdir,$*)/zope/__init__.py
+	(echo -n 'setuptools:Depends=' && van-pydeb depends --egg-info debian/$(package)/$(call py_libdir,$*)/$(py_package).egg-info --exclude-extra docs) >> debian/$(package).substvars
+	(echo -n 'setuptools:Suggests=' && van-pydeb depends --egg-info debian/$(package)/$(call py_libdir,$*)/$(py_package).egg-info --extra docs) >> debian/$(package).substvars




More information about the pkg-zope-commits mailing list