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

kibi at users.alioth.debian.org kibi at users.alioth.debian.org
Fri Nov 28 06:18:54 UTC 2008


    Date: Friday, November 28, 2008 @ 06:18:54
  Author: kibi
Revision: 6998

Update build instructions, according to the new manifest.

Modified:
  packages/python-networkx/trunk/debian/changelog
  packages/python-networkx/trunk/debian/rules
Deleted:
  packages/python-networkx/trunk/debian/docs

Modified: packages/python-networkx/trunk/debian/changelog
===================================================================
--- packages/python-networkx/trunk/debian/changelog	2008-11-28 06:12:25 UTC (rev 6997)
+++ packages/python-networkx/trunk/debian/changelog	2008-11-28 06:18:54 UTC (rev 6998)
@@ -8,6 +8,11 @@
   * New upstream release.
   * Refresh patch accordingly:
      + debian/patches/10_doc_relocation.
+  * debian/rules:
+     + Update uneeded file list, only INSTALL.txt left.
+     + Stop renaming a file and removing a directory, both gone.
+  * debian/docs:
+     + Deleted, README is gone.
   * debian/control:
      + Update my mail address.
   * debian/copyright:

Deleted: packages/python-networkx/trunk/debian/docs
===================================================================
--- packages/python-networkx/trunk/debian/docs	2008-11-28 06:12:25 UTC (rev 6997)
+++ packages/python-networkx/trunk/debian/docs	2008-11-28 06:18:54 UTC (rev 6998)
@@ -1 +0,0 @@
-README

Modified: packages/python-networkx/trunk/debian/rules
===================================================================
--- packages/python-networkx/trunk/debian/rules	2008-11-28 06:12:25 UTC (rev 6997)
+++ packages/python-networkx/trunk/debian/rules	2008-11-28 06:18:54 UTC (rev 6998)
@@ -43,19 +43,10 @@
 	python setup_egg.py install --no-compile --root=$(CURDIR)/debian/python-networkx \
 		--single-version-externally-managed
 
-	# Do some cleanup: delete unneeded files
-	for i in Credits.txt Download.txt GNU_LGPL.txt Install.txt Legal.txt; do \
-		rm $(CURDIR)/debian/python-networkx/usr/share/doc/python-networkx/$$i ; \
-	done
+	# Do some cleanup: delete an unneeded file
+	rm $(CURDIR)/debian/python-networkx/usr/share/doc/python-networkx/INSTALL.txt
 
-	# Empty dir...
-	rmdir $(CURDIR)/debian/python-networkx/usr/share/doc/python-networkx/data
 
-	# Rename Readme.txt to README
-	mv $(CURDIR)/debian/python-networkx/usr/share/doc/python-networkx/Readme.txt \
-		$(CURDIR)/debian/python-networkx/usr/share/doc/python-networkx/README
-
-
 # Build architecture-independent files here.
 binary-indep: build install
 	dh_testdir




More information about the Python-modules-commits mailing list