[Debianjr-commits] r20 - in /packages/trunk/junior-typing/debian: changelog control rules

synrg at users.alioth.debian.org synrg at users.alioth.debian.org
Sat Oct 6 20:35:42 UTC 2007


Author: synrg
Date: Sat Oct  6 20:35:42 2007
New Revision: 20

URL: http://svn.debian.org/wsvn/debianjr/?sc=1&rev=20
Log:
junior-typing 1.4

Modified:
    packages/trunk/junior-typing/debian/changelog
    packages/trunk/junior-typing/debian/control
    packages/trunk/junior-typing/debian/rules

Modified: packages/trunk/junior-typing/debian/changelog
URL: http://svn.debian.org/wsvn/debianjr/packages/trunk/junior-typing/debian/changelog?rev=20&op=diff
==============================================================================
--- packages/trunk/junior-typing/debian/changelog (original)
+++ packages/trunk/junior-typing/debian/changelog Sat Oct  6 20:35:42 2007
@@ -1,3 +1,11 @@
+junior-typing (1.4) unstable; urgency=low
+
+  * Re-added tuxtype.
+  * Removed tipptrainer, xletters, typespeed: considered redundant.
+  * Added md5sums.
+
+ -- Ben Armstrong <synrg at sanctuary.nslug.ns.ca>  Sat, 06 Oct 2007 17:32:39 -0300
+
 junior-typing (1.3) unstable; urgency=low
 
   * Removed tuxtype until copyright problem resolved (Closes: #321534)

Modified: packages/trunk/junior-typing/debian/control
URL: http://svn.debian.org/wsvn/debianjr/packages/trunk/junior-typing/debian/control?rev=20&op=diff
==============================================================================
--- packages/trunk/junior-typing/debian/control (original)
+++ packages/trunk/junior-typing/debian/control Sat Oct  6 20:35:42 2007
@@ -2,11 +2,11 @@
 Section: misc
 Priority: extra
 Maintainer: Ben Armstrong <synrg at sanctuary.nslug.ns.ca>
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 
 Package: junior-typing
 Architecture: all
-Depends: tipptrainer, typespeed, gtypist, xletters
+Depends: tuxtype, gtypist
 Description: Debian Jr. typing
  This meta package will install typing tutors and typing games for
  various skill levels.

Modified: packages/trunk/junior-typing/debian/rules
URL: http://svn.debian.org/wsvn/debianjr/packages/trunk/junior-typing/debian/rules?rev=20&op=diff
==============================================================================
--- packages/trunk/junior-typing/debian/rules (original)
+++ packages/trunk/junior-typing/debian/rules Sat Oct  6 20:35:42 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