[Python-modules-commits] r1827 - in /packages/nose/trunk/debian: changelog manpages nosetests.1 rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Thu Feb 15 03:47:37 CET 2007


Author: kov
Date: Thu Feb 15 03:47:37 2007
New Revision: 1827

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1827
Log:
  * debian/rules:
  - remove the incorrect path in which upstream is installing
    the manpage
  * debian/manpages, debian/nosetests.1:
  - have the upstream manpage be installed, instead of the one I provide
    (it is the one upstream is providing now, but updated)

Removed:
    packages/nose/trunk/debian/nosetests.1
Modified:
    packages/nose/trunk/debian/changelog
    packages/nose/trunk/debian/manpages
    packages/nose/trunk/debian/rules

Modified: packages/nose/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/nose/trunk/debian/changelog?rev=1827&op=diff
==============================================================================
--- packages/nose/trunk/debian/changelog (original)
+++ packages/nose/trunk/debian/changelog Thu Feb 15 03:47:37 2007
@@ -1,3 +1,15 @@
+nose (0.9.2-1) experimental; urgency=low
+
+  * New upstream release
+  * debian/rules:
+  - remove the incorrect path in which upstream is installing
+    the manpage
+  * debian/manpages, debian/nosetests.1:
+  - have the upstream manpage be installed, instead of the one I provide
+    (it is the one upstream is providing now, but updated)
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Thu, 15 Feb 2007 00:30:17 -0200
+
 nose (0.9.1-1) experimental; urgency=low
 
   [ Piotr Ozarowski ]

Modified: packages/nose/trunk/debian/manpages
URL: http://svn.debian.org/wsvn/python-modules/packages/nose/trunk/debian/manpages?rev=1827&op=diff
==============================================================================
--- packages/nose/trunk/debian/manpages (original)
+++ packages/nose/trunk/debian/manpages Thu Feb 15 03:47:37 2007
@@ -1,1 +1,1 @@
-debian/nosetests.1
+nosetests.1

Modified: packages/nose/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/nose/trunk/debian/rules?rev=1827&op=diff
==============================================================================
--- packages/nose/trunk/debian/rules (original)
+++ packages/nose/trunk/debian/rules Thu Feb 15 03:47:37 2007
@@ -11,3 +11,6 @@
 binary-post-install/$(DEB_PYTHON_MODULE_PACKAGE)::
 	mv debian/$(DEB_PYTHON_MODULE_PACKAGE)/$(cdbs_python_support_path)/nose-$(DEB_UPSTREAM_VERSION)-py$(shell pyversions -vd).egg-info \
 		debian/$(DEB_PYTHON_MODULE_PACKAGE)/$(cdbs_python_support_path)/nose-$(DEB_UPSTREAM_VERSION).egg-info
+	# the manpage is already being installed at the correct place
+	# remove the incorrect path
+	rm -rf debian/$(DEB_PYTHON_MODULE_PACKAGE)/usr/man




More information about the Python-modules-commits mailing list