[med-svn] [htslib] 01/08: Fix FTCBFS: Let dh_auto_configure pass --host to ./configure

Andreas Tille tille at debian.org
Sun Dec 10 08:49:12 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch debian/unstable
in repository htslib.

commit 092b0c94713e976f735c8036ac1e5b2bac33ae85
Author: Andreas Tille <tille at debian.org>
Date:   Sun Dec 10 08:23:37 2017 +0100

    Fix FTCBFS: Let dh_auto_configure pass --host to ./configure
---
 debian/changelog | 5 +++++
 debian/rules     | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index eec6e09..faba892 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,12 @@
 htslib (1.5-5) UNRELEASED; urgency=medium
 
+  [ Graham Inggs ]
   * Extend i386 fix to hurd and kfreebsd
 
+  [ Helmut Grohne ]
+  * Fix FTCBFS: Let dh_auto_configure pass --host to ./configure
+    Closes: #879885
+
  -- Graham Inggs <ginggs at debian.org>  Tue, 21 Nov 2017 09:51:43 +0000
 
 htslib (1.5-4) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 275b6fa..e735b5f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ override_dh_auto_test:
 
 override_dh_auto_configure:
 	autoconf
-	./configure --enable-libcurl
+	dh_auto_configure -- --enable-libcurl
 
 override_dh_auto_build:
 	dh_auto_build -- \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/htslib.git



More information about the debian-med-commit mailing list