[med-svn] samtools 01/03: Replace LDLIBS by LIBS, following upstream changelog.
Charles Plessy
plessy at moszumanska.debian.org
Thu Dec 24 05:58:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
plessy pushed a commit to branch debian/unstable
in repository samtools.
commit 86a93751b87ad21154b8068d06e15d84f080edeb
Author: Charles Plessy <plessy at debian.org>
Date: Thu Dec 24 14:02:04 2015 +0900
Replace LDLIBS by LIBS, following upstream changelog.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 3bf4b52..4586a09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ override_dh_auto_build:
CFLAGS="$$(dpkg-buildflags --get CFLAGS)" \
CPPFLAGS="\$$(DFLAGS) \$$(INCLUDES) $$(dpkg-buildflags --get CPPFLAGS)" \
LDFLAGS="$$(dpkg-buildflags --get LDFLAGS)" \
- LDLIBS="-lhts"
+ LIBS="-lhts"
override_dh_auto_test:
dh_auto_test -- \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/samtools.git
More information about the debian-med-commit
mailing list