[Python-modules-commits] r13548 - in packages/python-networkx/trunk/debian (changelog rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Tue Jun 22 22:15:26 UTC 2010
Date: Tuesday, June 22, 2010 @ 22:15:14
Author: morph
Revision: 13548
* debian/rules
- remove 2 doc files not needed (they are actually broken symlinks); thanks
to Ian Zimmerman for the report; Closes: #580839
Modified:
packages/python-networkx/trunk/debian/changelog
packages/python-networkx/trunk/debian/rules
Modified: packages/python-networkx/trunk/debian/changelog
===================================================================
--- packages/python-networkx/trunk/debian/changelog 2010-06-22 22:11:00 UTC (rev 13547)
+++ packages/python-networkx/trunk/debian/changelog 2010-06-22 22:15:14 UTC (rev 13548)
@@ -4,8 +4,11 @@
- switch to '3.0 (quilt)' source format
* debian/rules
- use '-f' option of rm instead of the make-way of ignoring error
+ * debian/rules
+ - remove 2 doc files not needed (they are actually broken symlinks); thanks
+ to Ian Zimmerman for the report; Closes: #580839
- -- Sandro Tosi <morph at debian.org> Tue, 22 Jun 2010 23:55:40 +0200
+ -- Sandro Tosi <morph at debian.org> Wed, 23 Jun 2010 00:14:17 +0200
python-networkx (1.1-1) unstable; urgency=low
Modified: packages/python-networkx/trunk/debian/rules
===================================================================
--- packages/python-networkx/trunk/debian/rules 2010-06-22 22:11:00 UTC (rev 13547)
+++ packages/python-networkx/trunk/debian/rules 2010-06-22 22:15:14 UTC (rev 13548)
@@ -55,6 +55,7 @@
dh_testroot
dh_installchangelogs
dh_installdocs doc/source
+ rm $(DEBIANDOC_DIR)/source/install.rst $(DEBIANDOC_DIR)/source/reference/legal.rst
dh_installexamples
dh_pysupport
dh_installman
More information about the Python-modules-commits
mailing list