r4967 - packages/trunk/dd2/debian

Barry deFreese bddebian-guest at alioth.debian.org
Sun Dec 16 05:36:52 UTC 2007


Author: bddebian-guest
Date: 2007-12-16 05:36:52 +0000 (Sun, 16 Dec 2007)
New Revision: 4967

Modified:
   packages/trunk/dd2/debian/
   packages/trunk/dd2/debian/changelog
   packages/trunk/dd2/debian/menu
   packages/trunk/dd2/debian/rules
Log:
Add tagsUrl, origUrl, and mergeWithUpstream properties
  * Change menu section from Arcade to Action
  * Move config.{sub,guess} handling to configure target



Property changes on: packages/trunk/dd2/debian
___________________________________________________________________
Name: tagsUrl
   + svn+ssh://svn.debian.org/svn/pkg-games/packages/tags/dd2
Name: svn-bp:origUrl
   + http://pkg-games.alioth.debian.org/tarballs/dd2_0.2.1.orig.tar.gz
Name: mergeWithUpstream
   + 1

Modified: packages/trunk/dd2/debian/changelog
===================================================================
--- packages/trunk/dd2/debian/changelog	2007-12-16 05:21:57 UTC (rev 4966)
+++ packages/trunk/dd2/debian/changelog	2007-12-16 05:36:52 UTC (rev 4967)
@@ -7,6 +7,8 @@
   * Make distclean not ignore errors
   * Add watch file
   * Add desktop file
+  * Change menu section from Arcade to Action
+  * Move config.{sub,guess} handling to configure target
   * Bump debhelper build-dep and compat to 5
   * Bump Standards Version to 3.7.3
 

Modified: packages/trunk/dd2/debian/menu
===================================================================
--- packages/trunk/dd2/debian/menu	2007-12-16 05:21:57 UTC (rev 4966)
+++ packages/trunk/dd2/debian/menu	2007-12-16 05:36:52 UTC (rev 4967)
@@ -1,2 +1,2 @@
-?package(dodgindiamond2):needs="X11" section="Games/Arcade"\
+?package(dodgindiamond2):needs="X11" section="Games/Action"\
   title="Dodgin' Diamond 2" command="/usr/games/dodgindiamond2"

Modified: packages/trunk/dd2/debian/rules
===================================================================
--- packages/trunk/dd2/debian/rules	2007-12-16 05:21:57 UTC (rev 4966)
+++ packages/trunk/dd2/debian/rules	2007-12-16 05:36:52 UTC (rev 4967)
@@ -1,10 +1,5 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
@@ -26,6 +21,14 @@
 
 config.status: configure
 	dh_testdir
+
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+	cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+	cp -f /usr/share/misc/config.guess config.guess
+endif
+
 	CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure --enable-alternate-fire-key --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --bindir=\$${prefix}/games --infodir=\$${prefix}/share/info --datadir=\$${prefix}/share/games
 
 
@@ -41,13 +44,8 @@
 	dh_testroot
 	rm -f build-stamp 
 	[ ! -f Makefile ] || $(MAKE) distclean
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f /usr/share/misc/config.guess config.guess
-endif
 
+	rm -f config.sub config.guess
 
 	dh_clean 
 
@@ -63,9 +61,6 @@
 	chgrp games $(CURDIR)/debian/dodgindiamond2/usr/games/dodgindiamond2
 	chgrp games $(CURDIR)/debian/dodgindiamond2/var/games/dodgindiamond2
 	rm $(CURDIR)/debian/dodgindiamond2/usr/share/games/dodgindiamond2/dd2-hiscore
-#	mv $(CURDIR)/debian/dodgindiamond2/usr/share/games/dodgindiamond2/dd2-hiscore $(CURDIR)/debian/dodgindiamond2/var/games/dodgindiamond2/hiscore
-#	chmod 0664 $(CURDIR)/debian/dodgindiamond2/var/games/dodgindiamond2/hiscore
-#	chgrp games $(CURDIR)/debian/dodgindiamond2/var/games/dodgindiamond2/hiscore
 	rm -rf $(CURDIR)/debian/dodgindiamond2/usr/share/games/doc
 
 




More information about the Pkg-games-commits mailing list