Commit b59a1225 authored by FEJES Jozsef's avatar FEJES Jozsef Committed by Michal Marek
Browse files

kbuild: deb-pkg md5sums



This patch creates the standard md5sums file for 'make deb-pkg' just
like the dh_md5sums debhelper script.

Signed-off-by: default avatarJozsef Fejes <fejes@joco.name>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent e9cfaa9f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@ create_package() {
	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"
	sh -c "cd '$pdir'; find . -type f ! -path './DEBIAN/*' -printf '%P\0' \
		| xargs -r0 md5sum > DEBIAN/md5sums"

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