[Python-apps-commits] r1808 - in packages/subdownloader/trunk/debian (rules)

gothicx-guest at users.alioth.debian.org gothicx-guest at users.alioth.debian.org
Sun Sep 14 16:42:13 UTC 2008


    Date: Sunday, September 14, 2008 @ 16:42:12
  Author: gothicx-guest
Revision: 1808

Install README by dh_installdocs and not manually

Modified:
  packages/subdownloader/trunk/debian/rules

Modified: packages/subdownloader/trunk/debian/rules
===================================================================
--- packages/subdownloader/trunk/debian/rules	2008-09-14 16:35:06 UTC (rev 1807)
+++ packages/subdownloader/trunk/debian/rules	2008-09-14 16:42:12 UTC (rev 1808)
@@ -25,17 +25,13 @@
 		usr/share/man/man1/ \
 		usr/share/doc/subdownloader
 
-	# Copy README to system doc/
-	mkdir -p $(CURDIR)/debian/subdownloader/usr/share/doc/subdownloader
-	cp README $(CURDIR)/debian/subdownloader/usr/share/doc/subdownloader/README
-	
 # Build architecture-independent files here.
 binary-indep: build install
 	dh_testdir
 	dh_testroot
 	dh_pycentral
 	dh_installchangelogs ChangeLog
-#	dh_installdocs
+	dh_installdocs README
 	dh_install
 	dh_installman subdownloader.1
 	dh_link




More information about the Python-apps-commits mailing list