kbuild: deb-pkg md5sums
authorFEJES Jozsef <fejes@joco.name>
Fri, 5 Mar 2010 17:19:36 +0000 (18:19 +0100)
committerMichal Marek <mmarek@suse.cz>
Sun, 7 Mar 2010 12:33:00 +0000 (13:33 +0100)
This patch creates the standard md5sums file for 'make deb-pkg' just
like the dh_md5sums debhelper script.

Signed-off-by: Jozsef Fejes <fejes@joco.name>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/package/builddeb

index 8b357b0bd250b0e04012a08815c01cd3f95f22a3..07f2fbde2abf85a5f92040a10608a38e23db3905 100644 (file)
@@ -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"