Author: bddebian-guest Date: 2008-02-05 17:54:24 +0000 (Tue, 05 Feb 2008) New Revision: 5644
Removed: packages/trunk/moaggedit/debian/dirs Modified: packages/trunk/moaggedit/debian/changelog packages/trunk/moaggedit/debian/control packages/trunk/moaggedit/debian/install packages/trunk/moaggedit/debian/menu Log: * Add myself to uploaders. * Remove unneeded dirs file. * Install in /usr/games instead of /usr/bin. * Bump Standards Version to 3.7.3. (No changes needed). Refresh changelog file. Modified: packages/trunk/moaggedit/debian/changelog =================================================================== --- packages/trunk/moaggedit/debian/changelog 2008-02-05 17:38:35 UTC (rev 5643) +++ packages/trunk/moaggedit/debian/changelog 2008-02-05 17:54:24 UTC (rev 5644) @@ -1,10 +1,10 @@ -moaggedit (0.5-4) UNRELEASED; urgency=low +moaggedit (0.5-4) unstable; urgency=low [ Eddy Petrișor ] * fixed Homepage semifield [ Cyril Brulebois ] - * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file. + * Added Vcs-Svn and Vcs-Browser fields in the control file. [ Barry deFreese ] * Fix watch file (Closes: #449975) @@ -12,10 +12,13 @@ * Add Homepage field * Make clean not ignore errors * Use make distclean instead of clean (Closes: #424575) - * Remove XS from VCS fields - * Remove Homepage from package description + * Remove Homepage from package description. + * Add myself to uploaders. + * Remove unneeded dirs file. + * Install in /usr/games instead of /usr/bin. + * Bump Standards Version to 3.7.3. (No changes needed). - -- Eddy Petrișor <[EMAIL PROTECTED]> Wed, 26 Jul 2006 03:39:25 +0300 + -- Barry deFreese <[EMAIL PROTECTED]> Tue, 05 Feb 2008 12:26:29 -0500 moaggedit (0.5-3) unstable; urgency=low Modified: packages/trunk/moaggedit/debian/control =================================================================== --- packages/trunk/moaggedit/debian/control 2008-02-05 17:38:35 UTC (rev 5643) +++ packages/trunk/moaggedit/debian/control 2008-02-05 17:54:24 UTC (rev 5644) @@ -2,9 +2,9 @@ Section: games Priority: optional Maintainer: Debian Games Team <[EMAIL PROTECTED]> -Uploaders: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>, Bartosz Fenski <[EMAIL PROTECTED]>, Alexander Schmehl <[EMAIL PROTECTED]> +Uploaders: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]>, Bartosz Fenski <[EMAIL PROTECTED]>, Alexander Schmehl <[EMAIL PROTECTED]>, Barry deFreese <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 5.0.0), quilt, libqt3-mt-dev -Standards-Version: 3.7.2 +Standards-Version: 3.7.3 Homepage: http://moagg.sourceforge.net/ Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/moaggedit/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/moaggedit/?op=log Deleted: packages/trunk/moaggedit/debian/dirs =================================================================== --- packages/trunk/moaggedit/debian/dirs 2008-02-05 17:38:35 UTC (rev 5643) +++ packages/trunk/moaggedit/debian/dirs 2008-02-05 17:54:24 UTC (rev 5644) @@ -1 +0,0 @@ -usr/bin Modified: packages/trunk/moaggedit/debian/install =================================================================== --- packages/trunk/moaggedit/debian/install 2008-02-05 17:38:35 UTC (rev 5643) +++ packages/trunk/moaggedit/debian/install 2008-02-05 17:54:24 UTC (rev 5644) @@ -1,2 +1,2 @@ debian/moaggeditrc /etc/qt3/ -moaggedit /usr/bin/ +moaggedit /usr/games/ Modified: packages/trunk/moaggedit/debian/menu =================================================================== --- packages/trunk/moaggedit/debian/menu 2008-02-05 17:38:35 UTC (rev 5643) +++ packages/trunk/moaggedit/debian/menu 2008-02-05 17:54:24 UTC (rev 5644) @@ -1,4 +1,4 @@ ?package(moaggedit):needs="X11" section="Games/Action"\ - title="moaggedit" command="/usr/bin/moaggedit"\ + title="moaggedit" command="/usr/games/moaggedit"\ longtitle="Map editor for the game Moagg" _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

