[Pkg-haskell-commits] darcs: haskell-bytestring-show: Use on ghc instead of ghc6 (Closes: #617573)

Joachim Breitner mail at joachim-breitner.de
Mon Mar 28 18:12:58 UTC 2011


Mon Mar 28 18:12:53 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Use on ghc instead of ghc6 (Closes: #617573)
  Ignore-this: bae8f93f3d65b823d9f0813b62a4d1bb

    M ./changelog +6
    M ./control -7 +7

Mon Mar 28 18:12:53 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Use on ghc instead of ghc6 (Closes: #617573)
  Ignore-this: bae8f93f3d65b823d9f0813b62a4d1bb
diff -rN -u old-haskell-bytestring-show/changelog new-haskell-bytestring-show/changelog
--- old-haskell-bytestring-show/changelog	2011-03-28 18:12:57.900664548 +0000
+++ new-haskell-bytestring-show/changelog	2011-03-28 18:12:57.908664970 +0000
@@ -1,3 +1,9 @@
+haskell-bytestring-show (0.3.4-1.1) UNRELEASED; urgency=low
+
+  * Use on ghc instead of ghc6 (Closes: #617573)
+
+ -- Joachim Breitner <nomeata at debian.org>  Mon, 28 Mar 2011 23:42:18 +0530
+
 haskell-bytestring-show (0.3.4-1) unstable; urgency=low
 
   * Initial release. (Closes: #607424)
diff -rN -u old-haskell-bytestring-show/control new-haskell-bytestring-show/control
--- old-haskell-bytestring-show/control	2011-03-28 18:12:57.900664548 +0000
+++ new-haskell-bytestring-show/control	2011-03-28 18:12:57.904664759 +0000
@@ -3,14 +3,14 @@
 Priority: optional
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: TANIGUCHI Takaki <takaki at debian.org>
-Build-Depends: cdbs, debhelper (>= 7.0.50~), haskell-devscripts,
-	ghc6,
-	ghc6-prof,
-	ghc6-doc,
+Build-Depends: cdbs, debhelper (>= 7.0.50~), haskell-devscripts (>= 0.8),
+	ghc,
+	ghc-prof,
+	ghc-doc,
 Standards-Version: 3.9.1
 Homepage: http://code.haskell.org/~dolio/
 
-Package: libghc6-bytestring-show-dev
+Package: libghc-bytestring-show-dev
 Architecture: any
 Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -21,7 +21,7 @@
  .
  This package contains the libraries compiled for GHC 6.
 
-Package: libghc6-bytestring-show-prof
+Package: libghc-bytestring-show-prof
 Architecture: any
 Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
@@ -32,7 +32,7 @@
  .
  This package contains the profiling libraries compiled for GHC 6.
 
-Package: libghc6-bytestring-show-doc
+Package: libghc-bytestring-show-doc
 Architecture: all
 Section: doc
 Depends: ${haskell:Depends}, ${misc:Depends}





More information about the Pkg-haskell-commits mailing list