[muparser] 01/01: Bump SONAME for GCC 5 transition (Closes: #791209)

Scott Sheridan Howard showard at moszumanska.debian.org
Tue Aug 11 19:10:25 UTC 2015


This is an automated email from the git hooks/post-receive script.

showard pushed a commit to branch master
in repository muparser.

commit 5fb47ad4af6a7e4cdddbb078b7159d552c0e1f86
Author: Scott Howard <showard314 at gmail.com>
Date:   Tue Aug 11 15:10:04 2015 -0400

    Bump SONAME for GCC 5 transition (Closes: #791209)
---
 debian/changelog                                   |  8 ++++
 debian/control                                     |  6 +--
 ...libmuparser2.install => libmuparser2v5.install} |  0
 ...libmuparser2.symbols => libmuparser2v5.symbols} | 39 ++++++++----------
 debian/patches/gcc5.patch                          | 48 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 6 files changed, 78 insertions(+), 24 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d9c1740..b9d54cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+muparser (2.2.3-5) unstable; urgency=medium
+
+  * Bump SONAME for GCC 5 transition (Closes: #791209)
+    - updated symbols file
+  * DSV 3.9.6, no changes
+
+ -- Scott Howard <showard at debian.org>  Tue, 11 Aug 2015 14:45:08 -0400
+
 muparser (2.2.3-4) unstable; urgency=medium
 
   * Use debian/rules to clean out privacy breaches
diff --git a/debian/control b/debian/control
index 3ad4891..bbb116c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.
 Uploaders: Gudjon I. Gudjonsson <gudjon at gudjon.org>,
  Andreas Tille <tille at debian.org>, Scott Howard <showard at debian.org>
 Build-Depends: debhelper (>= 9), automake
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Section: libs
 Homepage: http://muparser.sourceforge.net
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/muparser.git
@@ -13,7 +13,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/muparse
 Package: libmuparser-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libmuparser2 (= ${binary:Version})
+Depends: ${misc:Depends}, libmuparser2v5 (= ${binary:Version})
 Description: fast mathematical expressions parse library (development)
  muParser is a high performance mathematical parser library, written in pure
  C++. It is based on transforming an expression into a bytecode and
@@ -21,7 +21,7 @@ Description: fast mathematical expressions parse library (development)
  .
  This package contains the development files.
 
-Package: libmuparser2
+Package: libmuparser2v5
 Priority: optional
 Architecture: any
 Multi-Arch: same
diff --git a/debian/libmuparser2.install b/debian/libmuparser2v5.install
similarity index 100%
rename from debian/libmuparser2.install
rename to debian/libmuparser2v5.install
diff --git a/debian/libmuparser2.symbols b/debian/libmuparser2v5.symbols
similarity index 93%
rename from debian/libmuparser2.symbols
rename to debian/libmuparser2v5.symbols
index 6d4f15e..fb352c9 100644
--- a/debian/libmuparser2.symbols
+++ b/debian/libmuparser2v5.symbols
@@ -1,5 +1,5 @@
-# SymbolsHelper-Confirmed: 2.2.3 amd64 armel armhf hurd-i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 s390x sparc
-libmuparser.so.2 libmuparser2 #MINVER#
+# SymbolsHelper-Confirmed: 2.2.3-5 amd64
+libmuparser.so.2v5 libmuparser2v5 #MINVER#
  _Z11AsParserTagPv at Base 1.28
  _Z8AsParserPv at Base 1.28
  _ZN2mu10ParserBase10ClearConstEv at Base 1.28
@@ -386,8 +386,6 @@ libmuparser.so.2 libmuparser2 #MINVER#
  _ZNK2mu11ParserError8GetTokenEv at Base 1.28
  (optional=templinst)_ZNK2mu11ParserTokenIdSsE11GetArgCountEv at Base 2.2.3
  (optional=templinst)_ZNK2mu11ParserTokenIdSsE16GetAssociativityEv at Base 2.2.3
- (optional=templinst|arch=amd64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386)_ZNK2mu11ParserTokenIdSsE6GetPriEv at Base 2.1.0
- (optional=templinst|arch=amd64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386)_ZNK2mu11ParserTokenIdSsE6GetValEv at Base 2.1.0
  _ZNK2mu14ParserByteCode15GetMaxStackSizeEv at Base 1.32
  _ZNK2mu14ParserByteCode7GetBaseEv at Base 2.1.0
  _ZNK2mu14ParserByteCode7GetSizeEv at Base 2.2.3
@@ -409,6 +407,7 @@ libmuparser.so.2 libmuparser2 #MINVER#
  _ZNK2mu17ParserTokenReader9GetArgSepEv at Base 1.32
  _ZNK2mu4Test12ParserTester5AbortEv at Base 1.28
  _ZNK2mu6Parser4DiffEPddd at Base 1.32
+ (optional=templinst)_ZNKSt5ctypeIcE8do_widenEc at Base 2.2.3-5
  (optional=templinst)_ZNKSt6vectorIMN2mu4Test12ParserTesterEFivESaIS4_EE12_M_check_lenEjPKc at Base 2.2.3
  (optional=templinst|arch=amd64 kfreebsd-amd64)_ZNKSt6vectorIMN2mu4Test12ParserTesterEFivESaIS4_EE12_M_check_lenEmPKc at Base 2.2.3
  (optional=templinst)_ZNKSt6vectorIN2mu11ParserTokenIdSsEESaIS2_EE12_M_check_lenEjPKc at Base 2.2.3
@@ -424,6 +423,8 @@ libmuparser.so.2 libmuparser2 #MINVER#
  (optional=templinst)_ZNKSt8_Rb_treeISsSt4pairIKSsdESt10_Select1stIS2_ESt4lessISsESaIS2_EE4findERS1_ at Base 2.2.3
  (optional=templinst)_ZNKSt8_Rb_treeISsSt4pairIKSsjESt10_Select1stIS2_ESt4lessISsESaIS2_EE4findERS1_ at Base 2.2.3
  (optional=templinst|arch=amd64 kfreebsd-amd64)_ZNKSt8_Rb_treeISsSt4pairIKSsmESt10_Select1stIS2_ESt4lessISsESaIS2_EE4findERS1_ at Base 2.2.3
+ (optional=templinst)_ZNSs12_S_constructIN9__gnu_cxx17__normal_iteratorIPKcSsEEEEPcT_S6_RKSaIcESt20forward_iterator_tag at Base 2.2.3-5
+ (optional=templinst)_ZNSs12_S_constructIPKcEEPcT_S3_RKSaIcESt20forward_iterator_tag at Base 2.2.3-5
  (optional=templinst)_ZNSs12_S_constructIPcEES0_T_S1_RKSaIcESt20forward_iterator_tag at Base 2.2.3
  (optional=templinst|arch=!hurd-i386 !i386 !kfreebsd-amd64 !kfreebsd-i386)_ZNSsC1IN9__gnu_cxx17__normal_iteratorIPKcSsEEEET_S5_RKSaIcE at Base 2.2.3
  (optional=templinst|arch=!hurd-i386 !i386 !kfreebsd-amd64 !kfreebsd-i386)_ZNSsC1IPKcEET_S2_RKSaIcE at Base 2.2.3
@@ -432,6 +433,7 @@ libmuparser.so.2 libmuparser2 #MINVER#
  (optional=templinst|arch=!hurd-i386 !i386 !kfreebsd-amd64 !kfreebsd-i386)_ZNSsC2IPKcEET_S2_RKSaIcE at Base 2.2.3
  (optional=templinst|arch=!hurd-i386 !i386 !kfreebsd-amd64 !kfreebsd-i386)_ZNSsC2IPcEET_S1_RKSaIcE at Base 2.2.3
  (optional=templinst)_ZNSt10_List_baseIPFiPKcPiPdESaIS5_EE8_M_clearEv at Base 2.2.3
+ (optional=templinst)_ZNSt11_Deque_baseIiSaIiEE17_M_initialize_mapEm at Base 2.2.3-5
  (optional=templinst)_ZNSt11_Deque_baseIiSaIiEED1Ev at Base 1.34
  (optional=templinst)_ZNSt11_Deque_baseIiSaIiEED2Ev at Base 1.28
  (optional=templinst)_ZNSt11__copy_moveILb0ELb0ESt26random_access_iterator_tagE8__copy_mIPKSsPSsEET0_T_S7_S6_ at Base 2.2.3
@@ -455,13 +457,8 @@ libmuparser.so.2 libmuparser2 #MINVER#
  (optional=templinst)_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPN2mu6ParserES4_EET0_T_S6_S5_ at Base 2.2.3
  (optional=templinst)_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPSsS2_EET0_T_S4_S3_ at Base 2.2.3
  (optional=templinst|arch=armel armhf)_ZNSt3mapISsN2mu14ParserCallbackESt4lessISsESaISt4pairIKSsS1_EEE4findERS5_ at Base 2.2.3
- (optional=templinst)_ZNSt3mapISsN2mu14ParserCallbackESt4lessISsESaISt4pairIKSsS1_EEED1Ev at Base 2.1.0
- (optional=templinst)_ZNSt3mapISsN2mu14ParserCallbackESt4lessISsESaISt4pairIKSsS1_EEED2Ev at Base 2.1.0
- (optional=templinst|arch=amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc)_ZNSt3mapISsN2mu14ParserCallbackESt4lessISsESaISt4pairIKSsS1_EEEixERS5_ at Base 2.1.0
  (optional=templinst)_ZNSt3mapISsPdSt4lessISsESaISt4pairIKSsS0_EEED1Ev at Base 2.2.3
  (optional=templinst)_ZNSt3mapISsPdSt4lessISsESaISt4pairIKSsS0_EEED2Ev at Base 2.2.3
- (optional=templinst|arch=amd64 armel armhf hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386)_ZNSt3mapISsPdSt4lessISsESaISt4pairIKSsS0_EEEixERS4_ at Base 2.1.0
- (optional=templinst|arch=!armel !armhf !ia64 !s390x !sparc)_ZNSt3mapISsdSt4lessISsESaISt4pairIKSsdEEEixERS3_ at Base 2.1.0
  (optional=templinst)_ZNSt3mapISsjSt4lessISsESaISt4pairIKSsjEEEixERS3_ at Base 2.2.3
  (optional=templinst|arch=amd64 kfreebsd-amd64)_ZNSt3mapISsmSt4lessISsESaISt4pairIKSsmEEEixERS3_ at Base 2.2.3
  (optional=templinst)_ZNSt4listIPFiPKcPiPdESaIS5_EEaSERKS7_ at Base 2.1.0
@@ -490,18 +487,18 @@ libmuparser.so.2 libmuparser2 #MINVER#
  (optional=templinst)_ZNSt6vectorIN2mu11ParserTokenIdSsEESaIS2_EED2Ev at Base 1.34
  (optional=templinst)_ZNSt6vectorIN2mu6ParserESaIS1_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_ at Base 1.28
  (optional=templinst)_ZNSt6vectorIN2mu6ParserESaIS1_EE9push_backERKS1_ at Base 2.2.3
- (optional=templinst)_ZNSt6vectorIN2mu6ParserESaIS1_EED1Ev at Base 1.32
- (optional=templinst)_ZNSt6vectorIN2mu6ParserESaIS1_EED2Ev at Base 1.34
  (optional=templinst)_ZNSt6vectorIN2mu6STokenESaIS1_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_ at Base 2.1.0
  (optional=templinst)_ZNSt6vectorIN2mu6STokenESaIS1_EED1Ev at Base 2.2.3
  (optional=templinst)_ZNSt6vectorIN2mu6STokenESaIS1_EED2Ev at Base 2.2.3
  (optional=templinst)_ZNSt6vectorIN2mu6STokenESaIS1_EEaSERKS3_ at Base 2.1.0
  (optional=templinst)_ZNSt6vectorISsSaISsEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPSsS1_EERKSs at Base 1.28
+ (optional=templinst)_ZNSt6vectorISsSaISsEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPSsS1_EEmRKSs at Base 2.2.3-5
  (optional=templinst|arch=armel armhf mips mipsel powerpc sparc)_ZNSt6vectorISsSaISsEE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPKSsS1_EEEEPSsjT_S9_ at Base 2.2.3
  (optional=templinst|arch=ia64 s390 s390x)_ZNSt6vectorISsSaISsEE20_M_allocate_and_copyIN9__gnu_cxx17__normal_iteratorIPKSsS1_EEEEPSsmT_S9_ at Base 2.1.0
  (optional=templinst)_ZNSt6vectorISsSaISsEED1Ev at Base 1.32
  (optional=templinst)_ZNSt6vectorISsSaISsEED2Ev at Base 1.34
  (optional=templinst)_ZNSt6vectorISsSaISsEEaSERKS1_ at Base 1.28
+ (optional=templinst)_ZNSt6vectorIdSaIdEE14_M_fill_insertEN9__gnu_cxx17__normal_iteratorIPdS1_EEmRKd at Base 2.2.3-5
  (optional=templinst)_ZNSt6vectorIdSaIdEED1Ev at Base 2.2.3
  (optional=templinst)_ZNSt6vectorIdSaIdEED2Ev at Base 2.2.3
  (optional=templinst)_ZNSt6vectorIdSaIdEEaSERKS1_ at Base 1.34
@@ -510,16 +507,14 @@ libmuparser.so.2 libmuparser2 #MINVER#
  (optional=templinst)_ZNSt6vectorIiSaIiEEC2ERKS1_ at Base 2.2.3
  (optional=templinst)_ZNSt6vectorIiSaIiEED1Ev at Base 2.2.3
  (optional=templinst)_ZNSt6vectorIiSaIiEED2Ev at Base 2.2.3
- (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN2mu14ParserCallbackEESt10_Select1stIS4_ESt4lessISsESaIS4_EE10_M_insert_EPKSt18_Rb_tree_node_baseSD_RKS4_ at Base 1.32
- (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN2mu14ParserCallbackEESt10_Select1stIS4_ESt4lessISsESaIS4_EE16_M_insert_uniqueERKS4_ at Base 1.28
- (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN2mu14ParserCallbackEESt10_Select1stIS4_ESt4lessISsESaIS4_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS4_ERKS4_ at Base 1.32
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN2mu14ParserCallbackEESt10_Select1stIS4_ESt4lessISsESaIS4_EE24_M_get_insert_unique_posERS1_ at Base 2.2.3-5
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN2mu14ParserCallbackEESt10_Select1stIS4_ESt4lessISsESaIS4_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS4_ERS1_ at Base 2.2.3-5
  (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN2mu14ParserCallbackEESt10_Select1stIS4_ESt4lessISsESaIS4_EE4findERS1_ at Base 2.2.3
  (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN2mu14ParserCallbackEESt10_Select1stIS4_ESt4lessISsESaIS4_EE7_M_copyEPKSt13_Rb_tree_nodeIS4_EPSC_ at Base 1.28
  (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN2mu14ParserCallbackEESt10_Select1stIS4_ESt4lessISsESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E at Base 1.28
  (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsN2mu14ParserCallbackEESt10_Select1stIS4_ESt4lessISsESaIS4_EEaSERKSA_ at Base 1.34
- (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsPdESt10_Select1stIS3_ESt4lessISsESaIS3_EE10_M_insert_EPKSt18_Rb_tree_node_baseSC_RKS3_ at Base 1.32
- (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsPdESt10_Select1stIS3_ESt4lessISsESaIS3_EE16_M_insert_uniqueERKS3_ at Base 1.28
- (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsPdESt10_Select1stIS3_ESt4lessISsESaIS3_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS3_ERKS3_ at Base 1.32
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsPdESt10_Select1stIS3_ESt4lessISsESaIS3_EE24_M_get_insert_unique_posERS1_ at Base 2.2.3-5
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsPdESt10_Select1stIS3_ESt4lessISsESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS1_ at Base 2.2.3-5
  (optional=templinst|arch=amd64 kfreebsd-amd64)_ZNSt8_Rb_treeISsSt4pairIKSsPdESt10_Select1stIS3_ESt4lessISsESaIS3_EE4findERS1_ at Base 2.2.3
  (optional=templinst|arch=amd64 kfreebsd-amd64)_ZNSt8_Rb_treeISsSt4pairIKSsPdESt10_Select1stIS3_ESt4lessISsESaIS3_EE5clearEv at Base 2.2.3
  (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsPdESt10_Select1stIS3_ESt4lessISsESaIS3_EE7_M_copyEPKSt13_Rb_tree_nodeIS3_EPSB_ at Base 1.28
@@ -527,14 +522,16 @@ libmuparser.so.2 libmuparser2 #MINVER#
  (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsPdESt10_Select1stIS3_ESt4lessISsESaIS3_EEC1ERKS9_ at Base 2.2.3
  (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsPdESt10_Select1stIS3_ESt4lessISsESaIS3_EEC2ERKS9_ at Base 2.2.3
  (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsPdESt10_Select1stIS3_ESt4lessISsESaIS3_EEaSERKS9_ at Base 1.34
- (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsdESt10_Select1stIS2_ESt4lessISsESaIS2_EE10_M_insert_EPKSt18_Rb_tree_node_baseSB_RKS2_ at Base 1.32
- (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsdESt10_Select1stIS2_ESt4lessISsESaIS2_EE16_M_insert_uniqueERKS2_ at Base 1.28
- (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsdESt10_Select1stIS2_ESt4lessISsESaIS2_EE17_M_insert_unique_ESt23_Rb_tree_const_iteratorIS2_ERKS2_ at Base 1.32
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsdESt10_Select1stIS2_ESt4lessISsESaIS2_EE24_M_get_insert_unique_posERS1_ at Base 2.2.3-5
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsdESt10_Select1stIS2_ESt4lessISsESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_ at Base 2.2.3-5
  (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsdESt10_Select1stIS2_ESt4lessISsESaIS2_EE4findERS1_ at Base 2.2.3
  (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsdESt10_Select1stIS2_ESt4lessISsESaIS2_EE7_M_copyEPKSt13_Rb_tree_nodeIS2_EPSA_ at Base 1.28
  (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsdESt10_Select1stIS2_ESt4lessISsESaIS2_EE8_M_eraseEPSt13_Rb_tree_nodeIS2_E at Base 1.28
- (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsdESt10_Select1stIS2_ESt4lessISsESaIS2_EEaSERKS8_ at Base 1.34
  (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsjESt10_Select1stIS2_ESt4lessISsESaIS2_EE4findERS1_ at Base 2.2.3
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsmESt10_Select1stIS2_ESt4lessISsESaIS2_EE24_M_get_insert_unique_posERS1_ at Base 2.2.3-5
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsmESt10_Select1stIS2_ESt4lessISsESaIS2_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS2_ERS1_ at Base 2.2.3-5
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsmESt10_Select1stIS2_ESt4lessISsESaIS2_EE7_M_copyEPKSt13_Rb_tree_nodeIS2_EPSA_ at Base 2.2.3-5
+ (optional=templinst)_ZNSt8_Rb_treeISsSt4pairIKSsmESt10_Select1stIS2_ESt4lessISsESaIS2_EE8_M_eraseEPSt13_Rb_tree_nodeIS2_E at Base 2.2.3-5
  (optional=templinst)_ZNSt8auto_ptrIN2mu14ParserCallbackEED1Ev at Base 2.2.3
  (optional=templinst)_ZNSt8auto_ptrIN2mu14ParserCallbackEED2Ev at Base 2.2.3
  (optional=templinst)_ZNSt8auto_ptrIN2mu17ParserTokenReaderEED1Ev at Base 1.32
diff --git a/debian/patches/gcc5.patch b/debian/patches/gcc5.patch
new file mode 100644
index 0000000..a253d5e
--- /dev/null
+++ b/debian/patches/gcc5.patch
@@ -0,0 +1,48 @@
+Description: SONAME bump for GCC 5 transition
+Author: Scott Howard <showard at debian.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791209
+Index: muparser/Makefile.in
+===================================================================
+--- muparser.orig/Makefile.in
++++ muparser/Makefile.in
+@@ -133,19 +133,19 @@ COND_WINDOWS_IMPLIB_1___muParser_dll___i
+ 	-Wl,--out-implib=$(top_builddir)/lib/$(LIBPREFIX)muparser$(DEBUG_BUILD_POSTFIX).$(DLLIMP_SUFFIX)
+ @COND_WINDOWS_IMPLIB_1 at __muParser_dll___importlib = $(COND_WINDOWS_IMPLIB_1___muParser_dll___importlib)
+ @COND_PLATFORM_MACOSX_0_USE_SOVERSION_1 at __muParser_dll___targetsuf2 \
+- at COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@	= .$(SO_SUFFIX).2
++ at COND_PLATFORM_MACOSX_0_USE_SOVERSION_1@	= .$(SO_SUFFIX).2v5
+ @COND_PLATFORM_MACOSX_1_USE_SOVERSION_1 at __muParser_dll___targetsuf2 \
+- at COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@	= .2.$(SO_SUFFIX)
++ at COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@	= .2v5.$(SO_SUFFIX)
+ @COND_USE_SOVERSION_0 at __muParser_dll___targetsuf2 = .$(SO_SUFFIX)
+ @COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1 at __muParser_dll___targetsuf3 \
+ @COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@	= \
+- at COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@	.$(SO_SUFFIX).2.2.3
++ at COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@	.$(SO_SUFFIX).2v5.2.3
+ @COND_PLATFORM_MACOSX_1_USE_SOVERSION_1 at __muParser_dll___targetsuf3 \
+- at COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@	= .2.2.3.$(SO_SUFFIX)
++ at COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@	= .2v5.2.3.$(SO_SUFFIX)
+ @COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1 at __muParser_dll___targetsuf3 \
+- at COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@	= .$(SO_SUFFIX).2
++ at COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@	= .$(SO_SUFFIX).2v5
+ @COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1 at __muParser_dll___targetsuf3 \
+- at COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@	= -2.$(SO_SUFFIX)
++ at COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@	= -2v5.$(SO_SUFFIX)
+ @COND_USE_SOVERSION_0 at __muParser_dll___targetsuf3 = .$(SO_SUFFIX)
+ COND_USE_SOVERLINUX_1___muParser_dll___soname_flags = \
+ 	$(SONAME_FLAG)$(DLLPREFIX)muparser$(DEBUG_BUILD_POSTFIX)$(__muParser_dll___targetsuf2)
+Index: muparser/build/bakefiles/muparser.bkl
+===================================================================
+--- muparser.orig/build/bakefiles/muparser.bkl
++++ muparser/build/bakefiles/muparser.bkl
+@@ -72,8 +72,8 @@
+         <dllname>muparser$(DEBUG_BUILD_POSTFIX)</dllname>
+         <libname>muparser$(DEBUG_BUILD_POSTFIX)</libname>
+ 
+-        <version>2.2</version>
+-        <so_version>2.2.3</so_version>
++        <version>2v5.2</version>
++        <so_version>2v5.2.3</so_version>
+         <mac_version>1</mac_version>        <!-- must be > 0 -->
+     </dll>
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 2504a1b..cd51809 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+gcc5.patch
 FTBFS_hurd.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/muparser.git



More information about the debian-science-commits mailing list