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

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 04:44:16 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 766d6d4880fcf40178eda9cb89bffc3fe818e46e
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 00:41:07 2016 -0400

    cookie: build with ghc 8 in experimental
---
 p/haskell-cookie/debian/changelog |  6 +++++
 p/haskell-cookie/debian/control   | 50 +++++++++++++++++++++++++--------------
 2 files changed, 38 insertions(+), 18 deletions(-)

diff --git a/p/haskell-cookie/debian/changelog b/p/haskell-cookie/debian/changelog
index a079f8e..8bb56e4 100644
--- a/p/haskell-cookie/debian/changelog
+++ b/p/haskell-cookie/debian/changelog
@@ -1,3 +1,9 @@
+haskell-cookie (0.4.2.1-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 00:40:53 -0400
+
 haskell-cookie (0.4.2.1-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-cookie/debian/control b/p/haskell-cookie/debian/control
index d748870..acb425c 100644
--- a/p/haskell-cookie/debian/control
+++ b/p/haskell-cookie/debian/control
@@ -1,13 +1,15 @@
 Source: haskell-cookie
 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-blaze-builder-dev (>= 0.2.1),
  libghc-blaze-builder-prof,
  libghc-data-default-class-dev,
@@ -16,24 +18,29 @@ Build-Depends: debhelper (>= 9),
  libghc-old-locale-prof,
  libghc-text-dev (>= 0.7),
  libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-blaze-builder-doc,
  libghc-data-default-class-doc,
  libghc-old-locale-doc,
  libghc-text-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/snoyberg/cookie
-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-cookie
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-cookie-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: HTTP cookie-parsing and rendering library${haskell:ShortBlurb}
  It contains Web.Cookie.
  .
@@ -41,11 +48,15 @@ Description: HTTP cookie-parsing and rendering library${haskell:ShortBlurb}
 
 Package: libghc-cookie-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: HTTP cookie-parsing and rendering library${haskell:ShortBlurb}
  It contains Web.Cookie.
  .
@@ -54,10 +65,13 @@ Description: HTTP cookie-parsing and rendering library${haskell:ShortBlurb}
 Package: libghc-cookie-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: HTTP cookie-parsing and rendering library${haskell:ShortBlurb}
  It contains Web.Cookie.
  .

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