tags 459028 + patch
thanks

Hi,

Attached is the diff for my texmacs 1:1.0.6.11-3.1 NMU.
diff -u texmacs-1.0.6.11/debian/patches/00list texmacs-1.0.6.11/debian/patches/00list
--- texmacs-1.0.6.11/debian/patches/00list
+++ texmacs-1.0.6.11/debian/patches/00list
@@ -8,0 +9 @@
+12_no-rtti.dpatch
diff -u texmacs-1.0.6.11/debian/changelog texmacs-1.0.6.11/debian/changelog
--- texmacs-1.0.6.11/debian/changelog
+++ texmacs-1.0.6.11/debian/changelog
@@ -1,3 +1,10 @@
+texmacs (1:1.0.6.11-3.1) unstable; urgency=low
+
+  * Non-maintainer upload to fix FTFBS bug.
+  * Build without -fno-rtti. (Closes: #459028)
+
+ -- Ana Beatriz Guerrero Lopez <[EMAIL PROTECTED]>  Sun, 13 Jan 2008 10:06:38 +0100
+
 texmacs (1:1.0.6.11-3) unstable; urgency=low
 
   * Whole work was done by Kamaraju Kusumanchi <[EMAIL PROTECTED]> or [raju].
only in patch2:
unchanged:
--- texmacs-1.0.6.11.orig/debian/patches/12_no-rtti.dpatch
+++ texmacs-1.0.6.11/debian/patches/12_no-rtti.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 12_no-rtti.dpatch by Ana Guerrero <[EMAIL PROTECTED]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Do not build with -fno-rtti
+
[EMAIL PROTECTED]@
+diff -Nrua texmacs-1.0.6.11.orig/configure texmacs-1.0.6.11/configure
+--- texmacs-1.0.6.11.orig/configure	2008-01-13 00:24:09.000000000 +0100
++++ texmacs-1.0.6.11/configure	2007-09-03 16:47:53.000000000 +0200
+@@ -6367,7 +6367,7 @@
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
+   (exit $ac_status); }; }; then
+ 
+-  CONFIG_CXXDIALECT="-fno-rtti -fno-exceptions"
++  CONFIG_CXXDIALECT="-fno-exceptions"
+   echo "$as_me:$LINENO: result: yes" >&5
+ echo "${ECHO_T}yes" >&6
+ 

Reply via email to