Parcourir la source

Avoid use of versioned shebang lines. Thanks Stefano Rivera. Closes:
#587362

Jelmer Vernooij il y a 14 ans
Parent
commit
8c3c558efa
2 fichiers modifiés avec 8 ajouts et 3 suppressions
  1. 4 2
      debian/changelog
  2. 4 1
      debian/rules

+ 4 - 2
debian/changelog

@@ -1,9 +1,11 @@
-dulwich (0.6.0-5) UNRELEASED; urgency=low
+dulwich (0.6.0-5) unstable; urgency=low
 
   * Support building on older platforms that still have C Git as git-
     core.
+  * Avoid use of versioned shebang lines. Thanks Stefano Rivera. Closes:
+    #587362
 
- -- Jelmer Vernooij <jelmer@debian.org>  Wed, 23 Jun 2010 16:17:43 +0200
+ -- Jelmer Vernooij <jelmer@debian.org>  Tue, 20 Jul 2010 16:27:44 +0200
 
 dulwich (0.6.0-4) unstable; urgency=low
 

+ 4 - 1
debian/rules

@@ -5,13 +5,16 @@ DEB_PYTHON_SYSTEM=pysupport
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
+DEB_PYTHON_BUILD_ARGS += --executable=/usr/bin/python
+
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 common-build-arch common-build-indep:: debian/stamp-check
 debian/stamp-check: 
 	$(MAKE) check
 	touch $@
+endif
 
 clean::
 	rm -f debian/stamp-check
 	rm -f dulwich/*.so
-endif
+	rm -rf *.egg-info