Author: pabs Date: 2007-11-15 05:13:35 +0000 (Thu, 15 Nov 2007) New Revision: 4667
Added: packages/trunk/foobillard/debian/compat Modified: packages/trunk/foobillard/debian/changelog packages/trunk/foobillard/debian/rules Log: * use debian/compat instead of DH_COMPAT Modified: packages/trunk/foobillard/debian/changelog =================================================================== --- packages/trunk/foobillard/debian/changelog 2007-11-15 05:11:09 UTC (rev 4666) +++ packages/trunk/foobillard/debian/changelog 2007-11-15 05:13:35 UTC (rev 4667) @@ -1,4 +1,4 @@ -foobillard (3.0a-3) UNRELEASED; urgency=low +foobillard (3.0a-3) UNSTABLE; urgency=low [ Frank Gevaerts ] * Corrected typos in manpage. Closes: #350999 @@ -34,6 +34,7 @@ * add a Homepage field * use $(CURDIR) instead of `pwd` in debian/rules * use the supplied quilt Makefile snippet instead of custom un/patch rules + * use debian/compat instead of DH_COMPAT -- Jon Dowland <[EMAIL PROTECTED]> Thu, 15 Nov 2007 14:23:19 +0930 Added: packages/trunk/foobillard/debian/compat =================================================================== --- packages/trunk/foobillard/debian/compat (rev 0) +++ packages/trunk/foobillard/debian/compat 2007-11-15 05:13:35 UTC (rev 4667) @@ -0,0 +1 @@ +4 Modified: packages/trunk/foobillard/debian/rules =================================================================== --- packages/trunk/foobillard/debian/rules 2007-11-15 05:11:09 UTC (rev 4666) +++ packages/trunk/foobillard/debian/rules 2007-11-15 05:13:35 UTC (rev 4667) @@ -6,9 +6,6 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# This is the debhelper compatibility version to use. -export DH_COMPAT=4 - export DEB_BUILD_GNU_TYPE = $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) export CFLAGS=-g _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

