r2226 - in zdaemon/trunk/debian (changelog control rules)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Mon May 2 16:47:26 UTC 2011


    Date: Monday, May 2, 2011 @ 16:47:20
  Author: arnau
Revision: 2226

Remove versioned scripts

Modified:
  zdaemon/trunk/debian/changelog
  zdaemon/trunk/debian/control
  zdaemon/trunk/debian/rules

Modified: zdaemon/trunk/debian/changelog
===================================================================
--- zdaemon/trunk/debian/changelog	2011-05-02 16:32:54 UTC (rev 2225)
+++ zdaemon/trunk/debian/changelog	2011-05-02 16:47:20 UTC (rev 2226)
@@ -1,3 +1,12 @@
+zdaemon (2.0.4-5) unstable; urgency=low
+
+  * Team upload.
+  * debian/rules:
+    + Remove versioned scripts following the discussion on
+      pkg-zope-developers@ mailing list.
+
+ -- Arnaud Fontaine <arnau at debian.org>  Tue, 03 May 2011 01:34:29 +0900
+
 zdaemon (2.0.4-4) unstable; urgency=low
 
   * Debian Zope packaging team upload. Closes: #623921, #623990.

Modified: zdaemon/trunk/debian/control
===================================================================
--- zdaemon/trunk/debian/control	2011-05-02 16:32:54 UTC (rev 2225)
+++ zdaemon/trunk/debian/control	2011-05-02 16:47:20 UTC (rev 2226)
@@ -6,7 +6,7 @@
            Fabio Tranchitella <kobold at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
                python-all (>= 2.6.6-3~),
-               python-setuptools (>= 0.6b3),
+               python-setuptools,
                python-van.pydeb (>= 1.3.0-4)
 Build-Depends-Indep: python-zconfig,
                      python-zope.testing

Modified: zdaemon/trunk/debian/rules
===================================================================
--- zdaemon/trunk/debian/rules	2011-05-02 16:32:54 UTC (rev 2225)
+++ zdaemon/trunk/debian/rules	2011-05-02 16:47:20 UTC (rev 2226)
@@ -12,14 +12,3 @@
 	  done; \
 	done;
 endif
-
-override_dh_install:
-	dh_install
-	# console scripts
-	for script in debian/python-zdaemon/usr/bin/*; do \
-	  for py in $(shell pyversions -vr); do \
-	    cat $$script |  sed -e "s,/usr/bin/python,/usr/bin/python$$py,g" > $$script$$py; \
-	    chmod 755 $$script$$py; \
-	  done; \
-	  rm $$script; \
-	done;




More information about the pkg-zope-developers mailing list