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

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Wed Jun 25 17:22:57 UTC 2014


    Date: Wednesday, June 25, 2014 @ 17:22:56
  Author: zigo
Revision: 29497

Also cleans networkx/version.py, which is generated.

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	2014-06-25 17:22:53 UTC (rev 29496)
+++ packages/python-networkx/trunk/debian/changelog	2014-06-25 17:22:56 UTC (rev 29497)
@@ -15,6 +15,7 @@
   * Added python-3.4.patch (comes from the Ubuntu package).
   * Removed 40_no_setuptools_in_requires.txt (there's no setup_egg.py anymore
     in upstream source code).
+  * Also cleans networkx/version.py, which is generated.
 
  -- Thomas Goirand <zigo at debian.org>  Sun, 22 Jun 2014 07:11:42 +0000
 

Modified: packages/python-networkx/trunk/debian/rules
===================================================================
--- packages/python-networkx/trunk/debian/rules	2014-06-25 17:22:53 UTC (rev 29496)
+++ packages/python-networkx/trunk/debian/rules	2014-06-25 17:22:56 UTC (rev 29497)
@@ -13,7 +13,7 @@
 	dh_auto_clean
 
 	# Add here commands to clean up after the build process.
-	rm -fr build
+	rm -fr build networkx/version.py
 	# Remove built doc too
 	$(MAKE) -C doc clean
 	rm -rf doc/source/*.pdf doc/source/*.zip examples/*/*.png doc/fontList.cache




More information about the Python-modules-commits mailing list