[Pkg-haskell-commits] darcs: ghc: Some debian/control hygiene

Joachim Breitner mail at joachim-breitner.de
Sat Mar 5 17:48:58 UTC 2011


Sat Mar  5 16:32:51 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Some debian/control hygiene
  Ignore-this: 561a755cca9d5963b94fc6cf4aab4654

    M ./control -6 +6

Sat Mar  5 16:32:51 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Some debian/control hygiene
  Ignore-this: 561a755cca9d5963b94fc6cf4aab4654
diff -rN -u old-ghc/control new-ghc/control
--- old-ghc/control	2011-03-05 17:48:58.534451606 +0000
+++ new-ghc/control	2011-03-05 17:48:58.554452660 +0000
@@ -15,7 +15,7 @@
 Conflicts: ghc6 (<< 7)
 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
-Description: GHC - the Glasgow Haskell Compilation system
+Description: The Glasgow Haskell Compilation system
  The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
  Haskell.
  .
@@ -26,7 +26,7 @@
 
 Package: ghc-prof
 Architecture: any
-Provides: ghc-prof, ghc6-prof, ${provided-profs}, ${haskell:Provides}
+Provides: ghc6-prof, ${provided-profs}, ${haskell:Provides}
 Depends: ghc (= ${binary:Version}), ${misc:Depends}
 Replaces: ghc6-prof (<< 7)
 Conflicts: ghc6-prof (<< 7)
@@ -65,7 +65,6 @@
 
 Package: ghc-dynamic
 Architecture: i386 amd64
-Provides: ghc-dynamic
 Depends: ghc (= ${binary:Version}), ${misc:Depends}
 Description: Dynamic libraries for the Glasgow Haskell Compilation system
  The Glorious Glasgow Haskell Compilation system (GHC) is a compiler for
@@ -105,21 +104,22 @@
 
 Package: ghc6
 Architecture: all
-Depends: ghc
+Depends: ghc, ${misc:Depends}
 Description: transitional dummy package
  This package ensures a smooth transition from the package name ghc6 to the
  package name ghc, and can safely be removed.
 
 Package: ghc6-doc
 Architecture: all
-Depends: ghc-doc
+Depends: ghc-doc, ${misc:Depends}
+Section: doc
 Description: transitional dummy package
  This package ensures a smooth transition from the package name ghc6-doc to the
  package name ghc-doc, and can safely be removed.
 
 Package: ghc6-prof
 Architecture: all
-Depends: ghc-prof
+Depends: ghc-prof, ${misc:Depends}
 Description: transitional dummy package
  This package ensures a smooth transition from the package name ghc6-prof to the
  package name ghc-prof, and can safely be removed.





More information about the Pkg-haskell-commits mailing list