[DHG_packages] 03/06: http-conduit: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 23:34:15 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 f8bdd3ec3a2c295e70d3eb1290f07afb078a339b
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 19:30:50 2016 -0400
http-conduit: build with ghc 8 in experimental
---
p/haskell-http-conduit/debian/changelog | 8 ++-
p/haskell-http-conduit/debian/control | 92 +++++++++++++++++++--------------
p/haskell-http-conduit/debian/copyright | 2 +-
p/haskell-http-conduit/debian/rules | 6 +--
4 files changed, 58 insertions(+), 50 deletions(-)
diff --git a/p/haskell-http-conduit/debian/changelog b/p/haskell-http-conduit/debian/changelog
index 587b397..6b299ed 100644
--- a/p/haskell-http-conduit/debian/changelog
+++ b/p/haskell-http-conduit/debian/changelog
@@ -1,10 +1,8 @@
-haskell-http-conduit (2.1.11-2) UNRELEASED; urgency=medium
+haskell-http-conduit (2.1.11-2) experimental; urgency=medium
- * Exclude testsuite in armhf, because some particular
- sbuild configurations disallow network calls
- (the package builds fine on a pbuilder+qemu armhf environment)
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Fri, 12 Aug 2016 17:07:05 +0200
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 19:30:13 -0400
haskell-http-conduit (2.1.11-1) unstable; urgency=medium
diff --git a/p/haskell-http-conduit/debian/control b/p/haskell-http-conduit/debian/control
index 890bd40..5f4c710 100644
--- a/p/haskell-http-conduit/debian/control
+++ b/p/haskell-http-conduit/debian/control
@@ -1,66 +1,69 @@
Source: haskell-http-conduit
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:
+ ca-certificates,
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.10),
+ libghc-aeson-dev,
libghc-aeson-dev (>= 0.8),
libghc-aeson-prof,
- libghc-conduit-dev (>= 0.5.5),
+ libghc-blaze-builder-dev,
+ libghc-case-insensitive-dev,
libghc-conduit-dev (<< 1.3),
- libghc-conduit-prof,
+ libghc-conduit-dev (>= 0.5.5),
+ libghc-conduit-dev (>= 1.1),
+ libghc-conduit-extra-dev,
libghc-conduit-extra-dev (>= 1.1.5),
libghc-conduit-extra-prof,
+ libghc-conduit-prof,
+ libghc-connection-dev (>= 0.2),
+ libghc-cookie-dev,
libghc-data-default-class-dev,
libghc-data-default-class-prof,
libghc-exceptions-dev (>= 0.6),
libghc-exceptions-prof,
- libghc-http-client-dev (>= 0.4.30),
+ libghc-hspec-dev (>= 1.3),
+ libghc-http-client-dev,
libghc-http-client-dev (<< 0.5),
+ libghc-http-client-dev (>= 0.4.30),
libghc-http-client-prof,
libghc-http-client-tls-dev (>= 0.2.4),
libghc-http-client-tls-prof,
+ libghc-http-types-dev,
libghc-http-types-dev (>= 0.7),
libghc-http-types-prof,
+ libghc-hunit-dev,
+ libghc-lifted-base-dev,
libghc-lifted-base-dev (>= 0.1),
libghc-lifted-base-prof,
libghc-monad-control-dev,
libghc-monad-control-prof,
libghc-mtl-dev,
libghc-mtl-prof,
- libghc-resourcet-dev (>= 1.1),
+ libghc-network-dev,
libghc-resourcet-dev (<< 1.2),
+ libghc-resourcet-dev (>= 1.1),
libghc-resourcet-prof,
- libghc-hunit-dev,
- libghc-aeson-dev,
- libghc-blaze-builder-dev,
- libghc-case-insensitive-dev,
- libghc-conduit-dev (>= 1.1),
- libghc-conduit-extra-dev,
- libghc-connection-dev (>= 0.2),
- libghc-cookie-dev,
- libghc-hspec-dev (>= 1.3),
- libghc-http-client-dev,
- libghc-http-types-dev,
- libghc-lifted-base-dev,
- libghc-network-dev,
libghc-streaming-commons-dev,
libghc-temporary-dev,
libghc-text-dev,
libghc-utf8-string-dev,
- libghc-wai-dev (>= 3.0),
- libghc-wai-dev (<< 3.3),
libghc-wai-conduit-dev,
- libghc-warp-dev (>= 3.0.0.2),
+ libghc-wai-dev (<< 3.3),
+ libghc-wai-dev (>= 3.0),
libghc-warp-dev (<< 3.3),
+ libghc-warp-dev (>= 3.0.0.2),
libghc-warp-tls-dev,
- ca-certificates,
netbase,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-aeson-doc,
libghc-conduit-doc,
libghc-conduit-extra-doc,
@@ -75,17 +78,21 @@ Build-Depends-Indep: ghc-doc,
libghc-resourcet-doc,
Standards-Version: 3.9.8
Homepage: http://www.yesodweb.com/book/http-conduit
-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-http-conduit
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-http-conduit-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: HTTP client package with conduit interface and HTTPS support${haskell:ShortBlurb}
This package uses attoparsec for parsing the actual contents of the HTTP
connection. It also provides higher-level functions which allow you to avoid
@@ -96,11 +103,15 @@ Description: HTTP client package with conduit interface and HTTPS support${haske
Package: libghc-http-conduit-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: HTTP/HTTPS client package with conduit interface, profiling libraries${haskell:ShortBlurb}
This package uses attoparsec for parsing the actual contents of the HTTP
connection. It also provides higher-level functions which allow you to avoid
@@ -112,10 +123,13 @@ Description: HTTP/HTTPS client package with conduit interface, profiling librari
Package: libghc-http-conduit-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: HTTP client package with conduit interface and HTTPS support${haskell:ShortBlurb}
This package uses attoparsec for parsing the actual contents of the HTTP
connection. It also provides higher-level functions which allow you to avoid
diff --git a/p/haskell-http-conduit/debian/copyright b/p/haskell-http-conduit/debian/copyright
index c8b9c3e..c5f1692 100644
--- a/p/haskell-http-conduit/debian/copyright
+++ b/p/haskell-http-conduit/debian/copyright
@@ -31,4 +31,4 @@ License: BSD-2-clause
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
- ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/p/haskell-http-conduit/debian/rules b/p/haskell-http-conduit/debian/rules
index 6ad71fd..01f1aaf 100755
--- a/p/haskell-http-conduit/debian/rules
+++ b/p/haskell-http-conduit/debian/rules
@@ -1,10 +1,6 @@
#!/usr/bin/make -f
-ifeq (,$(filter $(DEB_BUILD_ARCH),armhf))
- DEB_ENABLE_TESTS = yes
-else
-DEB_ENABLE_TESTS = no
-endif
+DEB_ENABLE_TESTS = yes
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
--
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