[DHG_packages] 02/05: soap: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 22:37:28 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 249d663bfec3babc2d31c377a6bf121e33bbc290
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 18:34:58 2016 -0400
soap: build with ghc 8 in experimental
---
p/haskell-soap/debian/changelog | 6 +++++
p/haskell-soap/debian/control | 59 ++++++++++++++++++++++++++---------------
2 files changed, 44 insertions(+), 21 deletions(-)
diff --git a/p/haskell-soap/debian/changelog b/p/haskell-soap/debian/changelog
index 3bd2b53..900ba34 100644
--- a/p/haskell-soap/debian/changelog
+++ b/p/haskell-soap/debian/changelog
@@ -1,3 +1,9 @@
+haskell-soap (0.2.3.1-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 18:34:48 -0400
+
haskell-soap (0.2.3.1-1) unstable; urgency=low
* Initial release
diff --git a/p/haskell-soap/debian/control b/p/haskell-soap/debian/control
index 8538826..3226a6e 100644
--- a/p/haskell-soap/debian/control
+++ b/p/haskell-soap/debian/control
@@ -1,13 +1,15 @@
Source: haskell-soap
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.9),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.9),
libghc-conduit-dev,
libghc-conduit-prof,
libghc-configurator-dev,
@@ -16,10 +18,12 @@ Build-Depends: debhelper (>= 9),
libghc-data-default-prof,
libghc-exceptions-dev,
libghc-exceptions-prof,
+ libghc-hspec-dev,
libghc-http-client-dev (>= 0.2),
libghc-http-client-prof,
libghc-http-types-dev,
libghc-http-types-prof,
+ libghc-hunit-dev,
libghc-iconv-dev,
libghc-iconv-prof,
libghc-mtl-dev,
@@ -36,9 +40,8 @@ Build-Depends: debhelper (>= 9),
libghc-xml-conduit-writer-prof,
libghc-xml-types-dev,
libghc-xml-types-prof,
- libghc-hunit-dev,
- libghc-hspec-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-conduit-doc,
libghc-configurator-doc,
libghc-data-default-doc,
@@ -65,13 +68,18 @@ X-Description: SOAP client library
Package: libghc-soap-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}
.
@@ -79,12 +87,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-soap-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}
.
@@ -93,11 +106,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-soap-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