[med-svn] [hmmer] 01/01: Suppress autoheader which is not used by the project (thanks to Jakub Wilk <jwilk at debian.org> for the hint)

Andreas Tille tille at debian.org
Mon Jun 27 14:05:21 UTC 2016


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

tille pushed a commit to branch master
in repository hmmer.

commit 985b69945da860ece61e1b6872ee7bd60928b616
Author: Andreas Tille <tille at debian.org>
Date:   Mon Jun 27 16:04:39 2016 +0200

    Suppress autoheader which is not used by the project (thanks to Jakub Wilk <jwilk at debian.org> for the hint)
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 8a9e3c2..af647f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,9 @@ ifeq (amd64,$(ARCH))
     DEB_CONFIGURE_EXTRA_FLAGS := --enable-threads
 endif
 
+override_dh_autoreconf:
+	AUTOHEADER=true dh_autoreconf
+
 override_dh_auto_configure:
 	dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS)
 

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



More information about the debian-med-commit mailing list