r1726 - in zodb/trunk/debian (changelog rules)

Fabio Tranchitella kobold at alioth.debian.org
Sat Aug 29 14:06:57 UTC 2009


    Date: Saturday, August 29, 2009 @ 14:06:56
  Author: kobold
Revision: 1726

Get rid of the python2.3 dependency patching the ZEO and ZODB scripts to
not hardcode python2.3. (Closes: #541972)

Modified:
  zodb/trunk/debian/changelog
  zodb/trunk/debian/rules

Modified: zodb/trunk/debian/changelog
===================================================================
--- zodb/trunk/debian/changelog	2009-08-28 09:47:18 UTC (rev 1725)
+++ zodb/trunk/debian/changelog	2009-08-29 14:06:56 UTC (rev 1726)
@@ -1,3 +1,10 @@
+zodb (1:3.8.2-2) unstable; urgency=low
+
+  * Get rid of the python2.3 dependency patching the ZEO and ZODB scripts to
+    not hardcode python2.3. (Closes: #541972)
+
+ -- Fabio Tranchitella <kobold at debian.org>  Sat, 29 Aug 2009 16:03:01 +0200
+
 zodb (1:3.8.2-1) unstable; urgency=high
 
   * New upstream release, fixes security issues. (Closes: #540465)

Modified: zodb/trunk/debian/rules
===================================================================
--- zodb/trunk/debian/rules	2009-08-28 09:47:18 UTC (rev 1725)
+++ zodb/trunk/debian/rules	2009-08-29 14:06:56 UTC (rev 1726)
@@ -6,3 +6,5 @@
 	for i in fsdump fsoids fsrefs fstail mkzeoinst repozo runzeo zeoctl zeopack zeopasswd; do \
 	    mv debian/$(package)/usr/bin/$$i debian/$(package)/usr/bin/$${i}$*; \
 	done
+	sed -s -i -e 's/python2.3/python/g' debian/$(package)/$(call py_libdir,$*)/ZEO/zeoctl.py
+	sed -s -i -e 's/python2.3/python/g' debian/$(package)/$(call py_libdir,$*)/{ZEO,ZODB}/scripts/*.py




More information about the pkg-zope-commits mailing list