diff options
| author | Clint Adams <clint@debian.org> | 2016-10-16 14:02:30 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-16 14:02:30 -0400 |
| commit | 200435dae15e4946617eb4fc357825824ebdfae6 (patch) | |
| tree | 80ca2f6301f8febc37b0aba0c32ceda8212ac76b | |
| parent | 86903d8674336a7f7c7cd997c9a58a66bc646a0e (diff) | |
| download | DHG_packages-200435dae15e4946617eb4fc357825824ebdfae6.tar.gz | |
ConfigFile: build with ghc 8 in experimental
| -rw-r--r-- | p/haskell-configfile/debian/changelog | 8 | ||||
| -rw-r--r-- | p/haskell-configfile/debian/control | 54 |
2 files changed, 39 insertions, 23 deletions
diff --git a/p/haskell-configfile/debian/changelog b/p/haskell-configfile/debian/changelog index d7f655ba1..8b835ef32 100644 --- a/p/haskell-configfile/debian/changelog +++ b/p/haskell-configfile/debian/changelog @@ -1,14 +1,14 @@ -haskell-configfile (1.1.4-3) UNRELEASED; urgency=medium +haskell-configfile (1.1.4-3) experimental; urgency=medium [ Dmitry Bogatov ] * Use secure (https) uri in Vcs-Git field in 'debian/control' * Bump standards version to 3.9.8 (no changes needed) * Convert `debian/copyright' to dep5 format - [ Gianfranco Costamagna ] - * Fix VCS fields + [ Clint Adams ] + * Temporarily build-depend on ghc 8. - -- Dmitry Bogatov <KAction@gnu.org> Tue, 10 May 2016 09:35:00 +0300 + -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 14:01:48 -0400 haskell-configfile (1.1.4-2) unstable; urgency=medium diff --git a/p/haskell-configfile/debian/control b/p/haskell-configfile/debian/control index c64d1a9e7..1bc9a3e6c 100644 --- a/p/haskell-configfile/debian/control +++ b/p/haskell-configfile/debian/control @@ -1,36 +1,43 @@ Source: haskell-configfile Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> -Uploaders: John Goerzen <jgoerzen@complete.org> +Uploaders: + John Goerzen <jgoerzen@complete.org>, Priority: extra Section: haskell -Build-Depends: debhelper (>= 9), - haskell-devscripts (>= 0.10), +Build-Depends: cdbs, - ghc, + debhelper (>= 9), + ghc (>= 8), ghc-prof, + haskell-devscripts (>= 0.10), libghc-missingh-dev (>= 1.0.0), libghc-missingh-prof, libghc-mtl-dev, libghc-mtl-prof, libghc-parsec3-dev, libghc-parsec3-prof, -Build-Depends-Indep: ghc-doc, +Build-Depends-Indep: + ghc-doc, libghc-missingh-doc, libghc-mtl-doc, libghc-parsec3-doc, Standards-Version: 3.9.8 Homepage: http://software.complete.org/configfile -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/ +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-configfile Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git Package: libghc-configfile-dev Architecture: any -Depends: ${misc:Depends}, +Depends: ${haskell:Depends}, + ${misc:Depends}, ${shlibs:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Provides: + ${haskell:Provides}, Description: Parser and writer for sectioned config files in Haskell${haskell:ShortBlurb} The ConfigFile module works with configuration files in a standard format that is easy for the user to edit, easy for the programmer @@ -47,12 +54,16 @@ Description: Parser and writer for sectioned config files in Haskell${haskell:Sh Package: libghc-configfile-prof Architecture: any -Depends: ${misc:Depends}, +Depends: ${haskell:Depends}, + ${misc:Depends}, ${shlibs:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Provides: ${haskell:Provides}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Provides: + ${haskell:Provides}, Description: Parser and writer for sectioned config files in Haskell${haskell:ShortBlurb} The ConfigFile module works with configuration files in a standard format that is easy for the user to edit, easy for the programmer @@ -72,12 +83,17 @@ Description: Parser and writer for sectioned config files in Haskell${haskell:Sh Package: libghc-configfile-doc Architecture: all Section: doc -Depends: ${misc:Depends}, +Depends: ${haskell:Depends}, -Recommends: ${haskell:Recommends}, -Suggests: ${haskell:Suggests}, -Breaks: configfile-doc (<< 1.0.6-2), -Replaces: configfile-doc (<< 1.0.6-2), + ${misc:Depends}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Breaks: + configfile-doc (<< 1.0.6-2), +Replaces: + configfile-doc (<< 1.0.6-2), Description: Parser and writer for sectioned config files in Haskell${haskell:ShortBlurb} The ConfigFile module works with configuration files in a standard format that is easy for the user to edit, easy for the programmer |
