[Pkg-octave-commit] r1757 - in qtoctave/trunk/debian: . patches

Rafael Laboissiere rafael at alioth.debian.org
Mon Apr 14 06:59:08 UTC 2008


Author: rafael
Date: 2008-04-14 06:59:08 +0000 (Mon, 14 Apr 2008)
New Revision: 1757

Added:
   qtoctave/trunk/debian/patches/compile-with-gcc-4.4.diff
Removed:
   qtoctave/trunk/debian/patches/compile-with-gcc-4.1.diff
Modified:
   qtoctave/trunk/debian/changelog
   qtoctave/trunk/debian/patches/series
Log:
Rename the patch properly

Modified: qtoctave/trunk/debian/changelog
===================================================================
--- qtoctave/trunk/debian/changelog	2008-04-13 20:10:37 UTC (rev 1756)
+++ qtoctave/trunk/debian/changelog	2008-04-14 06:59:08 UTC (rev 1757)
@@ -1,3 +1,9 @@
+qtoctave (0.7.1+dfsg-3) UNRELEASED; urgency=low
+
+  * debian/patches/compile-with-gcc-4.4.diff: Renamed patch
+
+ -- Rafael Laboissiere <rafael at debian.org>  Mon, 14 Apr 2008 08:58:53 +0200
+
 qtoctave (0.7.1+dfsg-2) unstable; urgency=low
 
   [ Thomas Weber ]

Deleted: qtoctave/trunk/debian/patches/compile-with-gcc-4.1.diff
===================================================================
--- qtoctave/trunk/debian/patches/compile-with-gcc-4.1.diff	2008-04-13 20:10:37 UTC (rev 1756)
+++ qtoctave/trunk/debian/patches/compile-with-gcc-4.1.diff	2008-04-14 06:59:08 UTC (rev 1757)
@@ -1,10 +0,0 @@
---- 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()
- {

Copied: qtoctave/trunk/debian/patches/compile-with-gcc-4.4.diff (from rev 1669, qtoctave/trunk/debian/patches/compile-with-gcc-4.1.diff)
===================================================================
--- qtoctave/trunk/debian/patches/compile-with-gcc-4.4.diff	                        (rev 0)
+++ qtoctave/trunk/debian/patches/compile-with-gcc-4.4.diff	2008-04-14 06:59:08 UTC (rev 1757)
@@ -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()
+ {

Modified: qtoctave/trunk/debian/patches/series
===================================================================
--- qtoctave/trunk/debian/patches/series	2008-04-13 20:10:37 UTC (rev 1756)
+++ qtoctave/trunk/debian/patches/series	2008-04-14 06:59:08 UTC (rev 1757)
@@ -1 +1 @@
-compile-with-gcc-4.1.diff
+compile-with-gcc-4.4.diff




More information about the Pkg-octave-commit mailing list