[Pkg-ocaml-maint-commits] r5584 - in /trunk/packages/gmetadom/trunk/debian: changelog patches/00list patches/gcc-4.3.dpatch

zack at users.alioth.debian.org zack at users.alioth.debian.org
Thu May 1 13:46:42 UTC 2008


Author: zack
Date: Thu May  1 13:46:42 2008
New Revision: 5584

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5584
Log:
* debian/patches/
  - add patch gcc-4.3 to build against gcc 4.3 (closes: #441532)

Added:
    trunk/packages/gmetadom/trunk/debian/patches/gcc-4.3.dpatch   (with props)
Modified:
    trunk/packages/gmetadom/trunk/debian/changelog
    trunk/packages/gmetadom/trunk/debian/patches/00list

Modified: trunk/packages/gmetadom/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/gmetadom/trunk/debian/changelog?rev=5584&op=diff
==============================================================================
--- trunk/packages/gmetadom/trunk/debian/changelog (original)
+++ trunk/packages/gmetadom/trunk/debian/changelog Thu May  1 13:46:42 2008
@@ -1,6 +1,7 @@
 gmetadom (0.2.6-2) unstable; urgency=low
 
-  * this version builds fine with gcc 4.3 (closes: #441532)
+  * debian/patches/
+    - add patch gcc-4.3 to build against gcc 4.3 (closes: #441532)
   * fix vcs-svn field to point just above the debian/ dir
 
  -- Stefano Zacchiroli <zack at debian.org>  Thu, 01 May 2008 15:28:42 +0200

Modified: trunk/packages/gmetadom/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/gmetadom/trunk/debian/patches/00list?rev=5584&op=diff
==============================================================================
--- trunk/packages/gmetadom/trunk/debian/patches/00list (original)
+++ trunk/packages/gmetadom/trunk/debian/patches/00list Thu May  1 13:46:42 2008
@@ -1,0 +1,1 @@
+gcc-4.3.dpatch

Added: trunk/packages/gmetadom/trunk/debian/patches/gcc-4.3.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/gmetadom/trunk/debian/patches/gcc-4.3.dpatch?rev=5584&op=file
==============================================================================
--- trunk/packages/gmetadom/trunk/debian/patches/gcc-4.3.dpatch (added)
+++ trunk/packages/gmetadom/trunk/debian/patches/gcc-4.3.dpatch Thu May  1 13:46:42 2008
@@ -1,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## gcc-4.3.dpatch by Stefano Zacchiroli <zack at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: ensure sources build with gcc-4.3
+
+ at DPATCH@
+diff -urNad trunk~/src/shared/Traits.hh.in trunk/src/shared/Traits.hh.in
+--- trunk~/src/shared/Traits.hh.in	2003-01-14 12:41:55.000000000 +0100
++++ trunk/src/shared/Traits.hh.in	2008-05-01 15:45:39.000000000 +0200
+@@ -26,6 +26,7 @@
+  */
+ 
+ #include <string>
++#include <cstring>
+ 
+ #include "@DOM_NAMESPACE at Char.hh"
+ 

Propchange: trunk/packages/gmetadom/trunk/debian/patches/gcc-4.3.dpatch
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-ocaml-maint-commits mailing list