[Python-modules-commits] r21067 - in packages/pyfits/trunk/debian (changelog rules)

aurel32 at users.alioth.debian.org aurel32 at users.alioth.debian.org
Thu Apr 5 14:45:13 UTC 2012


    Date: Thursday, April 5, 2012 @ 14:45:08
  Author: aurel32
Revision: 21067

  * Fix /usr/bin/fitscheck to get a python shebang instead of a python2.7
    one.

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

Modified: packages/pyfits/trunk/debian/changelog
===================================================================
--- packages/pyfits/trunk/debian/changelog	2012-04-05 14:39:16 UTC (rev 21066)
+++ packages/pyfits/trunk/debian/changelog	2012-04-05 14:45:08 UTC (rev 21067)
@@ -1,3 +1,10 @@
+pyfits (1:2.4.0-2) UNRELEASED; urgency=low
+
+  * Fix /usr/bin/fitscheck to get a python shebang instead of a python2.7
+    one.
+
+ -- Aurelien Jarno <aurel32 at debian.org>  Thu, 05 Apr 2012 16:23:21 +0200
+
 pyfits (1:2.4.0-1) unstable; urgency=low
 
   * New upstream version.

Modified: packages/pyfits/trunk/debian/rules
===================================================================
--- packages/pyfits/trunk/debian/rules	2012-04-05 14:39:16 UTC (rev 21066)
+++ packages/pyfits/trunk/debian/rules	2012-04-05 14:45:08 UTC (rev 21067)
@@ -26,7 +26,7 @@
 
 	set -e; \
 	for py in $(PYVERS); do \
-	    $$py setup.py build; \
+	    $$py setup.py build --executable /usr/bin/python ; \
 	done
 
 	touch $@




More information about the Python-modules-commits mailing list