[Python-modules-commits] r24440 - in packages/nose/trunk/debian (3 files)

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


    Date: Sunday, May 19, 2013 @ 12:19:00
  Author: mitya57-guest
Revision: 24440

Install a manpage for nosetests-2.7.

Added:
  packages/nose/trunk/debian/python-nose.links
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 12:10:04 UTC (rev 24439)
+++ packages/nose/trunk/debian/changelog	2013-05-19 12:19:00 UTC (rev 24440)
@@ -9,6 +9,7 @@
   * 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).
+  * Install a manpage for nosetests-2.7.
 
  -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:01:22 +0200
 

Added: packages/nose/trunk/debian/python-nose.links
===================================================================
--- packages/nose/trunk/debian/python-nose.links	                        (rev 0)
+++ packages/nose/trunk/debian/python-nose.links	2013-05-19 12:19:00 UTC (rev 24440)
@@ -0,0 +1 @@
+usr/share/man/man1/nosetests.1.gz usr/share/man/man1/nosetests-2.7.1.gz

Modified: packages/nose/trunk/debian/rules
===================================================================
--- packages/nose/trunk/debian/rules	2013-05-19 12:10:04 UTC (rev 24439)
+++ packages/nose/trunk/debian/rules	2013-05-19 12:19:00 UTC (rev 24440)
@@ -51,7 +51,7 @@
 		                      --install-layout deb; \
 	done
 	cd $(DESTDIR3)/usr/bin/ && mv nosetests nosetests3
-	rm -f $(DESTDIR3)/nosetests-3.*
+	rm -f $(DESTDIR3)/usr/bin/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