[Debianjr-commits] r25 - in /packages/trunk/junior-gnome/debian: changelog control rules

synrg at users.alioth.debian.org synrg at users.alioth.debian.org
Sun Jan 20 16:12:50 UTC 2008


Author: synrg
Date: Sun Jan 20 16:12:49 2008
New Revision: 25

URL: http://svn.debian.org/wsvn/debianjr/?sc=1&rev=25
Log:
Release junior-gnome 1.5

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

Modified: packages/trunk/junior-gnome/debian/changelog
URL: http://svn.debian.org/wsvn/debianjr/packages/trunk/junior-gnome/debian/changelog?rev=25&op=diff
==============================================================================
--- packages/trunk/junior-gnome/debian/changelog (original)
+++ packages/trunk/junior-gnome/debian/changelog Sun Jan 20 16:12:49 2008
@@ -1,3 +1,9 @@
+junior-gnome (1.5) unstable; urgency=low
+
+  * Removed gbatnav, which is removed from testing.
+
+ -- Ben Armstrong <synrg at sanctuary.nslug.ns.ca>  Sun, 20 Jan 2008 12:04:03 -0400
+
 junior-gnome (1.4) unstable; urgency=low
 
   * Removed drgenius, which is removed from testing.  In a later release it

Modified: packages/trunk/junior-gnome/debian/control
URL: http://svn.debian.org/wsvn/debianjr/packages/trunk/junior-gnome/debian/control?rev=25&op=diff
==============================================================================
--- packages/trunk/junior-gnome/debian/control (original)
+++ packages/trunk/junior-gnome/debian/control Sun Jan 20 16:12:49 2008
@@ -2,11 +2,11 @@
 Section: misc
 Priority: extra
 Maintainer: Ben Armstrong <synrg at sanctuary.nslug.ns.ca>
-Standards-Version: 3.6.1
+Standards-Version: 3.7.3
 
 Package: junior-gnome
 Architecture: all
-Depends: gbatnav, gcompris, mathwar
+Depends: gcompris, mathwar
 Description: Debian Jr. for Gnome
  This package includes a collection of programs for children
  which are built for Gnome.  A Gnome desktop is not required

Modified: packages/trunk/junior-gnome/debian/rules
URL: http://svn.debian.org/wsvn/debianjr/packages/trunk/junior-gnome/debian/rules?rev=25&op=diff
==============================================================================
--- packages/trunk/junior-gnome/debian/rules (original)
+++ packages/trunk/junior-gnome/debian/rules Sun Jan 20 16:12:49 2008
@@ -19,11 +19,11 @@
 	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 ..
-
-binary-arch:	checkroot build
-	$(checkdir)
 
 define checkdir
 	test -f debian/rules




More information about the Debianjr-commits mailing list