From 95feeabca64302ad432a00d2a93babf6da4820e7 Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Tue, 12 Jul 2005 08:29:52 +0000 Subject: [PATCH] make the debian/control dep automatic svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3467 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 293a378de..a96307668 100755 --- a/debian/rules +++ b/debian/rules @@ -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"; \