summaryrefslogtreecommitdiff
path: root/p/haskell-http2
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2015-12-03 14:09:29 -0500
committerClint Adams <clint@debian.org>2015-12-03 14:09:29 -0500
commit590a70db77265979dff0c7a3b35fdd4dd85dd8e2 (patch)
treedd629a23c481eaa9bb75c6d2b66bdfeba46f1292 /p/haskell-http2
parenta3cced056c5eefbfa1450595ba8743f59f2dc1e3 (diff)
parentfe77638401752623d2e291e513616b8dfefec993 (diff)
downloadDHG_packages-590a70db77265979dff0c7a3b35fdd4dd85dd8e2.tar.gz
Merge branch 'experimental'
Diffstat (limited to 'p/haskell-http2')
-rw-r--r--p/haskell-http2/debian/changelog7
-rw-r--r--p/haskell-http2/debian/compat1
-rw-r--r--p/haskell-http2/debian/control73
-rw-r--r--p/haskell-http2/debian/copyright42
-rw-r--r--p/haskell-http2/debian/patches/no-bytestring-builder52
-rw-r--r--p/haskell-http2/debian/patches/series1
-rwxr-xr-xp/haskell-http2/debian/rules7
-rw-r--r--p/haskell-http2/debian/source/format1
-rw-r--r--p/haskell-http2/debian/watch2
9 files changed, 186 insertions, 0 deletions
diff --git a/p/haskell-http2/debian/changelog b/p/haskell-http2/debian/changelog
new file mode 100644
index 000000000..48f2814da
--- /dev/null
+++ b/p/haskell-http2/debian/changelog
@@ -0,0 +1,7 @@
+haskell-http2 (1.0.4-1) experimental; urgency=low
+
+ * Initial release
+ * Depend on haskell-devscripts >= 0.10 to ensure that this package
+ builds against GHC in experimental
+
+ -- Joachim Breitner <nomeata@debian.org> Thu, 20 Aug 2015 10:27:55 +0200
diff --git a/p/haskell-http2/debian/compat b/p/haskell-http2/debian/compat
new file mode 100644
index 000000000..ec635144f
--- /dev/null
+++ b/p/haskell-http2/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-http2/debian/control b/p/haskell-http2/debian/control
new file mode 100644
index 000000000..b441e1e20
--- /dev/null
+++ b/p/haskell-http2/debian/control
@@ -0,0 +1,73 @@
+Source: haskell-http2
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata@debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.10),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-mwc-random-dev,
+ libghc-mwc-random-prof,
+ libghc-stm-dev,
+ libghc-stm-prof,
+ libghc-unordered-containers-dev,
+ libghc-unordered-containers-prof,
+ libghc-aeson-dev,
+ libghc-aeson-pretty-dev,
+ libghc-hex-dev,
+ libghc-text-dev,
+ libghc-vector-dev,
+ libghc-word8-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-mwc-random-doc,
+ libghc-stm-doc,
+ libghc-unordered-containers-doc,
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/http2
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-http2
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-http2
+X-Description: HTTP/2.0 library including frames and HPACK
+ This package provides a HTTP/2.0 library including frames and HPACK.
+ Currently HTTP/2 16 framing and HPACK 10 is supported.
+
+Package: libghc-http2-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-http2-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-http2-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff --git a/p/haskell-http2/debian/copyright b/p/haskell-http2/debian/copyright
new file mode 100644
index 000000000..27e416b37
--- /dev/null
+++ b/p/haskell-http2/debian/copyright
@@ -0,0 +1,42 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: http2
+Upstream-Contact: Kazu Yamamoto <kazu@iij.ad.jp>
+Source: https://hackage.haskell.org/package/http2
+
+Files: *
+Copyright: 2013, IIJ Innovation Institute Inc.
+License: BSD3
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD3
+
+License: BSD3
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ * Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in
+ the documentation and/or other materials provided with the
+ distribution.
+ * Neither the name of the copyright holders nor the names of its
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+ FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
+ COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, 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.
diff --git a/p/haskell-http2/debian/patches/no-bytestring-builder b/p/haskell-http2/debian/patches/no-bytestring-builder
new file mode 100644
index 000000000..8787e7415
--- /dev/null
+++ b/p/haskell-http2/debian/patches/no-bytestring-builder
@@ -0,0 +1,52 @@
+Index: haskell-http2/http2.cabal
+===================================================================
+--- haskell-http2.orig/http2.cabal 2015-08-15 20:25:11.463990503 +0200
++++ haskell-http2/http2.cabal 2015-08-15 20:28:03.616423219 +0200
+@@ -60,7 +60,6 @@
+ Build-Depends: base >= 4.6 && < 5
+ , array
+ , bytestring >= 0.10
+- , bytestring-builder
+ , containers >= 0.5
+ , mwc-random
+ , stm
+@@ -93,7 +92,6 @@
+ Build-Depends: base >= 4 && < 5
+ , array
+ , bytestring
+- , bytestring-builder
+ , containers
+ , hex
+ , hspec >= 1.3
+@@ -116,7 +114,6 @@
+ , aeson-pretty
+ , array
+ , bytestring
+- , bytestring-builder
+ , containers
+ , directory
+ , filepath
+@@ -165,7 +162,6 @@
+ , aeson-pretty
+ , array
+ , bytestring
+- , bytestring-builder
+ , containers
+ , hex
+ , text
+@@ -186,7 +182,6 @@
+ , aeson
+ , array
+ , bytestring
+- , bytestring-builder
+ , containers
+ , hex
+ , text
+@@ -208,7 +203,6 @@
+ , aeson-pretty
+ , array
+ , bytestring
+- , bytestring-builder
+ , containers
+ , directory
+ , filepath
diff --git a/p/haskell-http2/debian/patches/series b/p/haskell-http2/debian/patches/series
new file mode 100644
index 000000000..d61cbb2d4
--- /dev/null
+++ b/p/haskell-http2/debian/patches/series
@@ -0,0 +1 @@
+no-bytestring-builder
diff --git a/p/haskell-http2/debian/rules b/p/haskell-http2/debian/rules
new file mode 100755
index 000000000..884f3ee05
--- /dev/null
+++ b/p/haskell-http2/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = http2
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-http2/debian/source/format b/p/haskell-http2/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-http2/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-http2/debian/watch b/p/haskell-http2/debian/watch
new file mode 100644
index 000000000..273a0280c
--- /dev/null
+++ b/p/haskell-http2/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/http2/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))