[Python-modules-commits] r2411 - in /packages/python-networkx/trunk/debian: changelog rules

kibi-guest at users.alioth.debian.org kibi-guest at users.alioth.debian.org
Tue May 15 09:56:12 UTC 2007


Author: kibi-guest
Date: Tue May 15 09:56:11 2007
New Revision: 2411

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2411
Log:
Handle .cvsignore files, s/UNRELEASED/unstable/

Modified:
    packages/python-networkx/trunk/debian/changelog
    packages/python-networkx/trunk/debian/rules

Modified: packages/python-networkx/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-networkx/trunk/debian/changelog?rev=2411&op=diff
==============================================================================
--- packages/python-networkx/trunk/debian/changelog (original)
+++ packages/python-networkx/trunk/debian/changelog Tue May 15 09:56:11 2007
@@ -1,4 +1,4 @@
-python-networkx (0.34-2) UNRELEASED; urgency=low
+python-networkx (0.34-2) unstable; urgency=low
 
   * Added a versioned B-D on python-suppport (>= 0.6.4) since #422436 is
     fixed in this version, and on python-all-dev (>= 2.3.5-11), according
@@ -8,6 +8,8 @@
   * Turned setup.py usage into setup_egg.py usage. 20_egg_support patch
     disabled accordingly.
   * Added a TODO file so as not to forget TODO items for next uploads.
+  * Added a find/rm to remove some .cvsignore files, now installed after
+    the switch to setup_egg.py.
 
  -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Tue, 15 May 2007 10:59:02 +0200
 

Modified: packages/python-networkx/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-networkx/trunk/debian/rules?rev=2411&op=diff
==============================================================================
--- packages/python-networkx/trunk/debian/rules (original)
+++ packages/python-networkx/trunk/debian/rules Tue May 15 09:56:11 2007
@@ -71,6 +71,8 @@
 	dh_installexamples
 	dh_pysupport
 	chmod +x ${PYSUPPORT_DIR}/networkx/tests/test.py
+	# Remove some cruft
+	find ${PYSUPPORT_DIR}/networkx -name .cvsignore -exec rm {} ';'
 	dh_installman
 	dh_link
 	dh_compress




More information about the Python-modules-commits mailing list