[Pkg-gnupg-commit] r35 - in /gnupg/trunk/debian: changelog rules

pusling-guest at users.alioth.debian.org pusling-guest at users.alioth.debian.org
Tue Jun 3 22:08:14 UTC 2008


Author: pusling-guest
Date: Tue Jun  3 22:08:13 2008
New Revision: 35

URL: http://svn.debian.org/wsvn/pkg-gnupg/?sc=1&rev=35
Log:
add md5sums to package (Closes: 430459)

Modified:
    gnupg/trunk/debian/changelog
    gnupg/trunk/debian/rules

Modified: gnupg/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnupg/gnupg/trunk/debian/changelog?rev=35&op=diff
==============================================================================
--- gnupg/trunk/debian/changelog (original)
+++ gnupg/trunk/debian/changelog Tue Jun  3 22:08:13 2008
@@ -23,6 +23,7 @@
   * No need to clean up in builddir before removing builddir
   * if rm -rf fails, we should also fail
   * Handle DEB_BUILD_OPTIONS=nostrip in debian/rules (Closes: #437050)
+  * add md5sums to package (Closes: 430459)
 
  -- Sune Vuorela <debian at pusling.com>  Sun, 01 Jun 2008 21:21:10 +0200
 

Modified: gnupg/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnupg/gnupg/trunk/debian/rules?rev=35&op=diff
==============================================================================
--- gnupg/trunk/debian/rules (original)
+++ gnupg/trunk/debian/rules Tue Jun  3 22:08:13 2008
@@ -108,6 +108,7 @@
 	find debian/tmp/ -type d -empty | xargs rmdir
 
 	find debian/tmp/ -type f | xargs file | grep ELF | cut -d: -f 1 | xargs dpkg-shlibdeps
+	cd debian/tmp && find * -type f | grep -v DEBIAN | xargs md5sum > DEBIAN/md5sums
 	dpkg-gencontrol -pgnupg -isp
 	chown -R root.root debian/tmp
 	chmod -R go=rX debian/tmp
@@ -131,6 +132,7 @@
 	$(install_file) debian/copyright debian/gpgv/usr/share/doc/gpgv/
 
 	find debian/gpgv/ -type f | xargs file | grep ELF | cut -d: -f 1 | xargs dpkg-shlibdeps
+	cd debian/gpgv && find * -type f | grep -v DEBIAN | xargs md5sum > DEBIAN/md5sums
 	dpkg-gencontrol -pgpgv -Pdebian/gpgv -isp
 	chown -R root.root debian/gpgv
 	chmod -R go=rX debian/gpgv




More information about the Pkg-gnupg-commit mailing list