On Saturday, June 14, 2014 22:47:28 you wrote:
> Source: pystache
> Version: 0.5.3-4
> Severity: important
> 
> python3.3 is due to be removed from the archive soon.  Once that happens,
> this package will be uninstallable and this bug will be RC.  In order to
> prevent this from happening, please upload a rebuilt version soon that
> closes this bug.  No changes should be needed, but since the package is
> arch:all it can't be binNMUed.

NMU diff attached.  I'll upload this soon, probably Friday, so we can remove 
python3.3.  Note that this NMU removes the need for future NMUs when the 
python3 version changes.

Scott K
diff -Nru pystache-0.5.3/debian/changelog pystache-0.5.3/debian/changelog
--- pystache-0.5.3/debian/changelog	2014-04-10 12:04:07.000000000 -0400
+++ pystache-0.5.3/debian/changelog	2014-06-19 23:46:35.000000000 -0400
@@ -1,3 +1,13 @@
+pystache (0.5.3-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * No change rebuild to drop python3.3 dependencies (Closes:  #751644)
+  * Set shebang for dh_python3 to /usr/bin/python3 to avoid python3.x
+    version specific depends (and future need to NMU when python3 versions
+    change)
+
+ -- Scott Kitterman <[email protected]>  Thu, 19 Jun 2014 22:53:32 -0400
+
 pystache (0.5.3-4) unstable; urgency=medium
 
   * debian/rules:
diff -Nru pystache-0.5.3/debian/rules pystache-0.5.3/debian/rules
--- pystache-0.5.3/debian/rules	2014-04-10 11:59:26.000000000 -0400
+++ pystache-0.5.3/debian/rules	2014-06-19 23:49:37.000000000 -0400
@@ -36,7 +36,7 @@
 	rm -rf $(CURDIR)/debian/python-pystache/usr/lib/$(PYVERS)/dist-packages/pystache/tests
 
 override_dh_python3:
-	dh_python3
+	dh_python3 --shebang=/usr/bin/python3
 	mv -f $(CURDIR)/debian/python3-pystache/usr/bin/pystache $(CURDIR)/debian/python3-pystache/usr/bin/pystache3
 	rm -rf $(CURDIR)/debian/python3-pystache/usr/bin/pystache-test
 	rm -rf $(CURDIR)/debian/python3-pystache/usr/share/pyshared/pystache/tests

Reply via email to