[DHG_packages] 03/03: hscolour: Fix arch-all-only building

Joachim Breitner nomeata at moszumanska.debian.org
Tue May 31 14:16:46 UTC 2016


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

nomeata pushed a commit to branch LTS-6
in repository DHG_packages.

commit c1f1a5db69b55a7de1c071eaf8f41b43db3ed5ec
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Tue May 31 16:16:27 2016 +0200

    hscolour: Fix arch-all-only building
---
 p/hscolour/debian/changelog |  1 +
 p/hscolour/debian/rules     | 10 +++++++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/p/hscolour/debian/changelog b/p/hscolour/debian/changelog
index 2855a46..ca3cf3f 100644
--- a/p/hscolour/debian/changelog
+++ b/p/hscolour/debian/changelog
@@ -7,6 +7,7 @@ hscolour (1.24-1) unstable; urgency=medium
 
   [ Joachim Breitner ]
   * New upstream release
+  * Fix arch-all-only building
 
  -- Joachim Breitner <nomeata at debian.org>  Mon, 30 May 2016 17:21:24 +0200
 
diff --git a/p/hscolour/debian/rules b/p/hscolour/debian/rules
index 28a4c01..9e84820 100755
--- a/p/hscolour/debian/rules
+++ b/p/hscolour/debian/rules
@@ -1,8 +1,5 @@
 #!/usr/bin/make -f
 
-# Standard way of building Haskell binary.
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/hlibrary.mk
 
 # In order to generated colourised HTML for the libghc-hscolour-doc package
 # we need a special hack because the colour docs are generated by an executable
@@ -26,5 +23,12 @@ hscolour-wrapper : debian/hscolour-wrapper
 # Force generation of the wrapper script.
 configure-ghc-stamp : hscolour-wrapper
 
+# Ensure arch-all-only works 
+build-haddock-stamp: build-ghc-stamp
+
 clean ::
 	rm -f hscolour-wrapper
+
+# Standard way of building Haskell binary.
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.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