[Pkg-octave-commit] [SCM] Debian packaging for octave-octcdf branch, master, updated. debian/1.1.4-1-3-ge636548

Thomas Weber tweber at debian.org
Thu Apr 26 22:50:58 UTC 2012


The following commit has been merged in the master branch:
commit 1bf0bad7403fbc169f92f32c6322420201beba71
Author: Thomas Weber <tweber at debian.org>
Date:   Fri Apr 27 00:39:17 2012 +0200

    New patch: do_not_pass_compiler_flags_to_mkoctfile
    
    Closes: 666142

diff --git a/debian/patches/do_not_pass_compiler_flags_to_mkoctfile b/debian/patches/do_not_pass_compiler_flags_to_mkoctfile
new file mode 100644
index 0000000..58f5f9c
--- /dev/null
+++ b/debian/patches/do_not_pass_compiler_flags_to_mkoctfile
@@ -0,0 +1,19 @@
+Description: Do not pass OCTCDF_CLFAGS to mkoctfile
+ On alpha, the flag actually contains values and mkoctfile cannot handle them (it's not a compiler).
+Author: Thomas Weber <tweber at debian.org>
+Origin: <vendor>
+Bug: https://sourceforge.net/tracker/?func=detail&aid=3521797&group_id=2888&atid=102888
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666142
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -41,7 +41,7 @@
+ 
+ TARGETS = $(NCTARGET)
+ 
+-MOFLAGS = $(OCTCDF_CFLAGS)
++MOFLAGS =
+ MOLIBS = $(OCTCDF_LIBS) 
+ 
+ #
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5333888
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+do_not_pass_compiler_flags_to_mkoctfile

-- 
Debian packaging for octave-octcdf



More information about the Pkg-octave-commit mailing list