[DHG_packages] 01/03: hoogle: prevent FTBFS even though the package is broken

Clint Adams clint at moszumanska.debian.org
Thu Oct 27 22:45:03 UTC 2016


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

clint pushed a commit to branch master
in repository DHG_packages.

commit ee9cbad7c2c6a2164cb33edf4ac257a7d597d8c6
Author: Clint Adams <clint at debian.org>
Date:   Thu Oct 27 18:21:24 2016 -0400

    hoogle: prevent FTBFS even though the package is broken
---
 p/haskell-hoogle/debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/p/haskell-hoogle/debian/rules b/p/haskell-hoogle/debian/rules
index 5b46bdd..25fb022 100755
--- a/p/haskell-hoogle/debian/rules
+++ b/p/haskell-hoogle/debian/rules
@@ -7,8 +7,8 @@ HOOGLE_RESDIR := debian/hoogle/usr/share/hoogle/resources
 FILES_HOOGLE := debian/files_hoogle
 
 binary-fixup/hoogle::
-	sed -i -e "s/res\//hoogle\/res\//g" $(HOOGLE_RESDIR)/template.html
-	sed -i -e "s/action=\"\.\"/action=\"\.\/hoogle\"/g" $(HOOGLE_RESDIR)/template.html
+	#sed -i -e "s/res\//hoogle\/res\//g" $(HOOGLE_RESDIR)/template.html
+	#sed -i -e "s/action=\"\.\"/action=\"\.\/hoogle\"/g" $(HOOGLE_RESDIR)/template.html
 	install $(FILES_HOOGLE)/update-hoogle debian/hoogle/usr/sbin/
 
 clean::

-- 
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