Andreas Tille pushed to branch master at Debian Med / libbpp-popgen
Commits: 3d2c1ad4 by Andreas Tille at 2021-10-06T17:12:09+02:00 Fix watchfile to detect new versions on github - - - - - a2b6af6b by Andreas Tille at 2021-10-06T17:12:47+02:00 routine-update: Standards-Version: 4.6.0 - - - - - 293c493e by Andreas Tille at 2021-10-06T17:25:33+02:00 Fix ftbfs with GCC-11 - - - - - 2b77cbae by Andreas Tille at 2021-10-06T17:25:55+02:00 Drop unneeded versioned Depends - - - - - edf1cc2c by Andreas Tille at 2021-10-06T17:27:13+02:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/libbpp-popgen8.symbols.amd64 - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +libbpp-popgen (2.4.1-5) unstable; urgency=medium + + * Fix watchfile to detect new versions on github + * Standards-Version: 4.6.0 (routine-update) + * Fix ftbfs with GCC-11 + Closes: #984091 + * Drop unneeded versioned Depends + + -- Andreas Tille <[email protected]> Wed, 06 Oct 2021 17:26:05 +0200 + libbpp-popgen (2.4.1-4) unstable; urgency=medium * debhelper-compat 13 (routine-update) ===================================== debian/control ===================================== @@ -6,10 +6,10 @@ Section: science Priority: optional Build-Depends: debhelper-compat (= 13), cmake, - d-shlibs (>= 0.82), - libbpp-core-dev (>= 2.4.1), - libbpp-seq-dev (>= 2.4.1) -Standards-Version: 4.5.0 + d-shlibs, + libbpp-core-dev, + libbpp-seq-dev +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/med-team/libbpp-popgen Vcs-Git: https://salsa.debian.org/med-team/libbpp-popgen.git Homepage: http://biopp.univ-montp2.fr/wiki/index.php/Main_Page @@ -21,8 +21,8 @@ Section: libdevel Depends: libbpp-popgen8 (= ${binary:Version}), ${misc:Depends}, ${devlibs:Depends}, - libbpp-core-dev (>= 2.4.1), - libbpp-seq-dev (>= 2.4.1) + libbpp-core-dev, + libbpp-seq-dev Description: Bio++ Population Genetics library development files Bio++ is a set of C++ libraries for Bioinformatics, including sequence analysis, phylogenetics, molecular evolution and population genetics. ===================================== debian/libbpp-popgen8.symbols.amd64 ===================================== @@ -934,8 +934,6 @@ libbpp-popgen.so.8 libbpp-popgen8 #MINVER# _ZNSt12_Vector_baseImSaImEED1Ev@Base 2.4.1 _ZNSt12_Vector_baseImSaImEED2Ev@Base 2.4.1 _ZNSt13_Bvector_baseISaIbEE13_M_deallocateEv@Base 2.4.1 - _ZNSt15_Rb_tree_headerC1EOS_@Base 2.4.1 - _ZNSt15_Rb_tree_headerC2EOS_@Base 2.4.1 _ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEdSt4lessIS5_ESaISt4pairIKS5_dEEEixEOS5_@Base 2.4.1 _ZNSt5dequeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED1Ev@Base 2.4.1 _ZNSt5dequeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev@Base 2.4.1 ===================================== debian/watch ===================================== @@ -1,3 +1,3 @@ version=4 -https://github.com/BioPP/bpp-popgen/releases .*/archive/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz) +https://github.com/BioPP/bpp-popgen/releases .*/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz) View it on GitLab: https://salsa.debian.org/med-team/libbpp-popgen/-/compare/1b4f78783e80df851292b3e84398c12158a5dae0...edf1cc2cc5f2000fe6af5ce56d321663fee1a44e -- View it on GitLab: https://salsa.debian.org/med-team/libbpp-popgen/-/compare/1b4f78783e80df851292b3e84398c12158a5dae0...edf1cc2cc5f2000fe6af5ce56d321663fee1a44e You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
