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

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 16:27:35 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 4b1a83edcd4b3338cb8b9fc4dc5273204d92b655
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 12:23:44 2016 -0400

    recaptcha: build with ghc 8 in experimental
---
 p/haskell-recaptcha/debian/changelog |  8 +++---
 p/haskell-recaptcha/debian/control   | 50 +++++++++++++++++++++++-------------
 2 files changed, 36 insertions(+), 22 deletions(-)

diff --git a/p/haskell-recaptcha/debian/changelog b/p/haskell-recaptcha/debian/changelog
index e8e5461..0f7b6ab 100644
--- a/p/haskell-recaptcha/debian/changelog
+++ b/p/haskell-recaptcha/debian/changelog
@@ -1,13 +1,13 @@
-haskell-recaptcha (0.1.0.3-4) UNRELEASED; urgency=medium
+haskell-recaptcha (0.1.0.3-4) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
   * Bump standards version to 3.9.8 (no changes needed)
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:36:04 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 12:23:34 -0400
 
 haskell-recaptcha (0.1.0.3-3) unstable; urgency=medium
 
diff --git a/p/haskell-recaptcha/debian/control b/p/haskell-recaptcha/debian/control
index 1759a4b..c430f53 100644
--- a/p/haskell-recaptcha/debian/control
+++ b/p/haskell-recaptcha/debian/control
@@ -1,37 +1,44 @@
 Source: haskell-recaptcha
 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-http-dev (>= 1:3001.1.4),
  libghc-http-prof,
  libghc-network-dev (>= 2.6),
  libghc-network-prof,
- libghc-network-uri-dev (>= 2.6),
  libghc-network-uri-dev (<< 2.7),
+ libghc-network-uri-dev (>= 2.6),
  libghc-network-uri-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-http-doc,
  libghc-network-doc,
  libghc-network-uri-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/jgm/recaptcha/tree/master
-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-recaptcha
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-recaptcha-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 interface to reCAPTCHA service${haskell:ShortBlurb}
  reCAPTCHA (http://recaptcha.net/) is a service that provides captchas
  for preventing automated spam in web applications, using the data people
@@ -42,11 +49,15 @@ Description: Haskell interface to reCAPTCHA service${haskell:ShortBlurb}
 
 Package: libghc-recaptcha-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 interface to reCAPTCHA service${haskell:ShortBlurb}
  reCAPTCHA (http://recaptcha.net/) is a service that provides captchas
  for preventing automated spam in web applications, using the data people
@@ -58,10 +69,13 @@ Description: Haskell interface to reCAPTCHA service${haskell:ShortBlurb}
 Package: libghc-recaptcha-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 interface to reCAPTCHA service${haskell:ShortBlurb}
  reCAPTCHA (http://recaptcha.net/) is a service that provides captchas
  for preventing automated spam in web applications, using the data people

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