tags 455314 + patch
thanks

Hi,

Attached is the diff for my pango-graphite 0.9.2-3.1 NMU.
diff -u pango-graphite-0.9.2/debian/rules pango-graphite-0.9.2/debian/rules
--- pango-graphite-0.9.2/debian/rules
+++ pango-graphite-0.9.2/debian/rules
@@ -3,7 +3,7 @@
 
 DEB_TAR_SRCDIR := pango-graphite-0.9.2
 include /usr/share/cdbs/1/rules/tarball.mk
-
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 DEB_CONFIGURE_EXTRA_FLAGS := --disable-static
diff -u pango-graphite-0.9.2/debian/changelog pango-graphite-0.9.2/debian/changelog
--- pango-graphite-0.9.2/debian/changelog
+++ pango-graphite-0.9.2/debian/changelog
@@ -1,3 +1,10 @@
+pango-graphite (0.9.2-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS with GCC 4.3 (Closes: #455314).
+
+ -- Luk Claes <[EMAIL PROTECTED]>  Sat, 22 Mar 2008 10:14:24 +0000
+
 pango-graphite (0.9.2-3) unstable; urgency=low
 
   * Upload to Debian with source this time
only in patch2:
unchanged:
--- pango-graphite-0.9.2.orig/debian/patches/g++-4.3.patch
+++ pango-graphite-0.9.2/debian/patches/g++-4.3.patch
@@ -0,0 +1,12 @@
+diff -Nur pango-graphite-0.9.2/build-tree/pango-graphite-0.9.2/pangographite.cpp pango-graphite-0.9.2.new/build-tree/pango-graphite-0.9.2/pangographite.cpp
+--- pango-graphite-0.9.2/pangographite.cpp	2007-08-27 16:26:02.000000000 +0000
++++ pango-graphite-0.9.2/pangographite.cpp	2008-03-22 10:18:34.000000000 +0000
+@@ -24,6 +24,8 @@
+ #include "pangographite.h"
+ #include <math.h>
+ 
++#include <cstring>
++
+ typedef std::pair<gr::GlyphIterator, gr::GlyphIterator> GlyphRange;
+ typedef std::pair<gr::GlyphSetIterator, gr::GlyphSetIterator> GrGlyphSet;
+ 

Reply via email to