[Pkg-haskell-commits] [SCM] Debian package for MissingH branch, master, updated. debian/1.1.0.3-3-3-g1b4b5a6

Joachim Breitner nomeata at debian.org
Mon Apr 18 08:17:40 UTC 2011


The following commit has been merged in the master branch:
commit 9a86246a2e84a44df4e3749eaf983a5364cdebf5
Author: Joachim Breitner <nomeata at debian.org>
Date:   Mon Apr 18 13:16:25 2011 +0530

    s/ghc6/ghc

diff --git a/debian/changelog b/debian/changelog
index b81ca9c..d9233cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+missingh (1.1.0.3-3.1) UNRELEASED; urgency=low
+
+  * s/ghc6/ghc
+
+ -- Joachim Breitner <nomeata at debian.org>  Mon, 18 Apr 2011 13:16:12 +0530
+
 missingh (1.1.0.3-3) unstable; urgency=low
 
   [ Iain Lane ]
diff --git a/debian/control b/debian/control
index d3a025d..18b89be 100644
--- a/debian/control
+++ b/debian/control
@@ -4,36 +4,36 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: John Goerzen <jgoerzen at complete.org>
 Build-Depends: debhelper (>= 7),
  cdbs (>= 0.4.59),
- haskell-devscripts (>= 0.7),
- ghc6 (>= 6.12),
+ haskell-devscripts (>= 0.8),
+ ghc,
  cpphs,
- libghc6-network-dev,
- libghc6-mtl-dev,
- libghc6-hunit-dev,
- libghc6-hslogger-dev (>= 1.0.7.2),
- libghc6-regex-compat-dev (>= 0.91),
- libghc6-parsec-dev,
- ghc6-prof (>= 6.12),
- libghc6-network-prof,
- libghc6-mtl-prof,
- libghc6-hunit-prof,
- libghc6-hslogger-prof (>= 1.0.7.2),
- libghc6-regex-compat-prof (>= 0.91),
- libghc6-parsec-prof
-Build-Depends-Indep: ghc6-doc,
- libghc6-network-doc,
- libghc6-mtl-doc,
- libghc6-hunit-doc,
- libghc6-hslogger-doc (>= 1.0.7.2),
- libghc6-regex-compat-doc (>= 0.91),
- libghc6-parsec-doc
+ libghc-network-dev,
+ libghc-mtl-dev,
+ libghc-hunit-dev,
+ libghc-hslogger-dev (>= 1.0.7.2),
+ libghc-regex-compat-dev (>= 0.91),
+ libghc-parsec-dev,
+ ghc-prof,
+ libghc-network-prof,
+ libghc-mtl-prof,
+ libghc-hunit-prof,
+ libghc-hslogger-prof,
+ libghc-regex-compat-prof,
+ libghc-parsec-prof
+Build-Depends-Indep: ghc-doc,
+ libghc-network-doc,
+ libghc-mtl-doc,
+ libghc-hunit-doc,
+ libghc-hslogger-doc (>= 1.0.7.2),
+ libghc-regex-compat-doc (>= 0.91),
+ libghc-parsec-doc
 Standards-Version: 3.9.0
 Section: haskell
 Homepage: http://software.complete.org/software/projects/show/missingh
 Vcs-Git: git://git.debian.org/git/pkg-haskell/missingh.git
 Vcs-Browser: http://git.debian.org/?p=pkg-haskell/missingh.git;a=summary
 
-Package: libghc6-missingh-dev
+Package: libghc-missingh-dev
 Architecture: any
 Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
 Recommends: ${haskell:Recommends}
@@ -51,7 +51,7 @@ Description: Library of utility functions for Haskell, GHC6 package
  due to things Haskell is missing, or things that Haskell makes
  possible.
 
-Package: libghc6-missingh-prof
+Package: libghc-missingh-prof
 Architecture: any
 Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
 Recommends: ${haskell:Recommends}
@@ -71,7 +71,7 @@ Description: Library of utility functions for Haskell, profiling libraries
  .
  This package provides the MissingH libraries compiled for profiling.
 
-Package: libghc6-missingh-doc
+Package: libghc-missingh-doc
 Section: doc
 Architecture: all
 Depends: ${haskell:Depends}, ${misc:Depends}

-- 
Debian package for MissingH



More information about the Pkg-haskell-commits mailing list