[DHG_packages] 01/05: mime-mail-ses: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Tue Oct 18 00:06:51 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 89749828406cde9a2beac2994db090c994de785b
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 19:59:42 2016 -0400

    mime-mail-ses: build with ghc 8 in experimental
---
 p/haskell-mime-mail-ses/debian/changelog |  6 ++++
 p/haskell-mime-mail-ses/debian/control   | 52 ++++++++++++++++++++------------
 2 files changed, 39 insertions(+), 19 deletions(-)

diff --git a/p/haskell-mime-mail-ses/debian/changelog b/p/haskell-mime-mail-ses/debian/changelog
index fec4e73..94e61ac 100644
--- a/p/haskell-mime-mail-ses/debian/changelog
+++ b/p/haskell-mime-mail-ses/debian/changelog
@@ -1,3 +1,9 @@
+haskell-mime-mail-ses (0.3.2.3-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 19:59:39 -0400
+
 haskell-mime-mail-ses (0.3.2.3-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-mime-mail-ses/debian/control b/p/haskell-mime-mail-ses/debian/control
index 216c7d6..1a4a8af 100644
--- a/p/haskell-mime-mail-ses/debian/control
+++ b/p/haskell-mime-mail-ses/debian/control
@@ -1,13 +1,15 @@
 Source: haskell-mime-mail-ses
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Christopher Reichert <creichert07 at gmail.com>
+Uploaders:
+ Christopher Reichert <creichert07 at gmail.com>,
 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-base64-bytestring-dev (>= 0.1),
  libghc-base64-bytestring-prof,
  libghc-byteable-dev,
@@ -30,7 +32,8 @@ Build-Depends: debhelper (>= 9),
  libghc-xml-conduit-prof,
  libghc-xml-types-dev,
  libghc-xml-types-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-base64-bytestring-doc,
  libghc-byteable-doc,
  libghc-conduit-doc,
@@ -44,19 +47,23 @@ Build-Depends-Indep: ghc-doc,
  libghc-xml-types-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/snoyberg/mime-mail
-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-mime-mail-ses
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Send mime-mail messages via Amazon SES
+X-Description: send mime-mail messages via Amazon SES
   Amazon SES support for mime-mail messages.
 
 Package: libghc-mime-mail-ses-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -64,11 +71,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-mime-mail-ses-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:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -77,10 +88,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-mime-mail-ses-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: ${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