[Pkg-haskell-commits] darcs: ghc: Build-depend and depend on libgmp-dev instead of libgmp3-dev.

Joachim Breitner mail at joachim-breitner.de
Sun Mar 6 15:36:51 UTC 2011


Sun Mar  6 15:28:24 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Build-depend and depend on libgmp-dev instead of libgmp3-dev.
  Ignore-this: 2a0b34b65c7bd1240164b52b7dfd3511

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

Sun Mar  6 15:28:24 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Build-depend and depend on libgmp-dev instead of libgmp3-dev.
  Ignore-this: 2a0b34b65c7bd1240164b52b7dfd3511
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog	2011-03-06 15:36:51.033479282 +0000
+++ new-ghc/changelog	2011-03-06 15:36:51.053480336 +0000
@@ -1,6 +1,7 @@
 ghc (7.0.2-2) UNRELEASED; urgency=low
 
   * Remove procps dependency (watcher.hs has been removed since a while)
+  * Build-depend and depend on libgmp-dev instead of libgmp3-dev.
 
  -- Joachim Breitner <nomeata at debian.org>  Sun, 06 Mar 2011 11:49:35 +0530
 
diff -rN -u old-ghc/control new-ghc/control
--- old-ghc/control	2011-03-06 15:36:51.033479282 +0000
+++ new-ghc/control	2011-03-06 15:36:51.049480125 +0000
@@ -6,7 +6,7 @@
 Standards-Version: 3.9.1
 Build-Depends:
   debhelper (>= 7),
-  libgmp3-dev,
+  libgmp-dev,
   devscripts,
   ghc | ghc6,
   grep-dctrl,
@@ -24,7 +24,7 @@
 
 Package: ghc
 Architecture: any
-Depends: gcc (>= 4:4.2), libgmp3-dev, libffi-dev, libbsd-dev, libc6-dev, ${shlibs:Depends}, ${misc:Depends}
+Depends: gcc (>= 4:4.2), libgmp-dev, libffi-dev, libbsd-dev, libc6-dev, ${shlibs:Depends}, ${misc:Depends}
 Provides: haskell-compiler, ghc6, ${provided-devs}, ${haskell:Provides}, ${ghci}
 Replaces: ghc6 (<< 7)
 Conflicts: ghc6 (<< 7)





More information about the Pkg-haskell-commits mailing list