[SCM] Packaging for mathgl branch, experimental, updated. debian/2_rc2-9-g217120d

Dimitrios Eftaxiopoulos eftaxi12 at otenet.gr
Fri Mar 9 22:48:33 UTC 2012


The following commit has been merged in the experimental branch:
commit 217120d63f7bd97c75f9c780d004dfa3045d859b
Author: Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Date:   Sat Mar 10 00:45:59 2012 +0200

    Failed attempt for build

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9f1c281..ef5eecc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,10 +18,10 @@ option(enable-hdf5 "Enable hdf5 1.6 support")
 option(enable-hdf5_18 "Enable hdf5 1.8 support")
 option(enable-opengl "Enable OpenGL support" ON)
 option(enable-glut "Enable glut support")
-option(enable-fltk "Enable fltk widget")
+option(enable-fltk "Enable fltk widget" ON)
 option(enable-wx "Enable wxWidget widget")
 option(enable-qt "Enable Qt4 widget")
-option(enable-python "Enable python interface")
+option(enable-python "Enable python interface" ON)
 option(enable-octave "Enable octave interface")
 option(enable-doc "Enable documentation building")
 if(enable-double)
diff --git a/debian/changelog b/debian/changelog
index 27a32a7..22e5f59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mathgl (2~rc2+svn359-1) experimental; urgency=low
+
+  * Updated source from svn repository.
+
+ -- Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>  Fri, 9 Mar 2012 22:04:00 +0200
+
 mathgl (2~rc2+svn358-1) experimental; urgency=low
 
   * Updated source from svn repository.
diff --git a/debian/patches/CMakeLists-txt.patch b/debian/patches/CMakeLists-txt.patch
new file mode 100644
index 0000000..f1eb551
--- /dev/null
+++ b/debian/patches/CMakeLists-txt.patch
@@ -0,0 +1,16 @@
+Enable python, fltk support during build
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -18,10 +18,10 @@
+ option(enable-hdf5_18 "Enable hdf5 1.8 support")
+ option(enable-opengl "Enable OpenGL support" ON)
+ option(enable-glut "Enable glut support")
+-option(enable-fltk "Enable fltk widget")
++option(enable-fltk "Enable fltk widget" ON)
+ option(enable-wx "Enable wxWidget widget")
+ option(enable-qt "Enable Qt4 widget")
+-option(enable-python "Enable python interface")
++option(enable-python "Enable python interface" ON)
+ option(enable-octave "Enable octave interface")
+ option(enable-doc "Enable documentation building")
+ if(enable-double)
diff --git a/debian/patches/series b/debian/patches/series
index e69de29..4277de1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -0,0 +1 @@
+CMakeLists-txt.patch

-- 
Packaging for mathgl



More information about the debian-science-commits mailing list