Author: sho Date: 2008-05-09 16:34:45 +0000 (Fri, 09 May 2008) New Revision: 6921
Added: packages/trunk/monsterz/debian/patches/ packages/trunk/monsterz/debian/patches/series Modified: packages/trunk/monsterz/debian/changelog packages/trunk/monsterz/debian/control packages/trunk/monsterz/debian/rules Log: * debian/control: + Use quilt for patch management. Modified: packages/trunk/monsterz/debian/changelog =================================================================== --- packages/trunk/monsterz/debian/changelog 2008-05-09 12:34:21 UTC (rev 6920) +++ packages/trunk/monsterz/debian/changelog 2008-05-09 16:34:45 UTC (rev 6921) @@ -2,8 +2,12 @@ * Remove deprecated Encoding key from .desktop file - -- Ansgar Burchardt <[EMAIL PROTECTED]> Fri, 29 Feb 2008 01:21:16 +0100 + [ Sam Hocevar ] + * debian/control: + + Use quilt for patch management. + -- Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> Fri, 09 May 2008 16:33:52 +0000 + monsterz (0.7.1-1) unstable; urgency=high [ Eddy Petrișor ] Modified: packages/trunk/monsterz/debian/control =================================================================== --- packages/trunk/monsterz/debian/control 2008-05-09 12:34:21 UTC (rev 6920) +++ packages/trunk/monsterz/debian/control 2008-05-09 16:34:45 UTC (rev 6921) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Games Team <[EMAIL PROTECTED]> Uploaders: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5.0), imagemagick +Build-Depends: debhelper (>= 5.0), quilt, imagemagick Standards-Version: 3.7.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/monsterz/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/monsterz/?op=log Added: packages/trunk/monsterz/debian/patches/series =================================================================== --- packages/trunk/monsterz/debian/patches/series (rev 0) +++ packages/trunk/monsterz/debian/patches/series 2008-05-09 16:34:45 UTC (rev 6921) @@ -0,0 +1 @@ + Modified: packages/trunk/monsterz/debian/rules =================================================================== --- packages/trunk/monsterz/debian/rules 2008-05-09 12:34:21 UTC (rev 6920) +++ packages/trunk/monsterz/debian/rules 2008-05-09 16:34:45 UTC (rev 6921) @@ -7,6 +7,7 @@ build: build-stamp build-stamp: dh_testdir + QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2 $(MAKE) prefix=/usr touch build-stamp @@ -15,6 +16,7 @@ dh_testroot rm -f build-stamp [ ! -f Makefile ] || $(MAKE) distclean + QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2 dh_clean install: build _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

