[Pkg-haskell-commits] [SCM] Configuration file support branch, master, updated. debian/1.0.6-2-2-gfb5b384
Joachim Breitner
nomeata at debian.org
Wed Apr 20 16:39:12 UTC 2011
The following commit has been merged in the master branch:
commit c26d2a7f9015d705785bcbeb7a70038a9d31b6ae
Author: Joachim Breitner <nomeata at debian.org>
Date: Wed Apr 20 22:03:46 2011 +0530
s/ghc6/ghc/
diff --git a/debian/changelog b/debian/changelog
index db1ff18..afe31e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+haskell-configfile (1.0.6-3) UNRELEASED; urgency=low
+
+ * s/ghc6/ghc/
+
+ -- Joachim Breitner <nomeata at debian.org> Wed, 20 Apr 2011 22:03:31 +0530
+
haskell-configfile (1.0.6-2) unstable; urgency=low
* debian/control:
diff --git a/debian/control b/debian/control
index 69be95a..7f34a9d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,28 +3,28 @@ Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: John Goerzen <jgoerzen at complete.org>
Build-Depends: debhelper (>= 7),
- cdbs (>= 0.4.59),
- ghc6 (>= 6.12),
- haskell-devscripts (>= 0.7),
+ cdbs,
+ ghc,
+ haskell-devscripts (>= 0.8),
cpphs,
- libghc6-missingh-dev (>= 1.0.3.2),
- libghc6-regex-compat-dev,
- libghc6-mtl-dev,
- ghc6-prof (>= 6.12),
- libghc6-missingh-prof (>= 1.0.3.2),
- libghc6-regex-compat-prof,
- libghc6-mtl-prof
-Build-Depends-Indep: ghc6-doc (>= 6.12),
- libghc6-missingh-doc (>= 1.0.3.2),
- libghc6-regex-compat-doc,
- libghc6-mtl-doc
+ libghc-missingh-dev (>= 1.0.3.2),
+ libghc-regex-compat-dev,
+ libghc-mtl-dev,
+ ghc-prof,
+ libghc-missingh-prof (>= 1.0.3.2),
+ libghc-regex-compat-prof,
+ libghc-mtl-prof
+Build-Depends-Indep: ghc-doc (>= 6.12),
+ libghc-missingh-doc (>= 1.0.3.2),
+ libghc-regex-compat-doc,
+ libghc-mtl-doc
Standards-Version: 3.9.0
Section: haskell
Homepage: http://software.complete.org/configfile
Vcs-Git: git://git.debian.org/git/pkg-haskell/haskell-configfile.git
Vcs-Browser: http://git.debian.org/?p=pkg-haskell/haskell-configfile.git;a=summary
-Package: libghc6-configfile-dev
+Package: libghc-configfile-dev
Architecture: any
Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
Recommends: ${haskell:Recommends}
@@ -45,7 +45,7 @@ Description: Parser and writer for sectioned config files in Haskell
It's possible to make a config file parsable by this module,
the Unix shell, and make.
-Package: libghc6-configfile-prof
+Package: libghc-configfile-prof
Architecture: any
Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
Recommends: ${haskell:Recommends}
@@ -68,7 +68,7 @@ Description: Parser and writer for sectioned config files in Haskell; profiling
.
This package contains configfile compiled for profiling.
-Package: libghc6-configfile-doc
+Package: libghc-configfile-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
--
Configuration file support
More information about the Pkg-haskell-commits
mailing list