rev 9395 - in kde-extras/tora/trunk/debian: . patches

Michael Meskes meskes at alioth.debian.org
Mon Feb 11 10:50:25 UTC 2008


Author: meskes
Date: 2008-02-11 10:50:25 +0000 (Mon, 11 Feb 2008)
New Revision: 9395

Added:
   kde-extras/tora/trunk/debian/patches/03_gcc43_includes.dpatch
Modified:
   kde-extras/tora/trunk/debian/changelog
   kde-extras/tora/trunk/debian/control
   kde-extras/tora/trunk/debian/patches/00list
Log:
Removed build dependency on libqt3-compat-headers, closes: #464914
Added include directives needed by gcc-4.3, closes: #462239



Modified: kde-extras/tora/trunk/debian/changelog
===================================================================
--- kde-extras/tora/trunk/debian/changelog	2008-02-10 23:33:30 UTC (rev 9394)
+++ kde-extras/tora/trunk/debian/changelog	2008-02-11 10:50:25 UTC (rev 9395)
@@ -1,3 +1,10 @@
+tora (1.3.22-7) unstable; urgency=low
+
+  * Removed build dependency on libqt3-compat-headers, closes: #464914
+  * Added include directives needed by gcc-4.3, closes: #462239
+
+ -- Michael Meskes <meskes at debian.org>  Mon, 11 Feb 2008 10:57:12 +0100
+
 tora (1.3.22-6) unstable; urgency=low
 
   * Fixed clean target yet again so building twice in a row is possible.

Modified: kde-extras/tora/trunk/debian/control
===================================================================
--- kde-extras/tora/trunk/debian/control	2008-02-10 23:33:30 UTC (rev 9394)
+++ kde-extras/tora/trunk/debian/control	2008-02-11 10:50:25 UTC (rev 9395)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Michael Meskes <meskes at debian.org>
-Build-Depends: debhelper (>= 5), autotools-dev, libqt3-compat-headers, kdelibs4-dev, docbook-xml (>= 4.2), xsltproc, docbook-xsl, kdebase-bin, libqscintilla-dev, texinfo, dpatch
+Build-Depends: debhelper (>= 5), autotools-dev, kdelibs4-dev, docbook-xml (>= 4.2), xsltproc, docbook-xsl, kdebase-bin, libqscintilla-dev, texinfo, dpatch
 Standards-Version: 3.7.3
 
 Package: tora

Modified: kde-extras/tora/trunk/debian/patches/00list
===================================================================
--- kde-extras/tora/trunk/debian/patches/00list	2008-02-10 23:33:30 UTC (rev 9394)
+++ kde-extras/tora/trunk/debian/patches/00list	2008-02-11 10:50:25 UTC (rev 9395)
@@ -1,3 +1,4 @@
 01_maximize
 02_cleantarget
+03_gcc43_includes
 

Added: kde-extras/tora/trunk/debian/patches/03_gcc43_includes.dpatch
===================================================================
--- kde-extras/tora/trunk/debian/patches/03_gcc43_includes.dpatch	                        (rev 0)
+++ kde-extras/tora/trunk/debian/patches/03_gcc43_includes.dpatch	2008-02-11 10:50:25 UTC (rev 9395)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03_gcc43_include.dpatch by Michael Meskes <meskes at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Add missing include directives for gcc-4.3
+
+ at DPATCH@
+
+diff -ruN tora-1.3.22.orig/ext/loki/loki-0.1.6/src/SmallObj.cpp tora-1.3.22/ext/loki/loki-0.1.6/src/SmallObj.cpp
+--- tora-1.3.22.orig/ext/loki/loki-0.1.6/src/SmallObj.cpp	2006-10-17 22:05:42.000000000 +0200
++++ tora-1.3.22/ext/loki/loki-0.1.6/src/SmallObj.cpp	2008-02-11 11:04:08.000000000 +0100
+@@ -21,6 +21,7 @@
+ #include <cassert>
+ #include <vector>
+ #include <bitset>
++#include <limits.h>
+ 
+ //#define DO_EXTRA_LOKI_TESTS
+ //#define USE_NEW_TO_ALLOCATE




More information about the pkg-kde-commits mailing list