[Python-apps-commits] r7140 - in packages/cython/trunk/debian (changelog rules)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Thu Jun 2 15:00:48 UTC 2011


    Date: Thursday, June 2, 2011 @ 15:00:46
  Author: stefanor
Revision: 7140

Fix shebang before dh_pysupport is called, to remove unnecessary
Dependencies.

Modified:
  packages/cython/trunk/debian/changelog
  packages/cython/trunk/debian/rules

Modified: packages/cython/trunk/debian/changelog
===================================================================
--- packages/cython/trunk/debian/changelog	2011-06-02 12:24:56 UTC (rev 7139)
+++ packages/cython/trunk/debian/changelog	2011-06-02 15:00:46 UTC (rev 7140)
@@ -1,3 +1,10 @@
+cython (0.14.1-7) UNRELEASED; urgency=low
+
+  * Fix shebang before dh_pysupport is called, to remove unnecessary
+    Dependencies.
+
+ -- Stefano Rivera <stefanor at debian.org>  Thu, 02 Jun 2011 16:59:09 +0200
+
 cython (0.14.1-6) unstable; urgency=low
 
   * Team upload.

Modified: packages/cython/trunk/debian/rules
===================================================================
--- packages/cython/trunk/debian/rules	2011-06-02 12:24:56 UTC (rev 7139)
+++ packages/cython/trunk/debian/rules	2011-06-02 15:00:46 UTC (rev 7140)
@@ -46,7 +46,7 @@
 	ln -s cython debian/cython-dbg/usr/share/doc/cython-dbg
 
 # Fix shebang:
-binary-fixup/cython::
+binary-install/cython::
 	sed -i -e '1 s,#!.*python.*,#! /usr/bin/python,' debian/cython/usr/bin/*
 
 #




More information about the Python-apps-commits mailing list