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

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 21:10:46 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 4cf4622b55382233c8574abd525a922af777f035
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 17:09:37 2016 -0400

    markdown: build with ghc 8 in experimental
---
 p/haskell-markdown/debian/changelog |  6 ++--
 p/haskell-markdown/debian/control   | 60 +++++++++++++++++++++++--------------
 2 files changed, 40 insertions(+), 26 deletions(-)

diff --git a/p/haskell-markdown/debian/changelog b/p/haskell-markdown/debian/changelog
index 2b71ddf..a3e60d8 100644
--- a/p/haskell-markdown/debian/changelog
+++ b/p/haskell-markdown/debian/changelog
@@ -1,8 +1,8 @@
-haskell-markdown (0.1.14-2) UNRELEASED; urgency=medium
+haskell-markdown (0.1.14-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:46 +0200
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 17:09:34 -0400
 
 haskell-markdown (0.1.14-1) unstable; urgency=medium
 
diff --git a/p/haskell-markdown/debian/control b/p/haskell-markdown/debian/control
index 3ba336c..ac1d912 100644
--- a/p/haskell-markdown/debian/control
+++ b/p/haskell-markdown/debian/control
@@ -1,25 +1,31 @@
 Source: haskell-markdown
 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),
  libghc-attoparsec-prof,
+ libghc-blaze-html-dev,
  libghc-blaze-html-dev (>= 0.4),
  libghc-blaze-html-prof,
  libghc-blaze-markup-dev (>= 0.6),
  libghc-blaze-markup-prof,
+ libghc-conduit-dev,
  libghc-conduit-dev (>= 1.1),
- libghc-conduit-prof,
+ libghc-conduit-extra-dev,
  libghc-conduit-extra-dev (>= 1.1),
  libghc-conduit-extra-prof,
+ libghc-conduit-prof,
  libghc-data-default-dev (>= 0.3),
  libghc-data-default-prof,
+ libghc-hspec-dev (>= 1.3),
  libghc-text-dev,
  libghc-text-prof,
  libghc-xml-conduit-dev,
@@ -28,11 +34,8 @@ Build-Depends: debhelper (>= 9),
  libghc-xml-types-prof,
  libghc-xss-sanitize-dev (>= 0.3.3),
  libghc-xss-sanitize-prof,
- libghc-blaze-html-dev,
- libghc-conduit-dev,
- libghc-conduit-extra-dev,
- libghc-hspec-dev (>= 1.3),
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-attoparsec-doc,
  libghc-blaze-html-doc,
  libghc-blaze-markup-doc,
@@ -45,7 +48,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-xss-sanitize-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/snoyberg/markdown
-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-markdown
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: convert Markdown to HTML, with XSS protection
  This library leverages existing high-performance libraries
@@ -55,12 +58,16 @@ X-Description: convert Markdown to HTML, with XSS protection
 
 Package: libghc-markdown-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}
  .
@@ -68,11 +75,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-markdown-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}
  .
@@ -81,10 +92,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-markdown-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