[Pkg-haskell-commits] darcs: ghc: Remove Build-Depend alternative ghc6, and also remove Provides: ghc6, as this is a lie and I see no techical reason for it.

Joachim Breitner mail at joachim-breitner.de
Tue Apr 5 15:15:59 UTC 2011


Tue Apr  5 15:03:28 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Remove Build-Depend alternative ghc6, and also remove Provides: ghc6, as this is a lie and I see no techical reason for it.
  Ignore-this: 659813d2dbea15dfb97e02ad5e39080d

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

Tue Apr  5 15:03:28 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Remove Build-Depend alternative ghc6, and also remove Provides: ghc6, as this is a lie and I see no techical reason for it.
  Ignore-this: 659813d2dbea15dfb97e02ad5e39080d
diff -rN -u old-ghc/changelog new-ghc/changelog
--- old-ghc/changelog	2011-04-05 15:15:59.364782265 +0000
+++ new-ghc/changelog	2011-04-05 15:15:59.388783527 +0000
@@ -2,6 +2,8 @@
 
   * Remove Build-Conflict on dash, as a fixed package has been uploaded. 
   * Do not provide utf8-string or xhtml, as they are only built internally. 
+  * Remove Build-Depend alternative ghc6, and also remove Provides: ghc6, as
+    this is a lie and I see no techical reason for it.
 
  -- Joachim Breitner <nomeata at debian.org>  Sun, 27 Mar 2011 16:12:42 +0530
 
diff -rN -u old-ghc/control new-ghc/control
--- old-ghc/control	2011-04-05 15:15:59.364782265 +0000
+++ new-ghc/control	2011-04-05 15:15:59.388783527 +0000
@@ -8,7 +8,7 @@
   debhelper (>= 7),
   libgmp-dev,
   devscripts,
-  ghc | ghc6,
+  ghc,
   grep-dctrl,
   autotools-dev,
   gcc (>= 4:4.2),
@@ -26,7 +26,7 @@
 Package: ghc
 Architecture: any
 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}
+Provides: haskell-compiler, ${provided-devs}, ${haskell:Provides}, ${ghci}
 Replaces: ghc6 (<< 7)
 Conflicts: ghc6 (<< 7)
 Breaks: cabal-install (<< 0.8.0), haskell-devscripts (<< 0.6.19), ghc-doc (<= 6.12.1-8)
@@ -42,7 +42,7 @@
 
 Package: ghc-prof
 Architecture: any
-Provides: ghc6-prof, ${provided-profs}, ${haskell:Provides}
+Provides: ${provided-profs}, ${haskell:Provides}
 Depends: ghc (= ${binary:Version}), ${misc:Depends}
 Replaces: ghc6-prof (<< 7)
 Conflicts: ghc6-prof (<< 7)
@@ -63,7 +63,7 @@
 Section: doc
 Architecture: all
 Suggests: haskell-doc
-Provides: ghc6-doc, ${provided-docs}
+Provides: ${provided-docs}
 Replaces: ghc6-doc (<< 7)
 Conflicts: ghc6-doc (<< 7)
 Depends: ${haddock:Depends}, ${misc:Depends}, perl





More information about the Pkg-haskell-commits mailing list