[Pkg-haskell-commits] darcs: haskell-devscripts: Ensure that debian/rules binary works. (Closes: #717442)

Joachim Breitner mail at joachim-breitner.de
Sun Jul 21 17:27:59 UTC 2013


Sun Jul 21 17:27:05 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Ensure that debian/rules binary works. (Closes: #717442)

    M ./debian/changelog +6
    M ./hlibrary.mk -2 +2

Sun Jul 21 17:27:05 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Ensure that debian/rules binary works. (Closes: #717442)
diff -rN -u old-haskell-devscripts/debian/changelog new-haskell-devscripts/debian/changelog
--- old-haskell-devscripts/debian/changelog	2013-07-21 17:27:58.827332428 +0000
+++ new-haskell-devscripts/debian/changelog	2013-07-21 17:27:58.859411777 +0000
@@ -1,3 +1,9 @@
+haskell-devscripts (0.8.18) UNRELEASED; urgency=low
+
+  * Ensure that debian/rules binary works. (Closes: #717442)
+
+ -- Joachim Breitner <nomeata at debian.org>  Sun, 21 Jul 2013 19:24:34 +0200
+
 haskell-devscripts (0.8.17) unstable; urgency=low
 
   * Allow a package to disable the installation of the hoogle file (prepares
diff -rN -u old-haskell-devscripts/hlibrary.mk new-haskell-devscripts/hlibrary.mk
--- old-haskell-devscripts/hlibrary.mk	2013-07-21 17:27:58.815356044 +0000
+++ new-haskell-devscripts/hlibrary.mk	2013-07-21 17:27:58.851309677 +0000
@@ -140,7 +140,7 @@
 build/libhugs-$(CABAL_PACKAGE):: dist-hugs
 	$(DEB_SETUP_BIN_NAME) build --builddir=dist-hugs
 
-debian/tmp-inst-ghc: $(DEB_SETUP_BIN_NAME) dist-ghc
+debian/tmp-inst-ghc: $(DEB_SETUP_BIN_NAME) build-ghc-stamp
 	$(DEB_SETUP_BIN_NAME) copy --builddir=dist-ghc --destdir=debian/tmp-inst-ghc
 
 debian/extra-depends: debian/tmp-inst-ghc
@@ -172,7 +172,7 @@
 	dh_haskell_depends -p$(notdir $@)
 	dh_haskell_blurbs -p$(notdir $@)
 
-install/haskell-$(CABAL_PACKAGE)-doc install/libghc-$(CABAL_PACKAGE)-doc:: debian/tmp-inst-ghc debian/extra-depends
+install/haskell-$(CABAL_PACKAGE)-doc install/libghc-$(CABAL_PACKAGE)-doc:: debian/tmp-inst-ghc build-haddock-stamp debian/extra-depends
 	mkdir -p debian/$(notdir $@)/$(DEB_HADDOCK_HTML_DIR)
 	cd debian/tmp-inst-ghc/ ; find ./$(DEB_HADDOCK_HTML_DIR)/ \
 		! -name "*.haddock" -exec install -Dm 644 '{}' \




More information about the Pkg-haskell-commits mailing list