[med-svn] [libseqlib] 01/04: Also libbwa-dev is needed as dependency, also GenomicRegionCollection.cpp is really needed by freebayes
Andreas Tille
tille at debian.org
Thu Feb 9 15:46:06 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libseqlib.
commit 2692c69c2b3ee8aadd295dd3e85bc334a907c3a2
Author: Andreas Tille <tille at debian.org>
Date: Wed Feb 8 15:13:14 2017 +0100
Also libbwa-dev is needed as dependency, also GenomicRegionCollection.cpp is really needed by freebayes
---
debian/control | 3 ++-
debian/rules | 3 +--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index f752d4c..cec6fc7 100644
--- a/debian/control
+++ b/debian/control
@@ -42,7 +42,8 @@ Section: libdevel
Depends: libseqlib0 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends},
- libjsoncpp-dev
+ libjsoncpp-dev,
+ libbwa-dev
Description: C++ htslib/bwa-mem/fermi interface for interrogating sequence data (dev)
C ++ API and command line tool that provides a rapid and user-friendly
interface to BAM/SAM/CRAM files, global sequence alignment operations
diff --git a/debian/rules b/debian/rules
index fa1224b..3bb8c03 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,8 +22,7 @@ override_dh_auto_build:
override_dh_install:
dh_install
# Trick to get also headers moved by d-shlibmove
- mkdir debian/SeqLib
- cp -a SeqLib/*.h* debian/SeqLib
+ cp -a SeqLib debian # note: also GenomicRegionCollection.cpp is really needed by freebayes
d-shlibmove --commit \
--multiarch \
--devunversioned \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libseqlib.git
More information about the debian-med-commit
mailing list