Author: fuddl-guest Date: 2008-03-11 14:12:27 +0000 (Tue, 11 Mar 2008) New Revision: 6019
Modified: packages/trunk/nexuiz/debian/changelog packages/trunk/nexuiz/debian/control Log: * fix lintian warning: suggested to build-depend on debhelper >= 5.0.51 Modified: packages/trunk/nexuiz/debian/changelog =================================================================== --- packages/trunk/nexuiz/debian/changelog 2008-03-11 00:46:28 UTC (rev 6018) +++ packages/trunk/nexuiz/debian/changelog 2008-03-11 14:12:27 UTC (rev 6019) @@ -12,11 +12,12 @@ * Fix format of NEWS.Debian. Found by lintian * Remove homepage URLs from package descriptions. Found by lintian * Use some placeholders in the copyright file instaed of fixed timestamps + * Build-depend on debhelper >= 5.0.51. Found by lintian [ Ansgar Burchardt ] * Remove deprecated Encoding key from .desktop file - -- Bruno "Fuddl" Kleinert <[EMAIL PROTECTED]> Mon, 03 Mar 2008 00:03:19 +0100 + -- Bruno "Fuddl" Kleinert <[EMAIL PROTECTED]> Tue, 11 Mar 2008 15:10:12 +0100 nexuiz (2.3-4) unstable; urgency=low Modified: packages/trunk/nexuiz/debian/control =================================================================== --- packages/trunk/nexuiz/debian/control 2008-03-11 00:46:28 UTC (rev 6018) +++ packages/trunk/nexuiz/debian/control 2008-03-11 14:12:27 UTC (rev 6019) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Games Team <[EMAIL PROTECTED]> Uploaders: Bruno "Fuddl" Kleinert <[EMAIL PROTECTED]>, Gonéri Le Bouder <[EMAIL PROTECTED]>, Gerfried Fuchs <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5.0.0), libsdl-dev, sharutils, imagemagick, dpatch +Build-Depends: debhelper (>= 5.0.51), libsdl-dev, sharutils, imagemagick, dpatch Standards-Version: 3.7.3 Homepage: http://www.nexuiz.com/ Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/nexuiz/ _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

