Author: bddebian-guest Date: 2007-10-29 03:01:11 +0000 (Mon, 29 Oct 2007) New Revision: 4487
Modified: packages/trunk/powermanga/debian/changelog packages/trunk/powermanga/debian/control packages/trunk/powermanga/debian/rules Log: * Bump debhelper build-dep version to match compat * Fix substvar source:Version * Make distclean not ignore errors Modified: packages/trunk/powermanga/debian/changelog =================================================================== --- packages/trunk/powermanga/debian/changelog 2007-10-29 02:47:14 UTC (rev 4486) +++ packages/trunk/powermanga/debian/changelog 2007-10-29 03:01:11 UTC (rev 4487) @@ -8,6 +8,11 @@ [ Cyril Brulebois ] * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file. + [ Barry deFreese ] + * Bump debhelper build-dep version to match compat + * Fix substvar source:Version + * Make distclean not ignore errors + -- Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> Sun, 10 Dec 2006 01:36:02 +0100 powermanga (0.80-dfsg-1) unstable; urgency=high Modified: packages/trunk/powermanga/debian/control =================================================================== --- packages/trunk/powermanga/debian/control 2007-10-29 02:47:14 UTC (rev 4486) +++ packages/trunk/powermanga/debian/control 2007-10-29 03:01:11 UTC (rev 4487) @@ -3,14 +3,14 @@ Priority: optional Maintainer: Debian Games Team <[EMAIL PROTECTED]> Uploaders: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0), quilt, libx11-dev, libxext-dev, libxxf86dga-dev, libxxf86vm-dev, libsdl1.2-dev (>= 1.2.2-3.1), libsdl-mixer1.2-dev, zlib1g-dev +Build-Depends: debhelper (>= 5.0), quilt, libx11-dev, libxext-dev, libxxf86dga-dev, libxxf86vm-dev, libsdl1.2-dev (>= 1.2.2-3.1), libsdl-mixer1.2-dev, zlib1g-dev Standards-Version: 3.7.2 XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/powermanga/ XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/powermanga/?op=log Package: powermanga Architecture: any -Depends: powermanga-data (>= ${Source-Version}), ${shlibs:Depends}, ${misc:Depends} +Depends: powermanga-data (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Conflicts: suidmanager (<< 0.50) Description: vertical shoot 'em up with colourful 3D graphics Powermanga is a shoot 'em up with 60 different enemies, 40 meteors, numerous Modified: packages/trunk/powermanga/debian/rules =================================================================== --- packages/trunk/powermanga/debian/rules 2007-10-29 02:47:14 UTC (rev 4486) +++ packages/trunk/powermanga/debian/rules 2007-10-29 03:01:11 UTC (rev 4487) @@ -36,7 +36,7 @@ dh_testdir dh_testroot rm -f build-stamp configure-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

