debian/rules: Ignore more things in debian/templates.

svn path=/dists/trunk/linux-2.6/; revision=8230
This commit is contained in:
Bastian Blank 2007-01-27 20:55:34 +00:00
parent 88c56779b8
commit 059d3a6155
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -69,7 +69,7 @@ binary: binary-indep binary-arch
# 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 \