Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
debhelper 11
· ce970c00
Andreas Tille
authored
Sep 13, 2018
ce970c00
Point Vcs fields to salsa.debian.org
· d756fae4
Andreas Tille
authored
Sep 13, 2018
d756fae4
Standards-Version: 4.2.1
· 3f81425a
Andreas Tille
authored
Sep 13, 2018
3f81425a
Drop obsolete -dbg package
· 1dc8cf0b
Andreas Tille
authored
Sep 13, 2018
1dc8cf0b
Upload to unstable
· 0e668348
Andreas Tille
authored
Sep 13, 2018
0e668348
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
0e668348
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 <tille@debian.org> 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
View file @
0e668348
9
11
debian/control
View file @
0e668348
Source: libtabixpp
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
Sascha Steinbiss <satta@debian.org>
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
View file @
0e668348
...
...
@@ -12,10 +12,6 @@ override_dh_auto_install:
d-shlibmove --commit \
--multiarch \
--devunversioned \
--override s/libhts
2
-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