r9334 - packages/trunk/xmahjongg/debian

Peter Pentchev roam-guest at alioth.debian.org
Tue Mar 31 22:33:38 UTC 2009


Author: roam-guest
Date: 2009-03-31 22:33:30 +0000 (Tue, 31 Mar 2009)
New Revision: 9334

Added:
   packages/trunk/xmahjongg/debian/compat
Modified:
   packages/trunk/xmahjongg/debian/changelog
   packages/trunk/xmahjongg/debian/rules
Log:
Add a debian/compat file specifying the debhelper compatibility level.
For level 3, build into debian/xmahjongg/, not debian/tmp/ anymore. 


Modified: packages/trunk/xmahjongg/debian/changelog
===================================================================
--- packages/trunk/xmahjongg/debian/changelog	2009-03-31 22:16:50 UTC (rev 9333)
+++ packages/trunk/xmahjongg/debian/changelog	2009-03-31 22:33:30 UTC (rev 9334)
@@ -8,6 +8,8 @@
   * Add the Homepage, Vcs-Svn, and Vcs-Browser fields.
   * Flesh out the long description a bit.
   * Replace the obsolete x-dev dependency with x11proto-core-dev.
+  * Specify the debhelper compatibility level as 3:
+    - install into debian/xmahjongg instead of debian/tmp
 
  -- Peter Pentchev <roam at ringlet.net>  Tue, 31 Mar 2009 17:19:37 +0300
 

Added: packages/trunk/xmahjongg/debian/compat
===================================================================
--- packages/trunk/xmahjongg/debian/compat	                        (rev 0)
+++ packages/trunk/xmahjongg/debian/compat	2009-03-31 22:33:30 UTC (rev 9334)
@@ -0,0 +1 @@
+3

Modified: packages/trunk/xmahjongg/debian/rules
===================================================================
--- packages/trunk/xmahjongg/debian/rules	2009-03-31 22:16:50 UTC (rev 9333)
+++ packages/trunk/xmahjongg/debian/rules	2009-03-31 22:33:30 UTC (rev 9334)
@@ -6,6 +6,9 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+PACKAGE=	xmahjongg
+D=		$(CURDIR)/debian/$(PACKAGE)
+
 include /usr/share/quilt/quilt.make
 
 build: build-stamp
@@ -38,8 +41,8 @@
 	dh_clean -k
 	dh_installdirs
 
-	# Add here commands to install the package into debian/tmp.
-	$(MAKE) install prefix=`pwd`/debian/tmp/usr bindir=`pwd`/debian/tmp/usr/games mandir=`pwd`/debian/tmp/usr/share/man datadir=`pwd`/debian/tmp/usr/share/games
+	# Add here commands to install the package into debian/xmahjongg.
+	$(MAKE) install prefix=$D/usr bindir=$D/usr/games mandir=$D/usr/share/man datadir=$D/usr/share/games
 
 	touch install-stamp
 




More information about the Pkg-games-commits mailing list