From 059d3a6155ba68a8469fd39833b3371653bd0cf0 Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Sat, 27 Jan 2007 20:55:34 +0000 Subject: [PATCH] debian/rules: Ignore more things in debian/templates. svn path=/dists/trunk/linux-2.6/; revision=8230 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index cc43342e7..b1d1faba5 100755 --- a/debian/rules +++ b/debian/rules @@ -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 \