[DHG_packages] 10/15: hoogle: Cleanup the d/rules file
Ilias Tsitsimpis
iliastsi-guest at moszumanska.debian.org
Sun Oct 30 16:52:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
iliastsi-guest pushed a commit to branch master
in repository DHG_packages.
commit 7e16cf978044436fa47d2d0a71b56116b8b1263a
Author: Ilias Tsitsimpis <i.tsitsimpis at gmail.com>
Date: Fri Oct 28 19:24:20 2016 +0300
hoogle: Cleanup the d/rules file
---
p/haskell-hoogle/debian/changelog | 1 +
p/haskell-hoogle/debian/hoogle.install | 1 +
p/haskell-hoogle/debian/rules | 10 ----------
3 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/p/haskell-hoogle/debian/changelog b/p/haskell-hoogle/debian/changelog
index 04f46c3..ce60d7d 100644
--- a/p/haskell-hoogle/debian/changelog
+++ b/p/haskell-hoogle/debian/changelog
@@ -21,6 +21,7 @@ haskell-hoogle (5.0.1-3) UNRELEASED; urgency=medium
Hoogle 4 was a CGI binary, served through Apache, while Hoogle 5
is a Haskell Warp server.
Document the above change in d/NEWS.
+ * Cleanup the d/rules file.
-- Ilias Tsitsimpis <i.tsitsimpis at gmail.com> Fri, 28 Oct 2016 13:02:02 +0300
diff --git a/p/haskell-hoogle/debian/hoogle.install b/p/haskell-hoogle/debian/hoogle.install
index f9123b1..aa2699d 100644
--- a/p/haskell-hoogle/debian/hoogle.install
+++ b/p/haskell-hoogle/debian/hoogle.install
@@ -1,2 +1,3 @@
debian/tmp-inst-*/usr/bin/* /usr/bin/
debian/tmp-inst-*/usr/share/hoogle/* /usr/share/hoogle/
+debian/files_hoogle/update-hoogle /usr/sbin/
diff --git a/p/haskell-hoogle/debian/rules b/p/haskell-hoogle/debian/rules
index 25fb022..4f09375 100755
--- a/p/haskell-hoogle/debian/rules
+++ b/p/haskell-hoogle/debian/rules
@@ -3,13 +3,3 @@ include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
DEB_SETUP_GHC_CONFIGURE_ARGS := --datasubdir=/usr/share/hoogle
-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
- install $(FILES_HOOGLE)/update-hoogle debian/hoogle/usr/sbin/
-
-clean::
- cd $(FILES_HOOGLE)/ && rm -f haddock-collect haddock-collect.hi haddock-collect.o
--
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