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

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Tue Sep 29 11:00:20 UTC 2015


    Date: Tuesday, September 29, 2015 @ 11:00:18
  Author: zigo
Revision: 34412

Do not rename non-existing README file.

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	2015-09-29 11:00:13 UTC (rev 34411)
+++ packages/python-networkx/trunk/debian/changelog	2015-09-29 11:00:18 UTC (rev 34412)
@@ -11,6 +11,7 @@
   * Removed do-not-use-sphinx_rtd_theme.patch patch. Build-Depends on the
     python-sphinx-rtd-theme package instead.
   * Exclude tests which are doing internet access and failing.
+  * Do not rename non-existing README file.
 
  -- Thomas Goirand <zigo at debian.org>  Wed, 02 Sep 2015 13:17:15 +0000
 

Modified: packages/python-networkx/trunk/debian/rules
===================================================================
--- packages/python-networkx/trunk/debian/rules	2015-09-29 11:00:13 UTC (rev 34411)
+++ packages/python-networkx/trunk/debian/rules	2015-09-29 11:00:18 UTC (rev 34412)
@@ -66,9 +66,6 @@
 	# Do some cleanup: delete unneeded files:
 	rm $(DEBIANDOC_DIR)/INSTALL.txt $(DEBIANDOC_DIR)/LICENSE.txt
 
-	# Rename the README file.
-	mv $(DEBIANDOC_DIR)/README.txt $(DEBIANDOC_DIR)/README
-
 	# install doc from dir 'dist', but rename it to 'html', better name
 	cp -auxf doc/build/dist debian/python-networkx-doc/usr/share/doc/python-networkx-doc/html
 




More information about the Python-modules-commits mailing list