From 027c1a1f69c21ab346b246d6e66514025b13a510 Mon Sep 17 00:00:00 2001 From: Jurij Smakov Date: Thu, 23 Jun 2005 00:27:35 +0000 Subject: [PATCH] Revert an earlier change which caused the inclusion of arch-specific control.in templates in the master control file. This is not required and will only clutter the control file unneccessarily. svn path=/branches/linux-kernel-2.6.12/; revision=3392 --- debian/rules | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index d69017048..f8806ff47 100755 --- a/debian/rules +++ b/debian/rules @@ -217,9 +217,8 @@ binary: binary-indep binary-arch # variable values into the template. # debian/control: debian/templates/control.main.in - cat debian/templates/control.source.in \ - debian/templates/control.main.in \ - debian/arch/*/control.in | \ + cat debian/templates/control.source.in \ + debian/templates/control.main.in | \ sed -e 's/@version@/$(version)/g' \ -e 's/@major@/$(major)/g' \ -e 's/@ltver@/$(ltver)/g' \