diff options
| author | Clint Adams <clint@debian.org> | 2016-10-17 12:17:41 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-17 12:17:41 -0400 |
| commit | b2813b4fa5807a01dca224681045c4e782b3ff11 (patch) | |
| tree | a17fa6b918794b2c86c33611b176b37b8f070918 | |
| parent | b9b53cc8e58200c0c02d652e1dc674a8da40d278 (diff) | |
| download | DHG_packages-b2813b4fa5807a01dca224681045c4e782b3ff11.tar.gz | |
email-validate: build with ghc 8 in experimental
| -rw-r--r-- | p/haskell-email-validate/debian/changelog | 6 | ||||
| -rw-r--r-- | 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 63cd2970b..1374cd982 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@debian.org> Thu, 02 Jun 2016 19:12:28 +0200 + -- Clint Adams <clint@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 c03ef6f5d..e33f46b4d 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@lists.alioth.debian.org> -Uploaders: Clint Adams <clint@debian.org> +Uploaders: + Clint Adams <clint@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} |
