[kernel] r8230 - dists/trunk/linux-2.6/debian

Bastian Blank waldi at alioth.debian.org
Sat Jan 27 20:55:35 UTC 2007


Author: waldi
Date: Sat Jan 27 21:55:34 2007
New Revision: 8230

Modified:
   dists/trunk/linux-2.6/debian/rules
Log:
debian/rules: Ignore more things in debian/templates.


Modified: dists/trunk/linux-2.6/debian/rules
==============================================================================
--- dists/trunk/linux-2.6/debian/rules	(original)
+++ dists/trunk/linux-2.6/debian/rules	Sat Jan 27 21:55:34 2007
@@ -69,7 +69,7 @@
 # Makes the master debian/control file by substituting
 # variable values into the template.
 #
-CONTROL_FILES = debian/changelog $(wildcard debian/templates/*) 
+CONTROL_FILES = debian/changelog $(wildcard debian/templates/*.in)
 CONTROL_FILES += debian/arch/defines $(wildcard debian/arch/*/defines) $(wildcard debian/arch/*/*/defines)
 debian/control debian/rules.gen: debian/bin/gencontrol.py $(CONTROL_FILES)
 	if [ -f debian/control.md5sum ]; then \



More information about the Kernel-svn-changes mailing list