Author: bddebian-guest Date: 2007-11-02 04:20:44 +0000 (Fri, 02 Nov 2007) New Revision: 4532
Modified: packages/trunk/moaggedit/debian/changelog packages/trunk/moaggedit/debian/control packages/trunk/moaggedit/debian/rules packages/trunk/moaggedit/debian/watch Log: * Fix watch file * Bump debhelper build-dep to match compat * Add Homepage field * Make clean not ignore errors Modified: packages/trunk/moaggedit/debian/changelog =================================================================== --- packages/trunk/moaggedit/debian/changelog 2007-11-02 04:15:44 UTC (rev 4531) +++ packages/trunk/moaggedit/debian/changelog 2007-11-02 04:20:44 UTC (rev 4532) @@ -6,6 +6,12 @@ [ Cyril Brulebois ] * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file. + [ Barry deFreese ] + * Fix watch file + * Bump debhelper build-dep to match compat + * Add Homepage field + * Make clean not ignore errors + -- Eddy Petrișor <[EMAIL PROTECTED]> Wed, 26 Jul 2006 03:39:25 +0300 moaggedit (0.5-3) unstable; urgency=low Modified: packages/trunk/moaggedit/debian/control =================================================================== --- packages/trunk/moaggedit/debian/control 2007-11-02 04:15:44 UTC (rev 4531) +++ packages/trunk/moaggedit/debian/control 2007-11-02 04:20:44 UTC (rev 4532) @@ -3,8 +3,9 @@ Priority: optional Maintainer: Debian Games Team <[EMAIL PROTECTED]> Uploaders: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>, Bartosz Fenski <[EMAIL PROTECTED]>, Alexander Schmehl <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), quilt, libqt3-mt-dev +Build-Depends: debhelper (>= 5.0.0), quilt, libqt3-mt-dev Standards-Version: 3.7.2 +Homepage: http://moagg.sourceforge.net/ XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/moaggedit/ XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/moaggedit/?op=log Modified: packages/trunk/moaggedit/debian/rules =================================================================== --- packages/trunk/moaggedit/debian/rules 2007-11-02 04:15:44 UTC (rev 4531) +++ packages/trunk/moaggedit/debian/rules 2007-11-02 04:20:44 UTC (rev 4532) @@ -34,7 +34,7 @@ dh_testdir dh_testroot rm -f build-stamp configure-stamp - -$(MAKE) clean + [ ! -f Makefile ] || $(MAKE) clean QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2 dh_clean Modified: packages/trunk/moaggedit/debian/watch =================================================================== --- packages/trunk/moaggedit/debian/watch 2007-11-02 04:15:44 UTC (rev 4531) +++ packages/trunk/moaggedit/debian/watch 2007-11-02 04:20:44 UTC (rev 4532) @@ -1,3 +1,4 @@ -version=2 -http://prdownloads.sourceforge.net/moagg/moaggedit-(.*).tar.bz2 debian uupdate +version=3 +http://sf.net/moagg/moaggedit-(.*)\.tar\.bz2 + _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

