Skip to content

Commit

Permalink
kbuild: deb-pkg ship changelog
Browse files Browse the repository at this point in the history
In the series for 2.6.31 it was noticed to ship the copyright,
but the generated changelog got lost somehow.

As bonus the generated linux-image deb packages are Lenny lintian clean.

Cc: Frans Pop <[email protected]>
Cc: Andres Salomon <[email protected]>
Signed-off-by: maximilian attems <[email protected]>
Signed-off-by: Sam Ravnborg <[email protected]>
  • Loading branch information
brainflux authored and sravnborg committed Jun 26, 2009
1 parent 857ecee commit 1ab1848
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/package/builddeb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ create_package() {
local pname="$1" pdir="$2"

cp debian/copyright "$pdir/usr/share/doc/$pname/"
cp debian/changelog "$pdir/usr/share/doc/$pname/changelog.Debian"
gzip -9 "$pdir/usr/share/doc/$pname/changelog.Debian"

# Fix ownership and permissions
chown -R root:root "$pdir"
Expand Down

0 comments on commit 1ab1848

Please sign in to comment.