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

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 16:26: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 3e7523179c949605d891bda89ae4310a7afb436f
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 12:24:52 2016 -0400

    HStringTemplate: build with ghc 8 in experimental
---
 p/haskell-hstringtemplate/debian/changelog |  6 ++--
 p/haskell-hstringtemplate/debian/control   | 48 +++++++++++++++++++-----------
 2 files changed, 34 insertions(+), 20 deletions(-)

diff --git a/p/haskell-hstringtemplate/debian/changelog b/p/haskell-hstringtemplate/debian/changelog
index aaf6b86..bde915a 100644
--- a/p/haskell-hstringtemplate/debian/changelog
+++ b/p/haskell-hstringtemplate/debian/changelog
@@ -1,8 +1,8 @@
-haskell-hstringtemplate (0.8.5-2) UNRELEASED; urgency=medium
+haskell-hstringtemplate (0.8.5-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:38 +0200
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 12:24:48 -0400
 
 haskell-hstringtemplate (0.8.5-1) unstable; urgency=medium
 
diff --git a/p/haskell-hstringtemplate/debian/control b/p/haskell-hstringtemplate/debian/control
index 2210eea..17e12f0 100644
--- a/p/haskell-hstringtemplate/debian/control
+++ b/p/haskell-hstringtemplate/debian/control
@@ -1,13 +1,15 @@
 Source: haskell-hstringtemplate
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Giovanni Mascellani <gio at debian.org>
+Uploaders:
+ Giovanni Mascellani <gio 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-blaze-builder-dev,
  libghc-blaze-builder-prof,
  libghc-mtl-dev,
@@ -22,7 +24,8 @@ Build-Depends: debhelper (>= 9),
  libghc-text-prof,
  libghc-void-dev,
  libghc-void-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-blaze-builder-doc,
  libghc-mtl-doc,
  libghc-old-locale-doc,
@@ -32,17 +35,21 @@ Build-Depends-Indep: ghc-doc,
  libghc-void-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/HStringTemplate
-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-hstringtemplate
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-hstringtemplate-dev
 Architecture: any
-Depends: ${haskell: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: Haskell port of the Java library StringTemplate${haskell:ShortBlurb}
  This is a Haskell template engine. Its API is mainly inspired to that of
  the Java library StringTemplate, but it is implemented in a "Haskellish"
@@ -57,11 +64,15 @@ Description: Haskell port of the Java library StringTemplate${haskell:ShortBlurb
 
 Package: libghc-hstringtemplate-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 port of the Java library StringTemplate${haskell:ShortBlurb}
  This is a Haskell template engine. Its API is mainly inspired to that of
  the Java library StringTemplate, but it is implemented in a "Haskellish"
@@ -77,10 +88,13 @@ Description: Haskell port of the Java library StringTemplate${haskell:ShortBlurb
 Package: libghc-hstringtemplate-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: Haskell port of the Java library StringTemplate${haskell:ShortBlurb}
  This is a Haskell template engine. Its API is mainly inspired to that of
  the Java library StringTemplate, but it is implemented in a "Haskellish"

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