This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libvcflib.
commit 813463b2802708b723889d9f596e9039e6b9013b Author: Andreas Tille <[email protected]> Date: Thu Jul 7 19:13:47 2016 +0200 Use Debian packaged libdisorder-dev --- debian/control | 1 + debian/patches/use_debian_packaged_fastahack.patch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 44baa37..bb0f0fb 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Priority: optional Build-Depends: debhelper (>= 9), python-markdown, libtabixpp-dev, + libdisorder-dev, libsmithwaterman-dev, libfastahack-dev, pkg-config diff --git a/debian/patches/use_debian_packaged_fastahack.patch b/debian/patches/use_debian_packaged_fastahack.patch index b51e101..bc63ccc 100644 --- a/debian/patches/use_debian_packaged_fastahack.patch +++ b/debian/patches/use_debian_packaged_fastahack.patch @@ -16,7 +16,7 @@ -LDFLAGS += -L$(LIB_DIR) -lvcflib -lhts -lpthread -lz -lm -fopenmp -ltabixpp `pkg-config --libs libsmithwaterman` - +INCLUDES = `pkg-config --cflags libsmithwaterman` `pkg-config --cflags libfastahack` -I$(INC_DIR) -+LDFLAGS += -L$(LIB_DIR) -lvcflib -lhts -lpthread -lz -lm -fopenmp -ltabixpp `pkg-config --libs libsmithwaterman` `pkg-config --libs libfastahack` ++LDFLAGS += -L$(LIB_DIR) -lvcflib -lhts -lpthread -lz -lm -fopenmp -ltabixpp `pkg-config --libs libsmithwaterman` `pkg-config --libs libfastahack` -ldisorder all: $(OBJECTS) $(BINS) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libvcflib.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
