[Python-apps-commits] r10771 - in packages/brebis/trunk/debian (changelog rules)

noskcaj-guest at users.alioth.debian.org noskcaj-guest at users.alioth.debian.org
Mon Apr 14 23:30:21 UTC 2014


    Date: Monday, April 14, 2014 @ 23:30:20
  Author: noskcaj-guest
Revision: 10771

* Team upload
* Don't use a python3.x shebang. Thanks Matthias Klose. Closes: #739884

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

Modified: packages/brebis/trunk/debian/changelog
===================================================================
--- packages/brebis/trunk/debian/changelog	2014-04-14 21:57:34 UTC (rev 10770)
+++ packages/brebis/trunk/debian/changelog	2014-04-14 23:30:20 UTC (rev 10771)
@@ -1,3 +1,10 @@
+brebis (0.9-2) unstable; urgency=medium
+
+  * Team upload
+  * Don't use a python3.x shebang. Thanks Matthias Klose. Closes: #739884
+
+ -- Jackson Doak <noskcaj at ubuntu.com>  Tue, 15 Apr 2014 09:24:24 +1000
+
 brebis (0.9-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/brebis/trunk/debian/rules
===================================================================
--- packages/brebis/trunk/debian/rules	2014-04-14 21:57:34 UTC (rev 10770)
+++ packages/brebis/trunk/debian/rules	2014-04-14 23:30:20 UTC (rev 10771)
@@ -17,6 +17,9 @@
 		                            --install-layout=deb; \
 	done
 
+override_dh_python3:
+	dh_python3 --shebang=/usr/bin/python3
+
 override_dh_auto_clean:
 	rm -rf build
 	rm -rf *.egg-info




More information about the Python-apps-commits mailing list