summaryrefslogtreecommitdiff
path: root/p/haskell-configfile
diff options
context:
space:
mode:
authorJoachim Breitner <nomeata@debian.org>2011-04-20 20:33:46 +0400
committerJoachim Breitner <nomeata@debian.org>2011-04-20 20:33:46 +0400
commit8fd83499cc6cc6619b2f40a9fdeb65ed2ca280ea (patch)
treea103a89051c54b09b14cf46dbdf009d3d85e4b1e /p/haskell-configfile
parent85d739d60f299d9341531e4f197bdab82b96757a (diff)
downloadDHG_packages-8fd83499cc6cc6619b2f40a9fdeb65ed2ca280ea.tar.gz
haskell-configfile: s/ghc6/ghc/
Diffstat (limited to 'p/haskell-configfile')
-rw-r--r--p/haskell-configfile/debian/changelog6
-rw-r--r--p/haskell-configfile/debian/control34
2 files changed, 23 insertions, 17 deletions
diff --git a/p/haskell-configfile/debian/changelog b/p/haskell-configfile/debian/changelog
index e6fa56438..15a978089 100644
--- a/p/haskell-configfile/debian/changelog
+++ b/p/haskell-configfile/debian/changelog
@@ -1,3 +1,9 @@
+haskell-configfile (1.0.6-3) UNRELEASED; urgency=low
+
+ * s/ghc6/ghc/
+
+ -- Joachim Breitner <nomeata@debian.org> Wed, 20 Apr 2011 22:03:31 +0530
+
haskell-configfile (1.0.6-2) unstable; urgency=low
* debian/control:
diff --git a/p/haskell-configfile/debian/control b/p/haskell-configfile/debian/control
index 24e8968d7..d83193869 100644
--- a/p/haskell-configfile/debian/control
+++ b/p/haskell-configfile/debian/control
@@ -3,28 +3,28 @@ Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: John Goerzen <jgoerzen@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}