[Python-modules-commits] r29498 - in packages/python-networkx/trunk/debian (changelog rules)
zigo at users.alioth.debian.org
zigo at users.alioth.debian.org
Wed Jun 25 17:23:01 UTC 2014
Date: Wednesday, June 25, 2014 @ 17:23:00
Author: zigo
Revision: 29498
Also cleans test.* and doc/source/templates/gallery.html
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:56 UTC (rev 29497)
+++ packages/python-networkx/trunk/debian/changelog 2014-06-25 17:23:00 UTC (rev 29498)
@@ -16,6 +16,7 @@
* 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.
+ * Also cleans test.* and doc/source/templates/gallery.html
-- 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:56 UTC (rev 29497)
+++ packages/python-networkx/trunk/debian/rules 2014-06-25 17:23:00 UTC (rev 29498)
@@ -13,7 +13,7 @@
dh_auto_clean
# Add here commands to clean up after the build process.
- rm -fr build networkx/version.py
+ rm -fr build networkx/version.py test.* doc/source/templates/gallery.html
# 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