make the debian/control dep automatic

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3467
This commit is contained in:
Andres Salomon 2005-07-12 08:29:52 +00:00
parent 35628b89b3
commit 95feeabca6
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -221,7 +221,7 @@ binary: binary-indep binary-arch
# I truly apologize for what I've created.. -dil
#
archs := $(shell find debian/arch/ -mindepth 1 -maxdepth 1 -type d ! -name '.svn' -printf '%f\n')
debian/control: debian/templates/control.main.in
debian/control: $(wildcard debian/templates/control.*.in)
rm -f control.tmp 2>/dev/null
substitute() { \
sa_tmp="debian/arch/$$2/*/config.$$3"; \