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 <[email protected]> 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 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

