Package: kernel-package
Version: 10.019
Severity: minor
While finding out the buildinfo, make-kpkg does this:
echo kernel source package used: >> debian/buildinfo
COLUMNS=150 dpkg -l kernel-source-2.6.14 | \
awk '$1 ~ /[hi]i/ { printf("%s-%s\n", $2, $3) }' >>
debian/buildinfo
However the source package is no longer named kernel-source, but rather
linux-source. So debian/buildinfo ends up with just the line:
...
(snip)
kernel source package used:
(snip)
....
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]