This is an automated email from the git hooks/post-receive script. sascha-guest pushed a commit to branch master in repository libtabixpp.
commit 55b1dd4f9f1cd99d5cd2f8d97756f0eb9830296f Author: Sascha Steinbiss <[email protected]> Date: Tue Dec 15 05:48:18 2015 +0000 add patch headers --- ...bian_htslib.patch => build_shared_lib_with_debian_htslib.patch} | 7 ++++++- debian/patches/series | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/patches/build_with_debian_htslib.patch b/debian/patches/build_shared_lib_with_debian_htslib.patch similarity index 83% rename from debian/patches/build_with_debian_htslib.patch rename to debian/patches/build_shared_lib_with_debian_htslib.patch index d790a9c..c6260eb 100644 --- a/debian/patches/build_with_debian_htslib.patch +++ b/debian/patches/build_shared_lib_with_debian_htslib.patch @@ -1,4 +1,9 @@ -Description: Build_with_debian_htslib +Description: Build shared lib with Debian's htslib + The upstream repo includes htslib as a submodule that gets + built with the tabixpp code. This patch changes this to use + Debian's shared libhts from the archive. + Also builds a shared library instead of a static one. +Author: Sascha Steinbiss <[email protected]> --- a/Makefile +++ b/Makefile @@ -3,11 +3,12 @@ diff --git a/debian/patches/series b/debian/patches/series index d9842e9..76b87c0 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1 @@ -build_with_debian_htslib.patch +build_shared_lib_with_debian_htslib.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libtabixpp.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
