[Python-apps-commits] r7039 - in packages/pytagsfs/trunk/debian (changelog rules)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Sat Apr 30 22:12:01 UTC 2011


    Date: Saturday, April 30, 2011 @ 22:11:46
  Author: jwilk
Revision: 7039

Pass --executable=/usr/bin/python to setup.py.

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

Modified: packages/pytagsfs/trunk/debian/changelog
===================================================================
--- packages/pytagsfs/trunk/debian/changelog	2011-04-30 17:17:35 UTC (rev 7038)
+++ packages/pytagsfs/trunk/debian/changelog	2011-04-30 22:11:46 UTC (rev 7039)
@@ -1,10 +1,15 @@
 pytagsfs (0.9.2-3) UNRELEASED; urgency=low
 
+  [ Ritesh Raj Sarraf ]
   * Change address to my official Debian address
   * Add debian/source/format to explictly specify the source format
 
- -- Ritesh Raj Sarraf <rrs at debian.org>  Thu, 06 May 2010 23:25:48 +0530
+  [ Jakub Wilk ]
+  * Pass --executable=/usr/bin/python to setup.py, so that no versioned Python
+    shebangs are used (closes: #595410).
 
+ -- Ritesh Raj Sarraf <rrs at debian.org>  Sun, 01 May 2011 00:11:24 +0200
+
 pytagsfs (0.9.2-2) unstable; urgency=low
 
   * Fix wrong installation of files in /usr/local

Modified: packages/pytagsfs/trunk/debian/rules
===================================================================
--- packages/pytagsfs/trunk/debian/rules	2011-04-30 17:17:35 UTC (rev 7038)
+++ packages/pytagsfs/trunk/debian/rules	2011-04-30 22:11:46 UTC (rev 7039)
@@ -25,7 +25,7 @@
 	# fs, blackbox, sourcetreerep
 	python$* setup.py test --tests tests.common,tests.manager,tests.mutagen_meta_store,tests.optgroup,tests.pathstore,tests.pytagsfs_meta_store,tests.pytypes,tests.regex,tests.sourcetreemon,tests.sourcetree,tests.subspat,tests.test_lines_meta_store,tests.util,tests.values
 
-	python$* setup.py build
+	python$* setup.py build --executable=/usr/bin/python
 	touch $@
 
 clean: unpatch




More information about the Python-apps-commits mailing list