r1901 - in zconfig/trunk/debian (changelog rules)

doko at users.alioth.debian.org doko at users.alioth.debian.org
Tue Dec 15 12:16:52 UTC 2009


    Date: Tuesday, December 15, 2009 @ 12:16:50
  Author: doko
Revision: 1901

* Call the unversioned python interpreter in the scripts.

Modified:
  zconfig/trunk/debian/changelog
  zconfig/trunk/debian/rules

Modified: zconfig/trunk/debian/changelog
===================================================================
--- zconfig/trunk/debian/changelog	2009-12-02 07:43:30 UTC (rev 1900)
+++ zconfig/trunk/debian/changelog	2009-12-15 12:16:50 UTC (rev 1901)
@@ -1,9 +1,13 @@
-zconfig (2.7.1-3) UNRELEASED; urgency=low
+zconfig (2.7.1-3) unstable; urgency=low
 
+  [ Brian Sutherland ]
   * debian/control: Conflict against zope3 (LP: #487536)
 
- -- Brian Sutherland <brian at vanguardistas.net>  Tue, 24 Nov 2009 06:46:20 +0100
+  [ Matthias Klose ]
+  * Call the unversioned python interpreter in the scripts.
 
+ -- Matthias Klose <doko at debian.org>  Tue, 15 Dec 2009 13:12:18 +0100
+
 zconfig (2.7.1-2) unstable; urgency=low
 
   [ Matthias Klose ]

Modified: zconfig/trunk/debian/rules
===================================================================
--- zconfig/trunk/debian/rules	2009-12-02 07:43:30 UTC (rev 1900)
+++ zconfig/trunk/debian/rules	2009-12-15 12:16:50 UTC (rev 1901)
@@ -4,3 +4,7 @@
 py_package=ZConfig
 
 include /usr/share/python-van.pydeb/rules_templates/rules.1.mk
+
+post-install-python%:
+	sed -s -i -e 's/python2.[0-9]/python/g' debian/$(package)/usr/bin/zconfig
+	sed -s -i -e 's/python2.[0-9]/python/g' debian/$(package)/usr/bin/zconfig_schema2html




More information about the pkg-zope-developers mailing list