Author: bddebian-guest Date: 2007-10-29 01:43:22 +0000 (Mon, 29 Oct 2007) New Revision: 4483
Modified: packages/trunk/openmortal/debian/changelog packages/trunk/openmortal/debian/control packages/trunk/openmortal/debian/rules Log: Fix watch file Bump debhelper build-dep to match compat Make distclean not ignore errors Modified: packages/trunk/openmortal/debian/changelog =================================================================== --- packages/trunk/openmortal/debian/changelog 2007-10-28 03:53:30 UTC (rev 4482) +++ packages/trunk/openmortal/debian/changelog 2007-10-29 01:43:22 UTC (rev 4483) @@ -25,6 +25,12 @@ [ Cyril Brulebois ] * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file. + [ Barry deFreese ] + * Add Homepage field + * Fix watch file + * Make distclean not ignore errors + * Bump debhelper build-dep to match compat + -- Jon Dowland <[EMAIL PROTECTED]> Thu, 12 Jul 2007 12:03:41 +0100 openmortal (0.7-1) unstable; urgency=low Modified: packages/trunk/openmortal/debian/control =================================================================== --- packages/trunk/openmortal/debian/control 2007-10-28 03:53:30 UTC (rev 4482) +++ packages/trunk/openmortal/debian/control 2007-10-29 01:43:22 UTC (rev 4483) @@ -4,8 +4,9 @@ Maintainer: Debian Games Team <[EMAIL PROTECTED]> Depends: openmortal-data Uploaders: Bruno "Fuddl" Kleinert <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), autotools-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libperl-dev, dpatch, zlib1g-dev, imagemagick, libfreetype6-dev +Build-Depends: debhelper (>= 5.0.0), autotools-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libsdl-net1.2-dev, libperl-dev, dpatch, zlib1g-dev, imagemagick, libfreetype6-dev Standards-Version: 3.7.2 +Homepage: http://openmortal.sourceforge.net/ XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/openmortal/ XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/openmortal/?op=log Modified: packages/trunk/openmortal/debian/rules =================================================================== --- packages/trunk/openmortal/debian/rules 2007-10-28 03:53:30 UTC (rev 4482) +++ packages/trunk/openmortal/debian/rules 2007-10-29 01:43:22 UTC (rev 4483) @@ -37,7 +37,7 @@ dh_testdir dh_testroot rm -f build-stamp - -$(MAKE) distclean + [ ! -f Makefile ] || $(MAKE) distclean rm -f openmortal.xpm openmortal.png ifneq "$(wildcard /usr/share/misc/config.sub)" "" cp -f /usr/share/misc/config.sub config.sub _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

