[Pkg-haskell-commits] darcs: ghc: Also conflict with any provided libghc-*-dev packages. Thus, if a packages is moved _into_ ghc that was outside before, no external package can be installed (as was the case with binary).

Joachim Breitner mail at joachim-breitner.de
Sat Mar 10 17:09:40 UTC 2012


Sat Mar 10 16:59:30 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Also conflict with any provided libghc-*-dev packages. Thus, if a packages is moved _into_ ghc that was outside before, no external package can be installed (as was the case with binary).
  Ignore-this: 2f15cee9f1174a3e73cc2ae77a04f3c4

    M ./changelog -1 +4
    M ./control -1 +1

Sat Mar 10 16:59:30 UTC 2012  Joachim Breitner <mail at joachim-breitner.de>
  * Also conflict with any provided libghc-*-dev packages. Thus, if a packages is moved _into_ ghc that was outside before, no external package can be installed (as was the case with binary).
  Ignore-this: 2f15cee9f1174a3e73cc2ae77a04f3c4
diff -rN -u old-ghc//changelog new-ghc//changelog
--- old-ghc//changelog	2012-03-10 17:09:40.414254239 +0000
+++ new-ghc//changelog	2012-03-10 17:09:40.454261634 +0000
@@ -14,10 +14,13 @@
       __ARM_PCS_VFP is defined (needs to be preprocessed for this)
     - debian/rules: Define __ARM_PCS_VFP on armhf for the above patch.
 
-  [Joachim Breitner]
+  [ Joachim Breitner]
 
   * patches/hurd-is-ELF added, Closes: #659530, thanks to Samuel
     Thibault
+  * Also conflict with any provided libghc-*-dev packages. Thus, if a packages
+    is moved _into_ ghc that was outside before, no external package can be
+    installed (as was the case with binary).
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 11 Feb 2012 23:38:11 +0100
 
diff -rN -u old-ghc//control new-ghc//control
--- old-ghc//control	2012-03-10 17:09:40.410251412 +0000
+++ new-ghc//control	2012-03-10 17:09:40.458253831 +0000
@@ -31,7 +31,7 @@
 Depends: gcc (>= 4:4.2), llvm-3.0 [armel armhf], libgmp-dev, libffi-dev, libbsd-dev, libc6-dev, ${shlibs:Depends}, ${misc:Depends}
 Provides: haskell-compiler, ${provided-devs}, ${haskell:Provides}, ${ghci}
 Replaces: ghc6 (<< 7)
-Conflicts: ghc6 (<< 7)
+Conflicts: ghc6 (<< 7), ${provided-devs}
 Breaks: cabal-install (<< 0.8.0), haskell-devscripts (<< 0.6.19), ghc-doc (<= 6.12.1-8)
 Suggests: perl, ghc-prof, ghc-doc, haskell-doc, llvm-3.0
 Description: The Glasgow Haskell Compilation system





More information about the Pkg-haskell-commits mailing list