[Pkg-octave-commit] r1651 - in qtoctave/trunk/debian: . patches
Rafael Laboissiere
rafael at alioth.debian.org
Sun Apr 13 13:30:03 UTC 2008
tags 474837 pending
thanks
Author: rafael
Date: 2008-04-13 13:30:03 +0000 (Sun, 13 Apr 2008)
New Revision: 1651
Added:
qtoctave/trunk/debian/patches/
qtoctave/trunk/debian/patches/compile-with-gcc-4.1.diff
qtoctave/trunk/debian/patches/series
Modified:
qtoctave/trunk/debian/changelog
Log:
Patch for including cstdlib in install-tool2/install.cpp and allowing
the package to build against GCC 4.4
Modified: qtoctave/trunk/debian/changelog
===================================================================
--- qtoctave/trunk/debian/changelog 2008-04-13 13:25:32 UTC (rev 1650)
+++ qtoctave/trunk/debian/changelog 2008-04-13 13:30:03 UTC (rev 1651)
@@ -9,8 +9,11 @@
+ Build-depend on quilt
+ Add build-dependency on libaudio-dev, which used to be a dependency
of libqt4-dev
+ * debian/patches/compile-with-gcc-4.1.diff: Patch for including cstdlib
+ in install-tool2/install.cpp and allowing the package to build against
+ GCC 4.4 (closes: #474837)
- -- Rafael Laboissiere <rafael at debian.org> Sun, 13 Apr 2008 15:25:02 +0200
+ -- Rafael Laboissiere <rafael at debian.org> Sun, 13 Apr 2008 15:28:07 +0200
qtoctave (0.7.1+dfsg-1) unstable; urgency=low
Added: qtoctave/trunk/debian/patches/compile-with-gcc-4.1.diff
===================================================================
--- qtoctave/trunk/debian/patches/compile-with-gcc-4.1.diff (rev 0)
+++ qtoctave/trunk/debian/patches/compile-with-gcc-4.1.diff 2008-04-13 13:30:03 UTC (rev 1651)
@@ -0,0 +1,10 @@
+--- qtoctave-0.7.1+dfsg.orig/install-tool2/install.cpp
++++ qtoctave-0.7.1+dfsg/install-tool2/install.cpp
+@@ -2,6 +2,7 @@
+ #include <stdio.h>
+ #include <QTextStream>
+ #include <QProcess>
++#include <cstdlib>
+
+ Install::Install()
+ {
Added: qtoctave/trunk/debian/patches/series
===================================================================
--- qtoctave/trunk/debian/patches/series (rev 0)
+++ qtoctave/trunk/debian/patches/series 2008-04-13 13:30:03 UTC (rev 1651)
@@ -0,0 +1 @@
+compile-with-gcc-4.1.diff
More information about the Pkg-octave-commit
mailing list