[Python-modules-commits] r29502 - 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:15 UTC 2014
Date: Wednesday, June 25, 2014 @ 17:23:14
Author: zigo
Revision: 29502
Also cleans fontList.cache
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:23:11 UTC (rev 29501)
+++ packages/python-networkx/trunk/debian/changelog 2014-06-25 17:23:14 UTC (rev 29502)
@@ -16,7 +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
+ * Also cleans test.*, doc/source/templates/gallery.html and fontList.cache.
* Added do-not-use-sphinx_rtd_theme.patch.
* debian/rules: do not use setup_egg.py, it's gone from upstream source.
* Do not manage the jquery.js symlink: dh_sphinxdoc does it for us.
Modified: packages/python-networkx/trunk/debian/rules
===================================================================
--- packages/python-networkx/trunk/debian/rules 2014-06-25 17:23:11 UTC (rev 29501)
+++ packages/python-networkx/trunk/debian/rules 2014-06-25 17:23:14 UTC (rev 29502)
@@ -13,7 +13,7 @@
dh_auto_clean
# Add here commands to clean up after the build process.
- rm -fr build networkx/version.py test.* doc/source/templates/gallery.html
+ rm -fr build networkx/version.py test.* doc/source/templates/gallery.html fontList.cache
# 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