Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ab18486 authored by maximilian attems's avatar maximilian attems Committed by Sam Ravnborg
Browse files

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 <elendil@planet.nl>
Cc: Andres Salomon <dilinger@debian.org>
Signed-off-by: default avatarmaximilian attems <max@stro.at>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 857eceeb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"