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

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 16:15:10 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 e87784529db0d8e9c2983de4f08ce324d72d0b05
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 12:12:21 2016 -0400

    configurator: build with ghc 8 in experimental
---
 p/haskell-configurator/debian/changelog |  8 +++---
 p/haskell-configurator/debian/control   | 48 +++++++++++++++++++++------------
 2 files changed, 35 insertions(+), 21 deletions(-)

diff --git a/p/haskell-configurator/debian/changelog b/p/haskell-configurator/debian/changelog
index 22cc1b5..9822b9f 100644
--- a/p/haskell-configurator/debian/changelog
+++ b/p/haskell-configurator/debian/changelog
@@ -1,14 +1,14 @@
-haskell-configurator (0.3.0.0-4) UNRELEASED; urgency=medium
+haskell-configurator (0.3.0.0-4) 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>  Mon, 17 Oct 2016 12:12:17 -0400
 
 haskell-configurator (0.3.0.0-3) unstable; urgency=medium
 
diff --git a/p/haskell-configurator/debian/control b/p/haskell-configurator/debian/control
index 0229e59..654aa23 100644
--- a/p/haskell-configurator/debian/control
+++ b/p/haskell-configurator/debian/control
@@ -1,13 +1,15 @@
 Source: haskell-configurator
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint at debian.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-attoparsec-dev (>= 0.10.0.2),
  libghc-attoparsec-prof,
  libghc-hashable-dev,
@@ -18,7 +20,8 @@ Build-Depends: debhelper (>= 9),
  libghc-unix-compat-prof,
  libghc-unordered-containers-dev,
  libghc-unordered-containers-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-attoparsec-doc,
  libghc-hashable-doc,
  libghc-text-doc,
@@ -26,17 +29,21 @@ Build-Depends-Indep: ghc-doc,
  libghc-unordered-containers-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/bos/configurator
-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-configurator
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-configurator-dev
 Architecture: any
-Depends: ${shlibs:Depends},
+Depends:
  ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: dynamic config file reloading
  A configuration management library for programs and daemons.
  .
@@ -61,11 +68,15 @@ Description: dynamic config file reloading
 
 Package: libghc-configurator-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: dynamic config file reloading; profiling libraries
  A configuration management library for programs and daemons.
  .
@@ -91,10 +102,13 @@ Description: dynamic config file reloading; profiling libraries
 Package: libghc-configurator-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: dynamic config file reloading; documentation
  A configuration management library for programs and daemons.
  .

-- 
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