[DHG_packages] 04/06: blaze-builder: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 18:59:24 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 34222d36fc2ad836fa51ee0e4097d5fd545d3c49
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 14 14:55:05 2016 -0400
blaze-builder: build with ghc 8 in experimental
---
p/haskell-blaze-builder/debian/changelog | 7 ++--
p/haskell-blaze-builder/debian/control | 40 ++++++++++------------
.../debian/libghc-blaze-builder-dev.docs | 2 +-
3 files changed, 23 insertions(+), 26 deletions(-)
diff --git a/p/haskell-blaze-builder/debian/changelog b/p/haskell-blaze-builder/debian/changelog
index 23ee2f3..3905dba 100644
--- a/p/haskell-blaze-builder/debian/changelog
+++ b/p/haskell-blaze-builder/debian/changelog
@@ -1,8 +1,9 @@
-haskell-blaze-builder (0.4.0.2-2) UNRELEASED; urgency=medium
+haskell-blaze-builder (0.4.0.2-2) experimental; urgency=medium
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:12:15 +0200
+ -- Clint Adams <clint at debian.org> Fri, 14 Oct 2016 14:54:54 -0400
haskell-blaze-builder (0.4.0.2-1) unstable; urgency=medium
diff --git a/p/haskell-blaze-builder/debian/control b/p/haskell-blaze-builder/debian/control
index 8fc81d5..7ffb079 100644
--- a/p/haskell-blaze-builder/debian/control
+++ b/p/haskell-blaze-builder/debian/control
@@ -3,19 +3,19 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: Joachim Breitner <nomeata 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,
- libghc-text-dev (>= 0.10),
+ haskell-devscripts (>= 0.10),
libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.10),
libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-text-doc,
+Build-Depends-Indep: ghc-doc, libghc-text-doc
Standards-Version: 3.9.8
Homepage: http://github.com/lpsmith/blaze-builder
-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-blaze-builder
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: abstraction of buffered output of byte streams
This library provides an abstraction of buffered output of byte streams and
@@ -28,12 +28,10 @@ X-Description: abstraction of buffered output of byte streams
Package: libghc-blaze-builder-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -41,11 +39,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-blaze-builder-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -54,10 +51,9 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-blaze-builder-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
diff --git a/p/haskell-blaze-builder/debian/libghc-blaze-builder-dev.docs b/p/haskell-blaze-builder/debian/libghc-blaze-builder-dev.docs
index e88b6be..fca169e 100644
--- a/p/haskell-blaze-builder/debian/libghc-blaze-builder-dev.docs
+++ b/p/haskell-blaze-builder/debian/libghc-blaze-builder-dev.docs
@@ -1,2 +1,2 @@
-TODO
README.markdown
+TODO
--
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