[DHG_packages] 04/05: email-validate: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 16:19:23 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 b2813b4fa5807a01dca224681045c4e782b3ff11
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 12:17:41 2016 -0400

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

diff --git a/p/haskell-email-validate/debian/changelog b/p/haskell-email-validate/debian/changelog
index 63cd297..1374cd9 100644
--- a/p/haskell-email-validate/debian/changelog
+++ b/p/haskell-email-validate/debian/changelog
@@ -1,8 +1,8 @@
-haskell-email-validate (2.2.0-2) UNRELEASED; urgency=medium
+haskell-email-validate (2.2.0-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:28 +0200
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 12:17:37 -0400
 
 haskell-email-validate (2.2.0-1) unstable; urgency=medium
 
diff --git a/p/haskell-email-validate/debian/control b/p/haskell-email-validate/debian/control
index c03ef6f..e33f46b 100644
--- a/p/haskell-email-validate/debian/control
+++ b/p/haskell-email-validate/debian/control
@@ -1,55 +1,69 @@
 Source: haskell-email-validate
 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.0),
  libghc-attoparsec-prof,
- libghc-hunit-dev (>= 1.2),
  libghc-hunit-dev (<< 2),
+ libghc-hunit-dev (>= 1.2),
  libghc-quickcheck2-dev (>= 2.4),
  libghc-test-framework-dev (>= 0.4.1),
  libghc-test-framework-hunit-dev,
  libghc-test-framework-quickcheck2-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-attoparsec-doc,
 Standards-Version: 3.9.8
 Homepage: http://porg.es/blog/email-address-validation-simpler-faster-more-correct
-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-email-validate
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-email-validate-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: validate an email address string against RFC 5322${haskell:ShortBlurb}
  ${haskell:Blurb}
 
 Package: libghc-email-validate-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: validate an email address string against RFC 5322${haskell:ShortBlurb}
  ${haskell:Blurb}
 
 Package: libghc-email-validate-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: validate an email address string against RFC 5322${haskell:ShortBlurb}
  ${haskell:Blurb}

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