[med-svn] [Git][med-team/libbpp-qt][master] 5 commits: Fix watchfile to detect new versions on github

Andreas Tille (@tille) gitlab at salsa.debian.org
Thu Sep 30 13:20:47 BST 2021



Andreas Tille pushed to branch master at Debian Med / libbpp-qt


Commits:
3225ad09 by Andreas Tille at 2021-09-30T14:04:29+02:00
Fix watchfile to detect new versions on github

- - - - -
b76ab07c by Andreas Tille at 2021-09-30T14:10:56+02:00
routine-update: Standards-Version: 4.6.0

- - - - -
f78c2eb8 by Andreas Tille at 2021-09-30T14:15:45+02:00
Fix versioned Depends

- - - - -
4c4288fe by Andreas Tille at 2021-09-30T14:17:59+02:00
Fix symbols for GCC-11

- - - - -
61fb3410 by Andreas Tille at 2021-09-30T14:20:24+02:00
Upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/libbpp-qt2.symbols.amd64
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+libbpp-qt (2.4.1-5) unstable; urgency=medium
+
+  * Fix watchfile to detect new versions on github
+  * Standards-Version: 4.6.0 (routine-update)
+  * Fix versioned Depends
+  * Fix symbols for GCC-11
+    Closes: #984088
+
+ -- Andreas Tille <tille at debian.org>  Thu, 30 Sep 2021 14:18:07 +0200
+
 libbpp-qt (2.4.1-4) unstable; urgency=medium
 
   [ Nilesh Patra ]


=====================================
debian/control
=====================================
@@ -6,11 +6,11 @@ Section: science
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
                cmake,
-               d-shlibs (>= 0.80),
+               d-shlibs,
                qt5-qmake,
                qtdeclarative5-dev,
-               libbpp-phyl-dev (>= 2.4.1)
-Standards-Version: 4.5.0
+               libbpp-phyl-dev
+Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/med-team/libbpp-qt
 Vcs-Git: https://salsa.debian.org/med-team/libbpp-qt.git
 Homepage: http://biopp.univ-montp2.fr/wiki/index.php/Main_Page
@@ -21,7 +21,7 @@ Architecture: any
 Section: libdevel
 Depends: libbpp-qt2 (= ${binary:Version}),
          ${misc:Depends},
-         libbpp-phyl-dev (>= 2.4.1),
+         libbpp-phyl-dev,
          qtdeclarative5-dev
 Description: Bio++ Qt Graphic classes library development files
  Bio++ is a set of C++ libraries for Bioinformatics, including sequence


=====================================
debian/libbpp-qt2.symbols.amd64
=====================================
@@ -217,6 +217,7 @@ libbpp-qt.so.2 libbpp-qt2 #MINVER#
  _ZN3bpp37NodeClickableAreasTreeDrawingListener13afterDrawNodeERKNS_13DrawNodeEventE at Base 2.4.1
  _ZN3bpp37NodeClickableAreasTreeDrawingListenerD0Ev at Base 2.4.1
  _ZN3bpp37NodeClickableAreasTreeDrawingListenerD1Ev at Base 2.4.1
+ _ZN3bpp4FontC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEssj at Base 2.4.1
  _ZN3bpp4FontD0Ev at Base 2.4.1
  _ZN3bpp4FontD1Ev at Base 2.4.1
  _ZN3bpp4Node10deleteNameEv at Base 2.4.1
@@ -418,8 +419,6 @@ libbpp-qt.so.2 libbpp-qt2 #MINVER#
  _ZNSt8_Rb_treeIsSt4pairIKsN2Qt8PenStyleEESt10_Select1stIS4_ESt4lessIsESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E at Base 2.4.1
  _ZNSt8_Rb_treeIsSt4pairIKsNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS8_ESt4lessIsESaIS8_EE7_M_copyINSE_20_Reuse_or_alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_PSt18_Rb_tree_node_baseRT_ at Base 2.4.1
  _ZNSt8_Rb_treeIsSt4pairIKsNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS8_ESt4lessIsESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E at Base 2.4.1
- _ZNSt8_Rb_treeIsSt4pairIKsNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS8_ESt4lessIsESaIS8_EEC1ERKSE_ at Base 2.4.1
- _ZNSt8_Rb_treeIsSt4pairIKsNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt10_Select1stIS8_ESt4lessIsESaIS8_EEC2ERKSE_ at Base 2.4.1
  _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_ at Base 2.4.1
  _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_OS8_ at Base 2.4.1
  _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_ at Base 2.4.1


=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
 version=4
 
-https://github.com/BioPP/bpp-qt/releases .*/archive/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+https://github.com/BioPP/bpp-qt/releases .*/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)



View it on GitLab: https://salsa.debian.org/med-team/libbpp-qt/-/compare/c4a0495edb66f56781999261777465d7364973d0...61fb3410ebcdf7e35e26c68d015e8930daf77ae9

-- 
View it on GitLab: https://salsa.debian.org/med-team/libbpp-qt/-/compare/c4a0495edb66f56781999261777465d7364973d0...61fb3410ebcdf7e35e26c68d015e8930daf77ae9
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210930/871d4af2/attachment-0001.htm>


More information about the debian-med-commit mailing list