[Python-modules-commits] r2155 - in /packages/python-networkx/trunk/debian: changelog python-networkx.lintian-overrides rules

kibi-guest at users.alioth.debian.org kibi-guest at users.alioth.debian.org
Mon Apr 23 21:11:59 UTC 2007


Author: kibi-guest
Date: Mon Apr 23 21:11:59 2007
New Revision: 2155

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2155
Log:
Turn the lintian override into a real solution

Removed:
    packages/python-networkx/trunk/debian/python-networkx.lintian-overrides
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=2155&op=diff
==============================================================================
--- packages/python-networkx/trunk/debian/changelog (original)
+++ packages/python-networkx/trunk/debian/changelog Mon Apr 23 21:11:59 2007
@@ -22,6 +22,8 @@
   * Added missing Recommends on python-matplotlib.
   * Removed unneeded items in the rules file (e.g. CFLAGS, dh_strip, etc.) as
     well as ${python:Provides} and ${shlibs:Depends} in the control file.
+  * Removed the lintian override and added a chmod call to +x the test script
+    after the dh_pysupport call.
 
  -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Mon, 23 Apr 2007 13:30:39 +0200
 

Modified: packages/python-networkx/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-networkx/trunk/debian/rules?rev=2155&op=diff
==============================================================================
--- packages/python-networkx/trunk/debian/rules (original)
+++ packages/python-networkx/trunk/debian/rules Mon Apr 23 21:11:59 2007
@@ -62,11 +62,6 @@
 	python setup.py install --no-compile --root=$(CURDIR)/debian/python-networkx \
 		--single-version-externally-managed
 
-	# Install a lintian override about a missing +x, due to dh_pysupport
-	install -d $(CURDIR)/debian/python-networkx/usr/share/lintian/overrides
-	cp $(CURDIR)/debian/python-networkx.lintian-overrides \
-		$(CURDIR)/debian/python-networkx/usr/share/lintian/overrides/python-networkx
-
 	# Do some cleanup: delete unneeded files
 	for i in Credits.txt GNU_LGPL.txt Legal.txt; do \
 		rm $(CURDIR)/debian/python-networkx/usr/share/doc/python-networkx/$$i ; \
@@ -94,6 +89,7 @@
 	dh_pysupport
 	mv ${PYSUPPORT_DIR}/networkx-${DEB_UPSTREAM_VERSION}-py[0-9].[0-9].egg-info \
 		${PYSUPPORT_DIR}/networkx-${DEB_UPSTREAM_VERSION}.egg-info
+	chmod +x ${PYSUPPORT_DIR}/networkx/tests/test.py
 	dh_installman
 	dh_link
 	dh_compress




More information about the Python-modules-commits mailing list