[kernel] r6554 - people/fs/firmware-0.1/debian

Frederik Schüler fs at costa.debian.org
Wed May 10 12:39:08 UTC 2006


Author: fs
Date: Wed May 10 12:39:07 2006
New Revision: 6554

Modified:
   people/fs/firmware-0.1/debian/rules

Log:
Use dh_installdocs to install the changelogs.


Modified: people/fs/firmware-0.1/debian/rules
==============================================================================
--- people/fs/firmware-0.1/debian/rules	(original)
+++ people/fs/firmware-0.1/debian/rules	Wed May 10 12:39:07 2006
@@ -16,10 +16,6 @@
 			chmod 755 $(CURDIR)/debian/$$pkg-$$fw/usr/share/initramfs-tools/hooks/firmware-$$fw ; \
 			install -o root -g root -m 644 $(CURDIR)/qlogic-fw/$$fw\_fw.bin $(CURDIR)/debian/$$pkg-$$fw/lib/firmware/ ; \
 		done ; \
-	done ; \
-	for fw in $(BLOBS) ; do \
-		mkdir -p $(CURDIR)/debian/$$pkg-$$fw/usr/share/doc/$$pkg-$$fw/ ; \
-		install -o root -g root -m 644 $(CURDIR)/debian/copyright $(CURDIR)/debian/$$pkg-$$fw/usr/share/doc/$$pkg-$$fw/ ; \
 	done
 
 debian/control:
@@ -40,6 +36,7 @@
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs
+	dh_installdocs
 	dh_compress
 	dh_fixperms
 	dh_installdeb



More information about the Kernel-svn-changes mailing list