From: maximilian attems Date: Fri, 26 Jun 2009 18:04:36 +0000 (+0200) Subject: kbuild: deb-pkg ship changelog X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1ab18486e4e8bf9554d8439207b97422d7466d77;p=linux.git kbuild: deb-pkg ship changelog 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 Cc: Andres Salomon Signed-off-by: maximilian attems Signed-off-by: Sam Ravnborg --- diff --git a/scripts/package/builddeb b/scripts/package/builddeb index 01c2d13dd0204..b19f1f4962e3d 100644 --- a/scripts/package/builddeb +++ b/scripts/package/builddeb @@ -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"