[Debichem-commits] r1033 - in /unstable/liboglappth/debian: changelog patches/00list patches/02_gcc43.dpatch
lidaobing-guest at users.alioth.debian.org
lidaobing-guest at users.alioth.debian.org
Sat Feb 9 06:24:05 UTC 2008
Author: lidaobing-guest
Date: Sat Feb 9 06:24:05 2008
New Revision: 1033
URL: http://svn.debian.org/wsvn/debichem/?sc=1&rev=1033
Log:
* FTBFS with GCC 4.3: missing #includes (Closes: #462071)
Added:
unstable/liboglappth/debian/patches/02_gcc43.dpatch (with props)
Modified:
unstable/liboglappth/debian/changelog
unstable/liboglappth/debian/patches/00list
Modified: unstable/liboglappth/debian/changelog
URL: http://svn.debian.org/wsvn/debichem/unstable/liboglappth/debian/changelog?rev=1033&op=diff
==============================================================================
--- unstable/liboglappth/debian/changelog (original)
+++ unstable/liboglappth/debian/changelog Sat Feb 9 06:24:05 2008
@@ -1,8 +1,8 @@
liboglappth (0.96-4) UNRELEASED; urgency=low
- *
+ * FTBFS with GCC 4.3: missing #includes (Closes: #462071)
- -- Michael Banck <mbanck at debian.org> Sat, 05 Jan 2008 18:39:07 +0100
+ -- LI Daobing <lidaobing at gmail.com> Sat, 09 Feb 2008 14:21:56 +0800
liboglappth (0.96-3) unstable; urgency=low
Modified: unstable/liboglappth/debian/patches/00list
URL: http://svn.debian.org/wsvn/debichem/unstable/liboglappth/debian/patches/00list?rev=1033&op=diff
==============================================================================
--- unstable/liboglappth/debian/patches/00list (original)
+++ unstable/liboglappth/debian/patches/00list Sat Feb 9 06:24:05 2008
@@ -1,1 +1,2 @@
01_liboglappth_pc_in
+02_gcc43
Added: unstable/liboglappth/debian/patches/02_gcc43.dpatch
URL: http://svn.debian.org/wsvn/debichem/unstable/liboglappth/debian/patches/02_gcc43.dpatch?rev=1033&op=file
==============================================================================
--- unstable/liboglappth/debian/patches/02_gcc43.dpatch (added)
+++ unstable/liboglappth/debian/patches/02_gcc43.dpatch Sat Feb 9 06:24:05 2008
@@ -1,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_gcc43.dpatch by LI Daobing <lidaobing at gmail.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: bug# 462071: FTBFS with GCC 4.3: missing #includes
+
+ at DPATCH@
+diff -urNad liboglappth~/src/base_wcl.cpp liboglappth/src/base_wcl.cpp
+--- liboglappth~/src/base_wcl.cpp 2007-08-17 17:17:19.000000000 +0800
++++ liboglappth/src/base_wcl.cpp 2008-02-09 14:20:00.000000000 +0800
+@@ -11,6 +11,7 @@
+
+ #include "base_app.h"
+ #include <stdlib.h> // the definition for NULL...
++#include <string.h>
+
+ #include <GL/glut.h>
+
Propchange: unstable/liboglappth/debian/patches/02_gcc43.dpatch
------------------------------------------------------------------------------
svn:executable = *
More information about the Debichem-commits
mailing list