[Pkg-haskell-commits] darcs: ghc: Mark all triggers -noawait. Possibly Closes: #769554

Joachim Breitner mail at joachim-breitner.de
Sun Nov 23 12:01:41 UTC 2014


Sun Nov 23 10:20:44 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Mark all triggers -noawait. Possibly Closes: #769554 

    M ./changelog +6
    M ./control +2
    M ./ghc-doc.triggers -6 +6
    M ./ghc.triggers -1 +1

Sun Nov 23 10:20:44 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Mark all triggers -noawait. Possibly Closes: #769554 
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog	2014-11-23 12:01:41.324825768 +0000
+++ new-ghc/changelog	2014-11-23 12:01:41.356825771 +0000
@@ -1,3 +1,9 @@
+ghc (7.6.3-20) UNRELEASED; urgency=medium
+
+  * Mark all triggers -noawait. Possibly Closes: #769554 
+
+ -- Joachim Breitner <nomeata at debian.org>  Sun, 23 Nov 2014 11:19:27 +0100
+
 ghc (7.6.3-19) unstable; urgency=medium
 
   * Fix armel/armhf script munging; ghci and runghc are not available on
diff -rN -u old-ghc/control new-ghc/control
--- old-ghc/control	2014-11-23 12:01:41.324825768 +0000
+++ new-ghc/control	2014-11-23 12:01:41.336825769 +0000
@@ -34,6 +34,7 @@
 Package: ghc
 Architecture: any
 Depends: llvm-3.4 [armel armhf], gcc, libgmp-dev, libffi-dev, libbsd-dev, libc6-dev, ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: dpkg (>= 1.16.1)
 Provides: haskell-compiler, ${provided-devs}, ${haskell:Provides}, ${ghci}
 Replaces: ghc6 (<< 7)
 Conflicts: ghc6 (<< 7), ${conflicting-devs}
@@ -75,6 +76,7 @@
 Replaces: ghc6-doc (<< 7)
 Conflicts: ghc6-doc (<< 7), ghc (<= 7.0.3-1)
 Depends: ${haddock:Depends}, ${misc:Depends}, perl
+Pre-Depends: dpkg (>= 1.16.1)
 Description: Documentation for the Glasgow Haskell Compilation system
  The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
  Haskell.
diff -rN -u old-ghc/ghc-doc.triggers new-ghc/ghc-doc.triggers
--- old-ghc/ghc-doc.triggers	2014-11-23 12:01:41.324825768 +0000
+++ new-ghc/ghc-doc.triggers	2014-11-23 12:01:41.340825769 +0000
@@ -1,6 +1,6 @@
-interest /usr/lib/ghc-doc/haddock
-interest /usr/lib/ghc-7.0.2/haddock
-interest /usr/lib/ghc-7.0.3/haddock
-interest /var/lib/ghc/package.conf.d
-interest /var/lib/ghc-7.0.3/package.conf.d
-interest /var/lib/ghc-7.0.4/package.conf.d
+interest-noawait /usr/lib/ghc-doc/haddock
+interest-noawait /usr/lib/ghc-7.0.2/haddock
+interest-noawait /usr/lib/ghc-7.0.3/haddock
+interest-noawait /var/lib/ghc/package.conf.d
+interest-noawait /var/lib/ghc-7.0.3/package.conf.d
+interest-noawait /var/lib/ghc-7.0.4/package.conf.d
diff -rN -u old-ghc/ghc.triggers new-ghc/ghc.triggers
--- old-ghc/ghc.triggers	2014-11-23 12:01:41.324825768 +0000
+++ new-ghc/ghc.triggers	2014-11-23 12:01:41.344825770 +0000
@@ -1 +1 @@
-interest /var/lib/ghc/package.conf.d
+interest-noawait /var/lib/ghc/package.conf.d




More information about the Pkg-haskell-commits mailing list