[Pkg-haskell-commits] darcs: haskell-hoogle: Brown paper bag bug in update-hoogle

Joachim Breitner mail at joachim-breitner.de
Wed Nov 6 16:05:14 UTC 2013


Wed Nov  6 16:01:35 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Brown paper bag bug in update-hoogle 

    M ./changelog +6
    M ./files_hoogle/update-hoogle -1 +1

Wed Nov  6 16:01:35 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Brown paper bag bug in update-hoogle 
diff -rN -u old-haskell-hoogle/changelog new-haskell-hoogle/changelog
--- old-haskell-hoogle/changelog	2013-11-06 16:05:14.130040123 +0000
+++ new-haskell-hoogle/changelog	2013-11-06 16:05:14.186037807 +0000
@@ -1,3 +1,9 @@
+haskell-hoogle (4.2.23-3) UNRELEASED; urgency=low
+
+  * Brown paper bag bug in update-hoogle 
+
+ -- Joachim Breitner <nomeata at debian.org>  Wed, 06 Nov 2013 17:01:21 +0100
+
 haskell-hoogle (4.2.23-2) unstable; urgency=low
 
   * Ignore dead links and dont fail postinst if no hoogle databases were found
diff -rN -u old-haskell-hoogle/files_hoogle/update-hoogle new-haskell-hoogle/files_hoogle/update-hoogle
--- old-haskell-hoogle/files_hoogle/update-hoogle	2013-11-06 16:05:14.130040123 +0000
+++ new-haskell-hoogle/files_hoogle/update-hoogle	2013-11-06 16:05:14.150047034 +0000
@@ -25,7 +25,7 @@
 TXTFILES_SYM=`find /usr/lib/ghc-doc/hoogle/ -name "*.txt"`
 TXTFILES=`readlinks $TXTFILES_SYM`
 for i in $TXTFILES; do
-    if [ -r "$i"]
+    if [ -r "$i" ]
     then
         echo -n "."
         $HOOGLE convert $i $DATABASE_DIR/`basename $i`.hoo --addlocation >/dev/null 2>&1




More information about the Pkg-haskell-commits mailing list