diff -Nru libtabixpp-1.0.0/debian/changelog libtabixpp-1.0.0/debian/changelog --- libtabixpp-1.0.0/debian/changelog 2017-07-29 17:25:33.000000000 +0000 +++ libtabixpp-1.0.0/debian/changelog 2018-09-13 05:56:39.000000000 +0000 @@ -1,14 +1,11 @@ -libtabixpp (1.0.0-3build2) artful; urgency=medium +libtabixpp (1.0.0-4) unstable; urgency=medium - * Rebuild against new libhts2. + * debhelper 11 + * Point Vcs fields to salsa.debian.org + * Standards-Version: 4.2.1 + * Drop obsolete -dbg package - -- Gianfranco Costamagna Sat, 29 Jul 2017 19:25:33 +0200 - -libtabixpp (1.0.0-3build1) artful; urgency=medium - - * No-change rebuild against libhts2 - - -- Steve Langasek Mon, 26 Jun 2017 07:29:15 +0000 + -- Andreas Tille Thu, 13 Sep 2018 07:56:39 +0200 libtabixpp (1.0.0-3) unstable; urgency=medium @@ -17,6 +14,7 @@ * Update uploader email address. * Bump Standards-Version. * Use secure Vcs-Git. + * Enable full hardening. -- Sascha Steinbiss Sun, 18 Jun 2017 17:06:51 +0000 diff -Nru libtabixpp-1.0.0/debian/compat libtabixpp-1.0.0/debian/compat --- libtabixpp-1.0.0/debian/compat 2015-12-06 18:28:45.000000000 +0000 +++ libtabixpp-1.0.0/debian/compat 2018-09-13 05:56:39.000000000 +0000 @@ -1 +1 @@ -9 +11 diff -Nru libtabixpp-1.0.0/debian/control libtabixpp-1.0.0/debian/control --- libtabixpp-1.0.0/debian/control 2017-06-26 07:29:15.000000000 +0000 +++ libtabixpp-1.0.0/debian/control 2018-09-13 05:56:39.000000000 +0000 @@ -1,17 +1,16 @@ Source: libtabixpp -Section: science -Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian Med Packaging Team +Maintainer: Debian Med Packaging Team Uploaders: Andreas Tille , Sascha Steinbiss -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 @@ -30,7 +29,6 @@ This package provides a C++ wrapper to the tabix indexer. Package: libtabixpp-dev -Provides: libtabixpp-dev Architecture: any Multi-Arch: same Section: libdevel @@ -40,21 +38,8 @@ 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. diff -Nru libtabixpp-1.0.0/debian/rules libtabixpp-1.0.0/debian/rules --- libtabixpp-1.0.0/debian/rules 2017-06-18 17:06:51.000000000 +0000 +++ libtabixpp-1.0.0/debian/rules 2018-09-13 05:56:39.000000000 +0000 @@ -12,10 +12,6 @@ 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 -