[DHG_packages] 02/05: ConfigFile: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 18:09:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch experimental
in repository DHG_packages.

commit 200435dae15e4946617eb4fc357825824ebdfae6
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 14:02:30 2016 -0400

    ConfigFile: build with ghc 8 in experimental
---
 p/haskell-configfile/debian/changelog |  8 +++---
 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 d7f655b..8b835ef 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 at gnu.org>  Tue, 10 May 2016 09:35:00 +0300
+ -- Clint Adams <clint at 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 c64d1a9..1bc9a3e 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 at lists.alioth.debian.org>
-Uploaders: John Goerzen <jgoerzen at complete.org>
+Uploaders:
+ John Goerzen <jgoerzen at 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list