[DHG_packages] 04/05: hgettext: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 05:11:26 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 e6579eba835af246a7c983202d8e398ae773070a
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 01:10:05 2016 -0400

    hgettext: build with ghc 8 in experimental
---
 p/haskell-hgettext/debian/changelog |  8 +++---
 p/haskell-hgettext/debian/control   | 50 ++++++++++++++++++++++++-------------
 2 files changed, 36 insertions(+), 22 deletions(-)

diff --git a/p/haskell-hgettext/debian/changelog b/p/haskell-hgettext/debian/changelog
index c137fbe..a9785bb 100644
--- a/p/haskell-hgettext/debian/changelog
+++ b/p/haskell-hgettext/debian/changelog
@@ -1,13 +1,13 @@
-haskell-hgettext (0.1.30-12) UNRELEASED; urgency=medium
+haskell-hgettext (0.1.30-12) 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)
 
-  [ 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:26 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 01:10:01 -0400
 
 haskell-hgettext (0.1.30-11) unstable; urgency=medium
 
diff --git a/p/haskell-hgettext/debian/control b/p/haskell-hgettext/debian/control
index 2092d41..03ad85c 100644
--- a/p/haskell-hgettext/debian/control
+++ b/p/haskell-hgettext/debian/control
@@ -1,37 +1,44 @@
 Source: haskell-hgettext
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Sven Bartscher <sven.bartscher at weltraumschlangen.de>
+Uploaders:
+ Sven Bartscher <sven.bartscher at weltraumschlangen.de>,
 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-cabal-dev (>= 1.20),
  libghc-cabal-prof (>= 1.20),
  libghc-setlocale-dev,
  libghc-setlocale-prof,
  libghc-src-exts-dev,
  libghc-uniplate-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-cabal-doc,
  libghc-setlocale-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/vasylp/hgettext
-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-hgettext
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: Gettext bindings for haskell
  This package provides bindings to gettext in haskell.
 
 Package: libghc-hgettext-dev
 Architecture: any
-Depends: ${haskell: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: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -39,11 +46,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-hgettext-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -52,10 +63,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-hgettext-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .

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