[Python-apps-commits] r10748 - in packages/mercurial/trunk/debian (changelog rules)

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Mon Apr 7 21:58:44 UTC 2014


    Date: Monday, April 7, 2014 @ 21:58:43
  Author: vicho
Revision: 10748

Don't explicitly change the python interpreter in debian/rules, it's
already handled by dh_python2

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

Modified: packages/mercurial/trunk/debian/changelog
===================================================================
--- packages/mercurial/trunk/debian/changelog	2014-04-07 21:44:25 UTC (rev 10747)
+++ packages/mercurial/trunk/debian/changelog	2014-04-07 21:58:43 UTC (rev 10748)
@@ -1,3 +1,10 @@
+mercurial (2.9.2-2) UNRELEASED; urgency=medium
+
+  * Don't explicitly change the python interpreter in debian/rules, it's
+    already handled by dh_python2
+
+ -- Javi Merino <vicho at debian.org>  Sun, 06 Apr 2014 13:18:06 +0100
+
 mercurial (2.9.2-1) unstable; urgency=low
 
   [ Javi Merino ]

Modified: packages/mercurial/trunk/debian/rules
===================================================================
--- packages/mercurial/trunk/debian/rules	2014-04-07 21:44:25 UTC (rev 10747)
+++ packages/mercurial/trunk/debian/rules	2014-04-07 21:58:43 UTC (rev 10748)
@@ -48,10 +48,7 @@
 
 install-python%:
 	python$* setup.py install --root $(CURDIR)/debian/tmp --install-layout=deb
-	# Do not hardcode the python interpreter
-	sed -i '1c#!/usr/bin/python' debian/tmp/usr/bin/hg
 
-
 override_dh_install:
 	dh_install
 	if test -d $(CURDIR)/debian/mercurial ; then \




More information about the Python-apps-commits mailing list