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
This commit is contained in:
Jurij Smakov 2005-06-23 00:27:35 +00:00
parent 1f8dd96687
commit 027c1a1f69
1 changed files with 2 additions and 3 deletions

5
debian/rules vendored
View File

@ -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' \