Michael R. Crusoe pushed to branch master at Debian Med / libgclib
Commits: 911e9f4f by Michael R. Crusoe at 2020-07-14T20:45:04+02:00 Bump soname. Closes: #962550 - - - - - 38632edd by Michael R. Crusoe at 2020-07-14T20:45:04+02:00 routine-update: debhelper-compat 13 - - - - - 4d3c01db by Michael R. Crusoe at 2020-07-14T20:45:05+02:00 routine-update: Ready to upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/libgclib1.symbols → debian/libgclib2.symbols - debian/patches/autoconf.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +libgclib (0.11.9-2) unstable; urgency=medium + + * Bump soname. Closes: #962550 + * debhelper-compat 13 (routine-update) + + -- Michael R. Crusoe <[email protected]> Tue, 14 Jul 2020 20:42:23 +0200 + libgclib (0.11.9-1) unstable; urgency=medium * New upstream version ===================================== debian/control ===================================== @@ -5,7 +5,7 @@ Uploaders: Steffen Moeller <[email protected]>, Michael R. Crusoe <[email protected]> Section: science Priority: optional -Build-Depends: debhelper-compat (= 12), +Build-Depends: debhelper-compat (= 13), d-shlibs Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/med-team/libgclib @@ -17,7 +17,7 @@ Package: libgclib-dev Architecture: any Multi-Arch: same Section: libdevel -Depends: libgclib1 (= ${binary:Version}), +Depends: libgclib2 (= ${binary:Version}), ${misc:Depends} Description: header files for Genome Code Lib (GCLib) This is an eclectic gathering of (mostly) C++ code which upstream used @@ -36,7 +36,7 @@ Description: header files for Genome Code Lib (GCLib) Header files of Genome Code Lib. It is mainly known for being used by StringTie but with its own release cycle. -Package: libgclib1 +Package: libgclib2 Architecture: any Multi-Arch: same Section: libs ===================================== debian/libgclib1.symbols → debian/libgclib2.symbols ===================================== @@ -1,4 +1,4 @@ -libgclib.so.1 libgclib1 #MINVER# +libgclib.so.2 libgclib2 #MINVER# * Build-Depends-Package: libgclib-dev CLASSCODE_OVL_RANK@Base 0.11.4 COLOR_buf@Base 0.11.4 ===================================== debian/patches/autoconf.patch ===================================== @@ -79,7 +79,7 @@ Descriptions: Build proper libraries via automake + +AM_INIT_AUTOMAKE([1.6 foreign dist-zip tar-ustar filename-length-max=299]) + -+LIB_VERSION=1:0 ++LIB_VERSION=2:0 + +AC_SUBST([VERSION]) +AC_SUBST([LIB_VERSION]) View it on GitLab: https://salsa.debian.org/med-team/libgclib/-/compare/ea59e1e916d9af8de4bd3ca9c2e4768557d0fdd4...4d3c01db3d9b5cff05c876f6ca56a6171fef3a91 -- View it on GitLab: https://salsa.debian.org/med-team/libgclib/-/compare/ea59e1e916d9af8de4bd3ca9c2e4768557d0fdd4...4d3c01db3d9b5cff05c876f6ca56a6171fef3a91 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
