public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] deb-pkg md5sums
@ 2010-03-04 20:57 FEJES Jozsef
  2010-03-05 13:13 ` Michal Marek
  0 siblings, 1 reply; 3+ messages in thread
From: FEJES Jozsef @ 2010-03-04 20:57 UTC (permalink / raw)
  To: linux-kbuild

[-- Attachment #1: Type: text/plain, Size: 337 bytes --]

Hi,

I would like an md5sums file in the packages built by the deb-pkg 
script. It's a quite standard and useful thing to do.

Please consider my patch (or something similar) for inclusion.

My patch does the same thing as dh_md5sums, without any fancy options 
which are unnecessary in this case.

-- 
[ FEJES Jozsef ]
http://joco.name

[-- Attachment #2: debpkgmd5.patch --]
[-- Type: text/plain, Size: 565 bytes --]

diff -ur a/scripts/package/builddeb b/scripts/package/builddeb
--- a/scripts/package/builddeb	2010-02-09 13:57:19.000000000 +0100
+++ b/scripts/package/builddeb	2010-03-04 20:58:03.353788459 +0100
@@ -18,6 +18,7 @@
 	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"

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-03-05 17:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-04 20:57 [PATCH] deb-pkg md5sums FEJES Jozsef
2010-03-05 13:13 ` Michal Marek
2010-03-05 17:19   ` FEJES Jozsef

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox