[Pkg-haskell-commits] darcs: haskell-devscripts: Typo in Dh_Haskell, breaks building pandoc

Joachim Breitner mail at joachim-breitner.de
Tue Apr 28 14:41:55 UTC 2015


Tue Apr 28 14:27:07 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Typo in Dh_Haskell, breaks building pandoc 

    M ./Dh_Haskell.sh -1 +1
    M ./debian/changelog +6

Tue Apr 28 14:27:07 UTC 2015  Joachim Breitner <mail at joachim-breitner.de>
  * Typo in Dh_Haskell, breaks building pandoc 
diff -rN -u old-haskell-devscripts/debian/changelog new-haskell-devscripts/debian/changelog
--- old-haskell-devscripts/debian/changelog	2015-04-28 14:41:55.831942408 +0000
+++ new-haskell-devscripts/debian/changelog	2015-04-28 14:41:55.843942407 +0000
@@ -1,3 +1,9 @@
+haskell-devscripts (0.9.5) UNRELEASED; urgency=medium
+
+  * Typo in Dh_Haskell, breaks building pandoc 
+
+ -- Joachim Breitner <nomeata at debian.org>  Tue, 28 Apr 2015 16:26:58 +0200
+
 haskell-devscripts (0.9.4) unstable; urgency=medium
 
   * Pass variables from the Makefile to the Dh_Haskell in environment
diff -rN -u old-haskell-devscripts/Dh_Haskell.sh new-haskell-devscripts/Dh_Haskell.sh
--- old-haskell-devscripts/Dh_Haskell.sh	2015-04-28 14:41:55.831942408 +0000
+++ new-haskell-devscripts/Dh_Haskell.sh	2015-04-28 14:41:55.831942408 +0000
@@ -477,7 +477,7 @@
 
 install_doc_recipe(){
     # local PS5=$PS4; PS4=" + install_doc_recipe> "; set -x
-    PKG=$4
+    PKG=$1
     hc=`package_hc ${PKG}`
     pkgid=${CABAL_PACKAGE}-${CABAL_VERSION}
     docdir=`hc_docdir ${hc} ${pkgid}`




More information about the Pkg-haskell-commits mailing list