[Python-modules-commits] r21722 - in packages/python-networkx/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat May 12 11:07:53 UTC 2012


    Date: Saturday, May 12, 2012 @ 11:07:50
  Author: morph
Revision: 21722

* debian/rules
  - remove leftover from build process, so the package can be built twice in a
    row; thanks to Jakub Wilk for the report; Closes: #671193

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	2012-05-12 10:52:10 UTC (rev 21721)
+++ packages/python-networkx/trunk/debian/changelog	2012-05-12 11:07:50 UTC (rev 21722)
@@ -1,3 +1,11 @@
+python-networkx (1.6-3) UNRELEASED; urgency=low
+
+  * debian/rules
+    - remove leftover from build process, so the package can be built twice in a
+      row; thanks to Jakub Wilk for the report; Closes: #671193
+
+ -- Sandro Tosi <morph at debian.org>  Sat, 12 May 2012 11:53:24 +0200
+
 python-networkx (1.6-2) unstable; urgency=low
 
   * debian/rules

Modified: packages/python-networkx/trunk/debian/rules
===================================================================
--- packages/python-networkx/trunk/debian/rules	2012-05-12 10:52:10 UTC (rev 21721)
+++ packages/python-networkx/trunk/debian/rules	2012-05-12 11:07:50 UTC (rev 21722)
@@ -11,6 +11,9 @@
 
 	# Add here commands to clean up after the build process.
 	rm -fr build
+	# Remove built doc too
+	$(MAKE) -C doc clean
+	rm -rf doc/source/*.pdf doc/source/*.zip examples/*/*.png doc/fontList.cache
 
 	# Make sure that there's no .pyc left
 	find . -name '*.pyc' -exec rm {} ';'




More information about the Python-modules-commits mailing list