Author: bddebian-guest Date: 2008-02-05 16:57:38 +0000 (Tue, 05 Feb 2008) New Revision: 5639
Added: packages/trunk/late/debian/patches/gcc-4.3.dpatch Modified: packages/trunk/late/debian/changelog packages/trunk/late/debian/patches/00list packages/trunk/late/debian/patches/gcc.dpatch packages/trunk/late/debian/patches/usleep.dpatch Log: * gcc-4.3.dpatch - Build with gcc-4.3. (Closes: #461951). * Add dpatch descriptions. Modified: packages/trunk/late/debian/changelog =================================================================== --- packages/trunk/late/debian/changelog 2008-02-05 13:34:42 UTC (rev 5638) +++ packages/trunk/late/debian/changelog 2008-02-05 16:57:38 UTC (rev 5639) @@ -4,10 +4,12 @@ * Set Standards-Version 3.7.3 [ Barry deFreese ] - * Run distclean if config.status and Makefile exist (Closes: #424494) - * Make distclean not ignore errors - * Remove Homepage from package descriptions - * Fix watch file (Closes: #453581) + * Run distclean if config.status and Makefile exist (Closes: #424494). + * Make distclean not ignore errors. + * Remove Homepage from package descriptions. + * Fix watch file (Closes: #453581). + * gcc-4.3.dpatch - Build with gcc-4.3. (Closes: #461951). + * Add dpatch descriptions. -- Javier Galicia <[EMAIL PROTECTED]> Sun, 23 Dec 2007 13:11:14 -0600 Modified: packages/trunk/late/debian/patches/00list =================================================================== --- packages/trunk/late/debian/patches/00list 2008-02-05 13:34:42 UTC (rev 5638) +++ packages/trunk/late/debian/patches/00list 2008-02-05 16:57:38 UTC (rev 5639) @@ -1,2 +1,3 @@ usleep.dpatch gcc.dpatch +gcc-4.3.dpatch Added: packages/trunk/late/debian/patches/gcc-4.3.dpatch =================================================================== --- packages/trunk/late/debian/patches/gcc-4.3.dpatch (rev 0) +++ packages/trunk/late/debian/patches/gcc-4.3.dpatch 2008-02-05 16:57:38 UTC (rev 5639) @@ -0,0 +1,18 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## gcc-4.3.dpatch by <[EMAIL PROTECTED]> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Build with gcc-4.3. + [EMAIL PROTECTED]@ +diff -urNad late-0.1.0~/src/init.cpp late-0.1.0/src/init.cpp +--- late-0.1.0~/src/init.cpp 2008-02-05 11:29:04.000000000 -0500 ++++ late-0.1.0/src/init.cpp 2008-02-05 11:29:19.000000000 -0500 +@@ -27,6 +27,7 @@ + #include <cstdlib> + #include <fstream> + #include <iostream> ++#include <cstring> + using namespace std; + + Property changes on: packages/trunk/late/debian/patches/gcc-4.3.dpatch ___________________________________________________________________ Name: svn:executable + * Modified: packages/trunk/late/debian/patches/gcc.dpatch =================================================================== --- packages/trunk/late/debian/patches/gcc.dpatch 2008-02-05 13:34:42 UTC (rev 5638) +++ packages/trunk/late/debian/patches/gcc.dpatch 2008-02-05 16:57:38 UTC (rev 5639) @@ -1,5 +1,6 @@ #! /bin/sh /usr/share/dpatch/dpatch-run ## gcc.dpatch by Martin Michlmayr <[EMAIL PROTECTED]> +## DP : Patch for gcc4. @DPATCH@ diff -ur late-0.1.0/src/init.cpp late-0.1.0-gcc/src/init.cpp Modified: packages/trunk/late/debian/patches/usleep.dpatch =================================================================== --- packages/trunk/late/debian/patches/usleep.dpatch 2008-02-05 13:34:42 UTC (rev 5638) +++ packages/trunk/late/debian/patches/usleep.dpatch 2008-02-05 16:57:38 UTC (rev 5639) @@ -1,5 +1,6 @@ #! /bin/sh /usr/share/dpatch/dpatch-run ## usleep.dpatch by Eric Andresen <[EMAIL PROTECTED]> +## DP : Add check for sleep counter. @DPATCH@ diff -ur late-0.1.0/src/game.cpp late-0.1.0-usleep/src/game.cpp _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

