[Pkg-haskell-commits] darcs: ghc: Import of ghc6_6.8.2-4.dsc

Ian Lynagh (wibble) igloo at debian.org
Sat Jan 15 06:07:20 UTC 2011


Wed Mar 26 17:12:18 UTC 2008  Ian Lynagh (wibble) <igloo at debian.org>
  * Import of ghc6_6.8.2-4.dsc

    M ./changelog +7
    M ./control -1 +1
    M ./watcher.sh -5 +6

Wed Mar 26 17:12:18 UTC 2008  Ian Lynagh (wibble) <igloo at debian.org>
  * Import of ghc6_6.8.2-4.dsc
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog	2011-01-15 06:07:19.624130544 +0000
+++ new-ghc/changelog	2011-01-15 06:07:20.332167833 +0000
@@ -1,3 +1,10 @@
+ghc6 (6.8.2-4) unstable; urgency=low
+
+  * Small wibbles to debian/watcher.sh.
+  * Add a build-dep on procps (debian/watcher.sh runs ps).
+
+ -- Ian Lynagh (wibble) <igloo at debian.org>  Wed, 26 Mar 2008 17:12:18 +0000
+
 ghc6 (6.8.2-3) unstable; urgency=low
 
   * Every 10 minutes, print any "ps ux" lines that mention gcc or ghc.
diff -rN -u old-ghc/control new-ghc/control
--- old-ghc/control	2011-01-15 06:07:19.624130544 +0000
+++ new-ghc/control	2011-01-15 06:07:20.332167833 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Ian Lynagh (wibble) <igloo at debian.org>
 Standards-Version: 3.7.3
-Build-Depends: debhelper (>= 4), libgmp3-dev, xsltproc, libreadline5-dev | libreadline-dev, devscripts, haddock (>= 0.8-2), hscolour, ghc6, grep-dctrl, autotools-dev, docbook-xsl, docbook-xml, gcc (>= 4:4.2)
+Build-Depends: debhelper (>= 4), libgmp3-dev, xsltproc, libreadline5-dev | libreadline-dev, devscripts, haddock (>= 0.8-2), hscolour, ghc6, grep-dctrl, autotools-dev, docbook-xsl, docbook-xml, gcc (>= 4:4.2), procps
 
 Package: ghc6
 Architecture: any
diff -rN -u old-ghc/watcher.sh new-ghc/watcher.sh
--- old-ghc/watcher.sh	2011-01-15 06:07:19.624130544 +0000
+++ new-ghc/watcher.sh	2011-01-15 06:07:20.188160249 +0000
@@ -11,10 +11,10 @@
 FILE="$3"
 GREP_FOR="$4"
 
-echo "Check PID: $CHECK_PID"
-echo "Directory: $DIR"
-echo "File: $FILE"
-echo "Grep for: $GREP_FOR"
+echo "Watcher: Check PID: $CHECK_PID"
+echo "Watcher: Directory: $DIR"
+echo "Watcher: File: $FILE"
+echo "Watcher: Grep for: $GREP_FOR"
 
 # If the PID we are told still exists (our caller is still running),
 # the directory we are told (the working directory still exists) and
@@ -25,8 +25,9 @@
       [ ! -f "$FILE" ]
 do
     sleep 600
+    echo "Watcher: Tick."
     ps ux | grep -- "$GREP_FOR" | grep -v grep
 done
 
-echo "Watcher terminating."
+echo "Watcher: Terminating."
 





More information about the Pkg-haskell-commits mailing list