Package: lockfile-progs
Version: 0.1.13
Severity: minor
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu lucid ubuntu-patch

        Hi

 Please compute md5sums for use with debsums during the build of
 lockfile-progs; attached patch does this for me.

   Thanks,
-- 
Loïc Minier
diff -Nru lockfile-progs-0.1.13/debian/changelog lockfile-progs-0.1.13ubuntu1/debian/changelog
--- lockfile-progs-0.1.13/debian/changelog	2009-06-21 19:00:52.000000000 +0200
+++ lockfile-progs-0.1.13ubuntu1/debian/changelog	2010-01-12 00:11:03.000000000 +0100
@@ -1,3 +1,9 @@
+lockfile-progs (0.1.13ubuntu1) lucid; urgency=low
+
+  * Compute md5sums during build.
+
+ -- Loïc Minier <loic.min...@ubuntu.com>  Tue, 12 Jan 2010 00:10:53 +0100
+
 lockfile-progs (0.1.13) unstable; urgency=low
 
   * Make exit_status volatile since it interacts with a signal handler.
diff -Nru lockfile-progs-0.1.13/debian/rules lockfile-progs-0.1.13ubuntu1/debian/rules
--- lockfile-progs-0.1.13/debian/rules	2008-02-11 06:29:22.000000000 +0100
+++ lockfile-progs-0.1.13ubuntu1/debian/rules	2010-01-12 00:10:50.000000000 +0100
@@ -74,6 +74,9 @@
 	cp debian/prerm debian/tmp/DEBIAN
 	chmod 755 debian/tmp/DEBIAN/prerm
 
+	# md5sums
+	cd debian/tmp && find -type f \! -regex '.*/DEBIAN/.*' -printf '%P\0' | xargs -r0 md5sum >DEBIAN/md5sums
+
         # Now really get busy.
 	dpkg-shlibdeps `find debian/tmp/usr/bin/ -type f`
 

Reply via email to