add all generated binary images to debian/control, to lessen confusion for

someone trying to figure out how things are done.

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3441
This commit is contained in:
Andres Salomon 2005-07-10 02:18:28 +00:00
parent 6e76d1f40b
commit 1074107ae3
1 changed files with 2 additions and 1 deletions

3
debian/rules vendored
View File

@ -220,7 +220,8 @@ binary: binary-indep binary-arch
#
debian/control: debian/templates/control.main.in
cat debian/templates/control.source.in \
debian/templates/control.main.in | \
debian/templates/control.main.in \
`find debian/arch -name control.in` | \
sed -e 's/@version@/$(version)/g' \
-e 's/@major@/$(major)/g' \
-e 's/@ltver@/$(ltver)/g' \