This is an automated email from the git hooks/post-receive script. bbk-guest pushed a commit to branch master in repository trigger-rally.
commit 6aa6e95b009bf434d82ab1ac4b7ca2a32fb18163 Author: Gonéri Le Bouder <[email protected]> Date: Tue Jul 18 22:20:24 2006 +0000 add 20_fix_build_with_gcc4.1.patch --- trigger/debian/changelog | 1 + trigger/debian/patches/20_fix_build_with_gcc4.1.patch | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/trigger/debian/changelog b/trigger/debian/changelog index 4a27c88..2ddb430 100644 --- a/trigger/debian/changelog +++ b/trigger/debian/changelog @@ -16,6 +16,7 @@ trigger (0.5.2-1) UNRELEASED; urgency=low * add myself in uploader * Standards-Version: 3.7.2 * add buiddepends on cdbs because of simple-patchsys + * add 20_fix_build_with_gcc4.1.patch -- Stefan Potyra <[email protected]> Sun, 14 May 2006 22:18:14 +0200 diff --git a/trigger/debian/patches/20_fix_build_with_gcc4.1.patch b/trigger/debian/patches/20_fix_build_with_gcc4.1.patch new file mode 100644 index 0000000..bae29af --- /dev/null +++ b/trigger/debian/patches/20_fix_build_with_gcc4.1.patch @@ -0,0 +1,12 @@ +diff -ru trigger-0.5.2.orig/src/pengine/tinyxml.h trigger-0.5.2/src/pengine/tinyxml.h +--- trigger-0.5.2.orig/src/pengine/tinyxml.h 2006-07-19 00:18:57.000000000 +0200 ++++ trigger-0.5.2/src/pengine/tinyxml.h 2006-07-19 00:21:47.000000000 +0200 +@@ -805,7 +805,7 @@ + #endif + + /// Construct. +- TiXmlDeclaration::TiXmlDeclaration( const char * _version, ++ TiXmlDeclaration( const char * _version, + const char * _encoding, + const char * _standalone ); + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/trigger-rally.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

