Author: bddebian-guest Date: 2007-10-07 04:02:22 +0000 (Sun, 07 Oct 2007) New Revision: 4354
Modified: packages/trunk/geki3/debian/changelog packages/trunk/geki3/debian/compat packages/trunk/geki3/debian/control packages/trunk/geki3/debian/rules Log: Fix make distclean lintian warning Bump debhelper and compat to 5 Add VCS tags Modified: packages/trunk/geki3/debian/changelog =================================================================== --- packages/trunk/geki3/debian/changelog 2007-10-07 03:54:05 UTC (rev 4353) +++ packages/trunk/geki3/debian/changelog 2007-10-07 04:02:22 UTC (rev 4354) @@ -1,3 +1,12 @@ +geki3 (1.0.3-8) UNRELEASE; urgency=low + + [ Barry deFreese ] + * Fix make distclean lintian warning + * Bump debhelper build-dep to 5 and compat to 5 + * Add VCS tags + + -- Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> Sat, 06 Oct 2007 23:59:12 -0500 + geki3 (1.0.3-7) unstable; urgency=low * Moved packaging to the Debian Games Team. Modified: packages/trunk/geki3/debian/compat =================================================================== --- packages/trunk/geki3/debian/compat 2007-10-07 03:54:05 UTC (rev 4353) +++ packages/trunk/geki3/debian/compat 2007-10-07 04:02:22 UTC (rev 4354) @@ -1 +1 @@ -4 +5 Modified: packages/trunk/geki3/debian/control =================================================================== --- packages/trunk/geki3/debian/control 2007-10-07 03:54:05 UTC (rev 4353) +++ packages/trunk/geki3/debian/control 2007-10-07 04:02:22 UTC (rev 4354) @@ -3,8 +3,10 @@ Priority: optional Maintainer: Debian Games Team <[EMAIL PROTECTED]> Uploaders: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0), quilt, libkxl0-dev (>= 1.1.7-8) +Build-Depends: debhelper (>= 5.0), quilt, libkxl0-dev (>= 1.1.7-8) Standards-Version: 3.7.2 +XS-Vcs-Svn: ssh://svn.debian.org/svn/pkg-games/packages/trunk/geki3/ +XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/geki3/?op=log Package: geki3 Section: games Modified: packages/trunk/geki3/debian/rules =================================================================== --- packages/trunk/geki3/debian/rules 2007-10-07 03:54:05 UTC (rev 4353) +++ packages/trunk/geki3/debian/rules 2007-10-07 04:02:22 UTC (rev 4354) @@ -25,7 +25,7 @@ dh_testdir dh_testroot rm -f build-stamp - -$(MAKE) distclean + [ ! -f Makefile ] || $(MAKE) distclean QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2 dh_clean _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

