[Debianjr-commits] r23 - in /packages/trunk/junior-toys/debian: changelog rules

synrg at users.alioth.debian.org synrg at users.alioth.debian.org
Sun Oct 7 13:37:46 UTC 2007


Author: synrg
Date: Sun Oct  7 13:37:45 2007
New Revision: 23

URL: http://svn.debian.org/wsvn/debianjr/?sc=1&rev=23
Log:
junior-toys 1.7

Modified:
    packages/trunk/junior-toys/debian/changelog
    packages/trunk/junior-toys/debian/rules

Modified: packages/trunk/junior-toys/debian/changelog
URL: http://svn.debian.org/wsvn/debianjr/packages/trunk/junior-toys/debian/changelog?rev=23&op=diff
==============================================================================
--- packages/trunk/junior-toys/debian/changelog (original)
+++ packages/trunk/junior-toys/debian/changelog Sun Oct  7 13:37:45 2007
@@ -1,9 +1,9 @@
 junior-toys (1.7) unstable; urgency=low
 
   * Removed xscreensaver, as screensavers are now standard desktop components.
-  * 
+  * Generate md5sums.
 
- -- Ben Armstrong <synrg at sanctuary.nslug.ns.ca>  Sun, 15 Apr 2007 09:30:33 -0300
+ -- Ben Armstrong <synrg at sanctuary.nslug.ns.ca>  Sun, 07 Oct 2007 10:34:37 -0300
 
 junior-toys (1.6) unstable; urgency=low
 

Modified: packages/trunk/junior-toys/debian/rules
URL: http://svn.debian.org/wsvn/debianjr/packages/trunk/junior-toys/debian/rules?rev=23&op=diff
==============================================================================
--- packages/trunk/junior-toys/debian/rules (original)
+++ packages/trunk/junior-toys/debian/rules Sun Oct  7 13:37:45 2007
@@ -19,6 +19,9 @@
 	gzip -9 debian/tmp/usr/share/doc/$(package)/changelog
 	install -m644 debian/copyright debian/tmp/usr/share/doc/$(package)
 	install -m644 debian/README.Debian debian/tmp/usr/share/doc/$(package)
+	cd debian/tmp ; find -type f ! -regex '.*/DEBIAN/.*' -printf '%P\0' | xargs -r0 md5sum > DEBIAN/md5sums
+	chmod 644 debian/tmp/DEBIAN/md5sums
+	chown 0:0 debian/tmp/DEBIAN/md5sums
 	dpkg-gencontrol -isp
 	dpkg --build debian/tmp ..
 




More information about the Debianjr-commits mailing list