r7405 - packages/trunk/grande/debian

Barry deFreese bddebian-guest at alioth.debian.org
Mon Jun 16 20:59:25 UTC 2008


Author: bddebian-guest
Date: 2008-06-16 20:59:25 +0000 (Mon, 16 Jun 2008)
New Revision: 7405

Modified:
   packages/trunk/grande/debian/changelog
   packages/trunk/grande/debian/rules
Log:
  * Replace pwd with $(CURDIR) in rules.
  * Remove unused debhelper commands.


Modified: packages/trunk/grande/debian/changelog
===================================================================
--- packages/trunk/grande/debian/changelog	2008-06-16 20:50:03 UTC (rev 7404)
+++ packages/trunk/grande/debian/changelog	2008-06-16 20:59:25 UTC (rev 7405)
@@ -11,6 +11,8 @@
   * Add myself to uploaders.
   * Fix manpage warning.
   * Add copyright holders.
+  * Replace pwd with $(CURDIR) in rules.
+  * Remove unused debhelper commands.
   * Bump Standards Version to 3.8.0. (No changes needed).
 
   [ Eddy Petrișor ]

Modified: packages/trunk/grande/debian/rules
===================================================================
--- packages/trunk/grande/debian/rules	2008-06-16 20:50:03 UTC (rev 7404)
+++ packages/trunk/grande/debian/rules	2008-06-16 20:59:25 UTC (rev 7405)
@@ -38,17 +38,17 @@
 	dh_clean -k
 	dh_installdirs /var/games
 
-	$(MAKE) install DESTDIR=`pwd`/debian/grande/
-	mv `pwd`/debian/grande/usr/bin `pwd`/debian/grande/usr/games
-	cp `pwd`/debian/grande.xpm \
-		`pwd`/debian/grande/usr/share/games/grande/grande.xpm
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/grande/
+	mv $(CURDIR)/debian/grande/usr/bin $(CURDIR)/debian/grande/usr/games
+	cp $(CURDIR)/debian/grande.xpm \
+		$(CURDIR)/debian/grande/usr/share/games/grande/grande.xpm
 
 	# Install desktop file
 	install -D -m 644 debian/grande.desktop debian/grande/usr/share/applications/grande.desktop
 
 	# Do not include the score file because it'd be clobbered on each
 	# upgrade. See postinst script instead.
-	rm -f `pwd`/debian/grande/var/games/grande.scores
+	rm -f $(CURDIR)/debian/grande/var/games/grande.scores
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -56,21 +56,12 @@
 
 # Build architecture-dependent files here.
 binary-arch: build install
-#	dh_testversion
 	dh_testdir
 	dh_testroot
-#	dh_installdebconf	
 	dh_installdocs README
-#	dh_installexamples
 	dh_installmenu
 	dh_desktop
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installinit
-#	dh_installcron
 	dh_installman debian/grande.6
-#	dh_installinfo
-#	dh_undocumented
 	dh_installchangelogs ChangeLog
 	dh_link
 	dh_strip
@@ -78,7 +69,6 @@
 	dh_fixperms
 	dh_makeshlibs
 	dh_installdeb
-#	dh_perl
 
 	dh_shlibdeps
 	dh_gencontrol




More information about the Pkg-games-commits mailing list