[med-svn] [libseqlib] 01/01: Make sure libfml-dev is installed since it is used in pkg-config

Andreas Tille tille at debian.org
Thu Feb 9 21:31:05 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 e087bc20cae11504fe53fe3bf044af57a7858173
Author: Andreas Tille <tille at debian.org>
Date:   Thu Feb 9 21:49:45 2017 +0100

    Make sure libfml-dev is installed since it is used in pkg-config
---
 debian/control                  | 3 ++-
 debian/patches/pkg-config.patch | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 0581efc..5f3ae1d 100644
--- a/debian/control
+++ b/debian/control
@@ -44,7 +44,8 @@ Depends: libseqlib0 (= ${binary:Version}),
          ${misc:Depends},
          libhts-dev (>= 1.3.2-3),
          libjsoncpp-dev,
-         libbwa-dev
+         libbwa-dev,
+         libfml-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/patches/pkg-config.patch b/debian/patches/pkg-config.patch
index 3e6685e..094d290 100644
--- a/debian/patches/pkg-config.patch
+++ b/debian/patches/pkg-config.patch
@@ -13,7 +13,7 @@ Description: Add pkg-config file
 +Name: libseqlib
 +Version: @VERSION@
 +Description: C++ htslib/bwa-mem/fermi interface for interrogating sequence data
-+Libs: -L${libdir} -lseqlib -lfml
++Libs: -L${libdir} -lseqlib -lfml -lbwa
 +Cflags: -I${includedir}
 +
 --- a/Makefile.am

-- 
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