[Python-modules-commits] r1108 - /packages/python-docutils/trunk/debian/rules

smcv-guest at users.alioth.debian.org smcv-guest at users.alioth.debian.org
Sun Jul 2 17:18:33 UTC 2006


Author: smcv-guest
Date: Sun Jul  2 17:18:32 2006
New Revision: 1108

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1108
Log:
Avoid installation of COPYING.txt, COPYING.html correctly

Modified:
    packages/python-docutils/trunk/debian/rules

Modified: packages/python-docutils/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-docutils/trunk/debian/rules?rev=1108&op=diff
==============================================================================
--- packages/python-docutils/trunk/debian/rules (original)
+++ packages/python-docutils/trunk/debian/rules Sun Jul  2 17:18:32 2006
@@ -90,8 +90,6 @@
 		while read f ; do install -d $(d)/usr/share/doc/$(p)/docs/$$f ; done
 	set -e && ( cd docs; find . -name SCCS -prune -o -type f -print ) | \
 		while read f ; do install -o root -m 755 docs/$$f $(d)/usr/share/doc/$(p)/docs/$$f ; done
-	rm -f $(d)/usr/share/doc/$(p)/COPYING.txt
-	rm -f $(d)/usr/share/doc/$(p)/COPYING.html
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -99,7 +97,7 @@
 	dh_testroot
 #	dh_installdebconf
 
-	dh_installdocs *.txt *.html
+	dh_installdocs *.txt *.html -XCOPYING
 	set -e && ( cd docs; find . -name SCCS -prune -o -type d -print ) | \
 		while read f ; do install -d $(d)/usr/share/doc/$(p)/docs/$$f ; done
 	set -e && ( cd docs; find . -name SCCS -prune -o -type f -print ) | \




More information about the Python-modules-commits mailing list