[DHG_packages] 07/08: ghc: override_dh_autoreconf, to avoid it running twice

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Mon Jun 19 08:17:57 UTC 2017


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

locutusofborg pushed a commit to branch master
in repository DHG_packages.

commit ed9c8850c8ae55dc33a7ff2bf2a3e805eded24df
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Mon Jun 19 09:29:16 2017 +0200

    ghc: override_dh_autoreconf, to avoid it running twice
---
 p/ghc/debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/p/ghc/debian/rules b/p/ghc/debian/rules
index fee75de..eb96e94 100755
--- a/p/ghc/debian/rules
+++ b/p/ghc/debian/rules
@@ -45,8 +45,10 @@ endif
 %:
 	dh $@
 
-override_dh_auto_configure:
+override_dh_autoreconf:
 	dh_autoreconf perl -- boot
+
+override_dh_auto_configure:
 	echo "SRC_HC_OPTS += -lffi -optl-pthread" >> mk/build.mk
 	echo "HADDOCK_DOCS := YES" >> mk/build.mk
 	echo "EXTRA_HADDOCK_OPTS += --mathjax=file:///usr/share/javascript/mathjax/MathJax.js" >> mk/build.mk

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list