Andreas Tille pushed to branch master at Debian Med / libtabixpp
Commits: ce970c00 by Andreas Tille at 2018-09-13T05:34:51Z debhelper 11 - - - - - d756fae4 by Andreas Tille at 2018-09-13T05:45:47Z Point Vcs fields to salsa.debian.org - - - - - 3f81425a by Andreas Tille at 2018-09-13T05:45:47Z Standards-Version: 4.2.1 - - - - - 1dc8cf0b by Andreas Tille at 2018-09-13T05:55:33Z Drop obsolete -dbg package - - - - - 0e668348 by Andreas Tille at 2018-09-13T05:59:42Z Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +libtabixpp (1.0.0-4) unstable; urgency=medium + + * debhelper 11 + * Point Vcs fields to salsa.debian.org + * Standards-Version: 4.2.1 + * Drop obsolete -dbg package + + -- Andreas Tille <[email protected]> Thu, 13 Sep 2018 07:56:39 +0200 + libtabixpp (1.0.0-3) unstable; urgency=medium * Fix FTBFS with htslib 1.4.1-2. ===================================== debian/compat ===================================== @@ -1 +1 @@ -9 +11 ===================================== debian/control ===================================== @@ -1,16 +1,16 @@ Source: libtabixpp -Section: science -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Andreas Tille <[email protected]>, Sascha Steinbiss <[email protected]> -Build-Depends: debhelper (>= 9), +Section: science +Priority: optional +Build-Depends: debhelper (>= 11~), libhts-dev, zlib1g-dev, d-shlibs -Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libtabixpp.git -Vcs-Git: https://anonscm.debian.org/git/debian-med/libtabixpp.git +Standards-Version: 4.2.1 +Vcs-Browser: https://salsa.debian.org/med-team/libtabixpp +Vcs-Git: https://salsa.debian.org/med-team/libtabixpp.git Homepage: https://github.com/ekg/tabixpp Package: libtabixpp0 @@ -29,7 +29,6 @@ Description: C++ wrapper to tabix indexer This package provides a C++ wrapper to the tabix indexer. Package: libtabixpp-dev -Provides: libtabixpp-dev Architecture: any Multi-Arch: same Section: libdevel @@ -39,21 +38,8 @@ Depends: ${shlibs:Depends}, libhts-dev, zlib1g-dev Pre-Depends: ${misc:Pre-Depends} +Provides: libtabixpp-dev Description: C++ wrapper to tabix indexer (development files) This package provides development headers and static libraries for libtabixpp, a C++ interface wrapper for Tabix. Tabix is a part of htslib to index tabular files in which some columns indicate sequence coordinates. - -Package: libtabixpp0-dbg -Architecture: any -Multi-Arch: same -Section: debug -Priority: extra -Depends: ${shlibs:Depends}, - ${misc:Depends}, - libtabixpp0 (= ${binary:Version}) -Pre-Depends: ${misc:Pre-Depends} -Description: C++ wrapper to tabix indexer (debug symbols) - This package provides debug symbols for libtabixpp, - a C++ interface wrapper for Tabix. Tabix is a part of htslib to index tabular - files in which some columns indicate sequence coordinates. ===================================== debian/rules ===================================== @@ -12,10 +12,6 @@ override_dh_auto_install: d-shlibmove --commit \ --multiarch \ --devunversioned \ - --override s/libhts2-dev/libhts-dev/ \ + --override s/libhts[12]-dev/libhts-dev/ \ --movedev "*.hpp" usr/include/ \ libtabixpp.so - -override_dh_strip: - dh_strip --dbg-package=libtabixpp0-dbg - View it on GitLab: https://salsa.debian.org/med-team/libtabixpp/compare/d22829b729702a23cf122adf1224353ad65bb6ed...0e66834846158b483130ed582567b28668a0d5a0 -- View it on GitLab: https://salsa.debian.org/med-team/libtabixpp/compare/d22829b729702a23cf122adf1224353ad65bb6ed...0e66834846158b483130ed582567b28668a0d5a0 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
