From: Dimitrios Eftaxiopoulos Date: Sun, 25 Sep 2011 00:00:31 +0000 (+0300) Subject: Symbols and python-mathgl fixing X-Git-Tag: archive/raspbian/2.5-2+rpi1^2~208 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7d5c38bea99ca4549640c0ee34a53d7036d0f588;p=mathgl.git Symbols and python-mathgl fixing --- diff --git a/debian/changelog b/debian/changelog index 8721860..367fc64 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mathgl (1.11.2-4) unstable; urgency=low + + * Add python-numpy to Depnds of python-mathgl in debian/control and add + dh_numpy in binary-arch in debian/rules (Closes: 641793). + * Ammend symbols files for ia64, sparc and sh4 architectures (Closes: 642654). + + -- Dimitrios Eftaxiopoulos Sat, 24 Sep 2011 23:16:00 +0300 + mathgl (1.11.2-3) unstable; urgency=low * Replace libfltk-dev with libfltk1.3-dev | libfltk-dev in debian/control diff --git a/debian/control b/debian/control index 7acad50..7622bcc 100644 --- a/debian/control +++ b/debian/control @@ -150,7 +150,7 @@ Description: library for scientific graphs. (GLUT runtime library) Package: python-mathgl Architecture: any Section: python -Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-numpy Description: library for scientific graphs. (Python module) 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/libmgl5.symbols b/debian/libmgl5.symbols index 69c37a6..634c6a3 100644 --- a/debian/libmgl5.symbols +++ b/debian/libmgl5.symbols @@ -621,7 +621,7 @@ libmgl.so.5 libmgl5 #MINVER# _Z9normal_1dRK7mglDatafPfb@Base 1.11 _Z9normal_3dRK7mglDatafffPfS2_S2_b@Base 1.11 _ZN10_mgl_sliceD1Ev@Base 1.11 - (arch=!alpha !ia64 !sparc !sparc64 !sh4 !powerpcspe)_ZN10_mgl_sliceD2Ev@Base 1.11 + (arch=!alpha !sparc64 !powerpcspe)_ZN10_mgl_sliceD2Ev@Base 1.11 _ZN10mglFormula5ErrorE@Base 1.11 _ZN10mglFormulaC1EPKc@Base 1.11 _ZN10mglFormulaC2EPKc@Base 1.11 @@ -797,7 +797,7 @@ libmgl.so.5 libmgl5 #MINVER# (arch=!alpha !amd64 !kfreebsd-amd64 !ia64 !s390 !s390x !sparc64 !powerpcspe)_ZN10u3dLineSet7AddLineEjjj@Base 1.11 _ZN10u3dLineSet9line_plotEPfS0_S0_S0_@Base 1.11 _ZN10u3dLineSetD1Ev@Base 1.11 - (arch=!alpha !ia64 !sparc !sparc64 !sh4 !powerpcspe)_ZN10u3dLineSetD2Ev@Base 1.11 + (arch=!alpha !sparc64 !powerpcspe)_ZN10u3dLineSetD2Ev@Base 1.11 _ZN10u3dTexture13print_textureEPKcRSt14basic_ofstreamIcSt11char_traitsIcEE@Base 1.11 (arch=ia64 sparc sh4)_ZN10u3dTextureD1Ev@Base 1.11 _ZN11TGAImageMin10DeallocateEv@Base 1.11 @@ -949,8 +949,8 @@ libmgl.so.5 libmgl5 #MINVER# _ZN7mglDataC1ERKS_@Base 1.11 (arch=!ia64 !sparc !sh4)_ZN7mglDataC2ERKS_@Base 1.11 _ZN7mglDataD0Ev@Base 1.11 - (arch=amd64 alpha ia64 armel armhf sparc sparc64 sh4 powerpcspe kfreebsd-amd64 kfreebsd-i386 mipsel powerpc s390 s390x)_ZN7mglDataD1Ev@Base 1.11 - (arch=amd64 armel armhf kfreebsd-amd64 kfreebsd-i386 mipsel powerpc s390 s390x)_ZN7mglDataD2Ev@Base 1.11 + (arch=amd64 alpha i386 ia64 armel armhf sparc sparc64 sh4 powerpcspe kfreebsd-amd64 kfreebsd-i386 mipsel powerpc s390 s390x)_ZN7mglDataD1Ev@Base 1.11 + (arch=amd64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mipsel powerpc s390 s390x)_ZN7mglDataD2Ev@Base 1.11 _ZN7mglDataaSERKS_@Base 1.11 _ZN7mglDataaSEf@Base 1.11 _ZN7mglDatadVERKS_@Base 1.11 @@ -1523,7 +1523,7 @@ libmgl.so.5 libmgl5 #MINVER# (optional)_ZNSt6vectorImSaImEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPmS1_EERKm@Base 1.11 (optional)_ZNSt6vectorIjSaIjEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPjS1_EERKj@Base 1.11 (optional)_ZSt22__complex_pow_unsignedIdESt7complexIT_ES2_j@Base 1.11 - (arch=ia64 sparc sh4)_ZSt5fixedRSt8ios_base@Base 1.11 + (optional)_ZSt5fixedRSt8ios_base@Base 1.11 _ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EPKS3_RKS6_@Base 1.11 _ZTI10mglFormula@Base 1.11 _ZTI10mglGraphAB@Base 1.11 diff --git a/debian/rules b/debian/rules index 3e719ab..e7b7ad3 100755 --- a/debian/rules +++ b/debian/rules @@ -93,6 +93,7 @@ binary-arch: # dh_installifupdown -a # dh_installinfo -a dh_pysupport -a + dh_numpy -a # dh_installinit -a # dh_installmenu -a # dh_installmime -a