[kernel] r13250 - dists/trunk/firmware-nonfree/debian

Bastian Blank waldi at alioth.debian.org
Tue Mar 24 14:00:51 UTC 2009


Author: waldi
Date: Tue Mar 24 14:00:49 2009
New Revision: 13250

Log:
debian/rules: Also check copyright files.


Modified:
   dists/trunk/firmware-nonfree/debian/rules

Modified: dists/trunk/firmware-nonfree/debian/rules
==============================================================================
--- dists/trunk/firmware-nonfree/debian/rules	(original)
+++ dists/trunk/firmware-nonfree/debian/rules	Tue Mar 24 14:00:49 2009
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 SHELL := sh -e
 
-CONTROL_FILES += debian/bin/gencontrol.py defines $(wildcard */defines) $(wildcard */LICENSE)
+CONTROL_FILES += debian/bin/gencontrol.py defines $(wildcard */defines) $(wildcard */copyright) $(wildcard */LICENSE*)
 
 include debian/rules.defs
 include /usr/src/linux-support-$(KERNELVERSION)/modules/rules.include



More information about the Kernel-svn-changes mailing list