[SCM] Packaging for mathgl branch, experimental, updated. debian/2_rc1-2-1-g1ef69ca

Dimitrios Eftaxiopoulos eftaxi12 at otenet.gr
Thu Jan 5 10:29:12 UTC 2012


The following commit has been merged in the experimental branch:
commit 1ef69caba74bac74f5b8c0c04d5b209907b89909
Author: Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Date:   Thu Jan 5 12:26:55 2012 +0200

    Fix FTBFS related to symbols of libmgl-wnd6

diff --git a/debian/changelog b/debian/changelog
index 841cc6a..b27c202 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,14 @@
+mathgl (2~rc1-3) experimental; urgency=low
+
+  * Fix symbols FTBFS, related to libmgl-wnd6, on several arches.
+  * Make libmgl-dev dependent on libmgl-wnd6.
+
+ -- Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>  Wed, 4 Jan 2012 20:16:00 +0200
+
 mathgl (2~rc1-2) experimental; urgency=low
 
   * Correct typo in mathgl description in debian/control (Closes: #644863).
-  * Try to fix synbols FTBFS on several arches.   
+  * Try to fix symbols FTBFS on several arches.   
 
  -- Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>  Wed, 4 Jan 2012 15:30:00 +0200
 
diff --git a/debian/control b/debian/control
index 3a296ff..d72398e 100644
--- a/debian/control
+++ b/debian/control
@@ -70,7 +70,8 @@ Description: library for scientific graphs. (data files)
 Package: libmgl-dev
 Architecture: any
 Section: libdevel
-Depends: libmgl6 (= ${binary:Version}), ${misc:Depends}, libgsl0-dev, libgl1-mesa-dev | libgl-dev, libpng-dev
+Depends: libmgl6 (= ${binary:Version}), libmgl-wnd6 (= ${binary:Version}), 
+ ${misc:Depends}, libgsl0-dev, libgl1-mesa-dev | libgl-dev, libpng-dev
 Description: library for scientific graphs. (development files)
  A free cross-platform library of fast C++ routines for plotting data in up
  to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF
diff --git a/debian/libmgl-wnd6.symbols b/debian/libmgl-wnd6.symbols
index aafd61d..a50a0af 100644
--- a/debian/libmgl-wnd6.symbols
+++ b/debian/libmgl-wnd6.symbols
@@ -142,10 +142,10 @@ libmgl-wnd.so.6 libmgl-wnd6 #MINVER#
  _ZTV11mglCanvasQT at Base 2~rc1
  _ZTV7QMathGL at Base 2~rc1
  _ZTV9Fl_MathGL at Base 2~rc1
- (arch=!i386)_ZThn16_N7QMathGLD0Ev at Base 2~rc1
- (arch=!i386)_ZThn16_N7QMathGLD1Ev at Base 2~rc1
- (arch=i386)_ZThn8_N7QMathGLD0Ev at Base 2~rc1
- (arch=i386)_ZThn8_N7QMathGLD1Ev at Base 2~rc1
+ (arch=!i386 !armel !kfreebsd-i386 !mips !mipsel !powerpc !s390 !sparc)_ZThn16_N7QMathGLD0Ev at Base 2~rc1
+ (arch=!i386 !armel !kfreebsd-i386 !mips !mipsel !powerpc !s390 !sparc)_ZThn16_N7QMathGLD1Ev at Base 2~rc1
+ (arch=i386 armel kfreebsd-i386 mips mipsel powerpc s390 sparc)_ZThn8_N7QMathGLD0Ev at Base 2~rc1
+ (arch=i386 armel kfreebsd-i386 mips mipsel powerpc s390 sparc)_ZThn8_N7QMathGLD1Ev at Base 2~rc1
  menuitems at Base 2~rc1
  mgl_create_graph_fltk at Base 2~rc1
  mgl_create_graph_fltk_ at Base 2~rc1

-- 
Packaging for mathgl



More information about the debian-science-commits mailing list