Package: debian-archive-keyring
Version: 2009.01.31ubuntu1
Severity: minor
Tags: patch
Hi
Please compute DEBIAN/md5sums during the build of this package; the
attached patch fixes it for me.
Thanks,
--
Loïc Minier
diff -Nru debian-archive-keyring-2009.01.31/debian/changelog debian-archive-keyring-2009.01.31ubuntu1/debian/changelog
--- debian-archive-keyring-2009.01.31/debian/changelog 2009-01-31 23:26:08.000000000 +0100
+++ debian-archive-keyring-2009.01.31ubuntu1/debian/changelog 2010-01-11 23:18:10.000000000 +0100
@@ -1,3 +1,9 @@
+debian-archive-keyring (2009.01.31ubuntu1) lucid; urgency=low
+
+ * Compute md5sums.
+
+ -- Loïc Minier <[email protected]> Mon, 11 Jan 2010 23:18:03 +0100
+
debian-archive-keyring (2009.01.31) unstable; urgency=low
* Add Debian Archive Automatic Signing Key (5.0/lenny)
diff -Nru debian-archive-keyring-2009.01.31/debian/rules debian-archive-keyring-2009.01.31ubuntu1/debian/rules
--- debian-archive-keyring-2009.01.31/debian/rules 2007-05-11 21:00:48.000000000 +0200
+++ debian-archive-keyring-2009.01.31ubuntu1/debian/rules 2010-01-11 23:18:00.000000000 +0100
@@ -38,6 +38,7 @@
$(install_file) debian/changelog debian/tmp/usr/share/doc/debian-archive-keyring/changelog
gzip -9v debian/tmp/usr/share/doc/debian-archive-keyring/*
$(install_file) debian/copyright debian/tmp/usr/share/doc/debian-archive-keyring/
+ cd debian/tmp; find -type f \! -regex '.*/DEBIAN/.*' -printf '%P\0' | xargs -r0 md5sum >DEBIAN/md5sums
dpkg-gencontrol -pdebian-archive-keyring -isp
chown -R root.root debian/tmp