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

Rafael Laboissiere rafael at alioth.debian.org
Mon Jul 21 21:22:38 UTC 2008


Author: rafael
Date: 2008-07-21 21:22:38 +0000 (Mon, 21 Jul 2008)
New Revision: 2330

Added:
   octave/trunk/debian/patches/drop-comma-in-configure.dpatch
Modified:
   octave/trunk/debian/changelog
Log:
Add patch for avoiding syntax error in configure


Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog	2008-07-21 18:50:31 UTC (rev 2329)
+++ octave/trunk/debian/changelog	2008-07-21 21:22:38 UTC (rev 2330)
@@ -6,8 +6,10 @@
     octave3.1
   * debian/patches/add-gl-render-cc.dpatch: Add patch for including a file
     lacking in the upstream tarball
+  * debian/patches/drop-comma-in-configure.dpatch: Add patch for avoiding
+    a syntax error in configure
 
- -- Rafael Laboissiere <rafael at debian.org>  Mon, 21 Jul 2008 18:32:52 +0200
+ -- Rafael Laboissiere <rafael at debian.org>  Mon, 21 Jul 2008 23:22:06 +0200
 
 octave3.1 (3.1.50-1) experimental; urgency=low
 

Added: octave/trunk/debian/patches/drop-comma-in-configure.dpatch
===================================================================
--- octave/trunk/debian/patches/drop-comma-in-configure.dpatch	                        (rev 0)
+++ octave/trunk/debian/patches/drop-comma-in-configure.dpatch	2008-07-21 21:22:38 UTC (rev 2330)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## -*- diff -*-
+## drop-comma-in-configure.dpatch by Rafael Laboissiere <rafael at debian.org>
+## 
+## DP: Fix syntax error in the configure script
+
+ at DPATCH@
+
+--- octave3.1-3.1.50.orig/aclocal.m4
++++ octave3.1-3.1.50/aclocal.m4
+@@ -1071,7 +1071,7 @@
+     have_opengl_incs=yes, break], [], [
+ #ifdef HAVE_WINDOWS_H
+ # include <windows.h>
+-#endif ]), break], [], [
++#endif ]) break], [], [
+ #ifdef HAVE_WINDOWS_H
+ # include <windows.h>
+ #endif])




More information about the Pkg-octave-commit mailing list