[med-svn] [htslib] 01/01: install htslib*.mk files that are used in bcftools

Andreas Tille tille at debian.org
Thu Jul 20 14:37:08 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch debian/unstable
in repository htslib.

commit 765419270800864fd29cea90db233a60cd46aea8
Author: Andreas Tille <tille at debian.org>
Date:   Thu Jul 20 16:36:14 2017 +0200

    install htslib*.mk files that are used in bcftools
---
 debian/changelog          | 2 +-
 debian/control            | 3 ++-
 debian/libhts-dev.install | 1 +
 debian/libhts-dev.links   | 5 +++++
 4 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 60cf49e..3c2dbd7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ htslib (1.5-1) UNRELEASED; urgency=medium
   * Standards-Version: 4.0.0 (no changes needed)
   * do not parse d/changelog explicitly
   * hardening=+all
+  * install htslib*.mk files that are used in bcftools
 
   [ Steffen Moeller ]
   * [upstream/metadata] Added reference to OMICtools
@@ -78,7 +79,6 @@ htslib (1.3.2-3) experimental; urgency=medium
   * Fix pkg-config
 
  -- Andreas Tille <tille at debian.org>  Fri, 10 Feb 2017 08:46:29 +0100
->>>>>>> ada885d3985096b9b32b19f087f5db1134f07cfd
 
 htslib (1.3.2-2) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 02ad4fa..04ccec7 100644
--- a/debian/control
+++ b/debian/control
@@ -39,7 +39,8 @@ Architecture: any
 Multi-Arch: same
 Section: libdevel
 Depends: libhts2 (= ${binary:Version}),
-         ${misc:Depends}
+         ${misc:Depends},
+         tabix
 Description: Development files for the HTSlib
  HTSlib is an implementation of a unified C library for accessing common file
  formats, such as SAM (Sequence Alignment/Map), CRAM and VCF (Variant Call
diff --git a/debian/libhts-dev.install b/debian/libhts-dev.install
index 724e5d4..2ce7e51 100755
--- a/debian/libhts-dev.install
+++ b/debian/libhts-dev.install
@@ -5,3 +5,4 @@ usr/lib/${DEB_HOST_MULTIARCH}/*.so	usr/lib/${DEB_HOST_MULTIARCH}
 usr/share/man/man5/*			usr/share/man/man5
 usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/htslib.pc usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig
 cram/*.h				usr/include/htslib/cram
+htslib*.mk				usr/lib/htslib
diff --git a/debian/libhts-dev.links b/debian/libhts-dev.links
new file mode 100755
index 0000000..926edb3
--- /dev/null
+++ b/debian/libhts-dev.links
@@ -0,0 +1,5 @@
+#! /usr/bin/dh-exec
+usr/lib/${DEB_HOST_MULTIARCH}/libhts.a	usr/lib/htslib/libhts.a
+usr/bin/tabix				usr/lib/htslib/tabix
+usr/bin/bgzip				usr/lib/htslib/bgzip
+usr/include/htslib			usr/lib/htslib/htslib

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/htslib.git



More information about the debian-med-commit mailing list