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

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 23:56:56 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 03cf1f8cac0afc8fda7d9c42222072a00d93f692
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 19:54:37 2016 -0400

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

diff --git a/p/haskell-hoauth2/debian/changelog b/p/haskell-hoauth2/debian/changelog
index 6af31eb..2bad751 100644
--- a/p/haskell-hoauth2/debian/changelog
+++ b/p/haskell-hoauth2/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hoauth2 (0.5.4.0-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 19:54:35 -0400
+
 haskell-hoauth2 (0.5.4.0-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-hoauth2/debian/control b/p/haskell-hoauth2/debian/control
index 9727b6c..3036255 100644
--- a/p/haskell-hoauth2/debian/control
+++ b/p/haskell-hoauth2/debian/control
@@ -1,37 +1,40 @@
 Source: haskell-hoauth2
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+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-aeson-dev (>= 0.9),
+ haskell-devscripts (>= 0.10),
  libghc-aeson-dev (<< 0.12),
+ libghc-aeson-dev (>= 0.9),
  libghc-aeson-prof,
- libghc-http-conduit-dev (>= 2.0),
  libghc-http-conduit-dev (<< 2.2),
+ libghc-http-conduit-dev (>= 2.0),
  libghc-http-conduit-prof,
- libghc-http-types-dev (>= 0.9),
  libghc-http-types-dev (<< 0.10),
+ libghc-http-types-dev (>= 0.9),
  libghc-http-types-prof,
- libghc-text-dev (>= 0.11),
  libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.11),
  libghc-text-prof,
- libghc-wai-dev (>= 3.2),
  libghc-wai-dev (<< 3.3),
- libghc-warp-dev (>= 3.2),
+ libghc-wai-dev (>= 3.2),
  libghc-warp-dev (<< 3.3),
-Build-Depends-Indep: ghc-doc,
+ libghc-warp-dev (>= 3.2),
+Build-Depends-Indep:
+ ghc-doc,
  libghc-aeson-doc,
  libghc-http-conduit-doc,
  libghc-http-types-doc,
  libghc-text-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/freizl/hoauth2
-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-hoauth2
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: OAuth2 authentication for Haskell
  This library provies OAuth2 authentication for Haskell applications.
@@ -44,13 +47,18 @@ X-Description: OAuth2 authentication for Haskell
 
 Package: libghc-hoauth2-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
   ${haskell:LongDescription}
   .
@@ -58,12 +66,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-hoauth2-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
   ${haskell:LongDescription}
   .
@@ -72,11 +85,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-hoauth2-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
 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