[Python-modules-commits] r24439 - in packages/nose/trunk/debian (changelog rules)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Sun May 19 12:10:06 UTC 2013


    Date: Sunday, May 19, 2013 @ 12:10:04
  Author: mitya57-guest
Revision: 24439

Drop nosetests-3.x scripts. There is no easy way to provide these
scripts for all supported Python 3 versions, and there are other
ways to do the same thing (like running python3.x -m nose).

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

Modified: packages/nose/trunk/debian/changelog
===================================================================
--- packages/nose/trunk/debian/changelog	2013-05-19 11:35:59 UTC (rev 24438)
+++ packages/nose/trunk/debian/changelog	2013-05-19 12:10:04 UTC (rev 24439)
@@ -1,7 +1,15 @@
 nose (1.3.0-2) UNRELEASED; urgency=low
 
+  * Team upload.
+
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
+  [ Dmitry Shachnev ]
+  * Drop nosetests-3.x scripts. There is no easy way to provide these
+    scripts for all supported Python 3 versions, and there are other
+    ways to do the same thing (like running python3.x -m nose).
+
  -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:01:22 +0200
 
 nose (1.3.0-1) experimental; urgency=low

Modified: packages/nose/trunk/debian/rules
===================================================================
--- packages/nose/trunk/debian/rules	2013-05-19 11:35:59 UTC (rev 24438)
+++ packages/nose/trunk/debian/rules	2013-05-19 12:10:04 UTC (rev 24439)
@@ -51,6 +51,7 @@
 		                      --install-layout deb; \
 	done
 	cd $(DESTDIR3)/usr/bin/ && mv nosetests nosetests3
+	rm -f $(DESTDIR3)/nosetests-3.*
 	sed -i -e 's,#!/usr/bin/python3.*,#!/usr/bin/python3,' $(DESTDIR3)/usr/bin/nosetests3
 
 override_dh_installman:




More information about the Python-modules-commits mailing list