[DHG_packages] 62/101: Initial packaging of http2-1.0.4

Joachim Breitner nomeata at moszumanska.debian.org
Sun Aug 16 14:06:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch st3
in repository DHG_packages.

commit 96ad90df8dcb79a5795ecc8fc97f014485e7a407
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sat Aug 15 18:25:11 2015 +0000

    Initial packaging of http2-1.0.4
---
 p/haskell-http2/debian/changelog                   |  5 ++
 p/haskell-http2/debian/compat                      |  1 +
 p/haskell-http2/debian/control                     | 73 ++++++++++++++++++++++
 p/haskell-http2/debian/copyright                   | 42 +++++++++++++
 .../debian/patches/no-bytestring-builder           | 52 +++++++++++++++
 p/haskell-http2/debian/patches/series              |  1 +
 p/haskell-http2/debian/rules                       |  7 +++
 p/haskell-http2/debian/source/format               |  1 +
 p/haskell-http2/debian/watch                       |  2 +
 9 files changed, 184 insertions(+)

diff --git a/p/haskell-http2/debian/changelog b/p/haskell-http2/debian/changelog
new file mode 100644
index 0000000..33dba88
--- /dev/null
+++ b/p/haskell-http2/debian/changelog
@@ -0,0 +1,5 @@
+haskell-http2 (1.0.4-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 15 Aug 2015 18:25:11 +0000
diff --git a/p/haskell-http2/debian/compat b/p/haskell-http2/debian/compat
new file mode 100644
index 0000000..ec63514
--- /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 0000000..769404d
--- /dev/null
+++ b/p/haskell-http2/debian/control
@@ -0,0 +1,73 @@
+Source: haskell-http2
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ 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 0000000..27e416b
--- /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 at 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 0000000..8787e74
--- /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 0000000..d61cbb2
--- /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 0000000..884f3ee
--- /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 0000000..163aaf8
--- /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 0000000..273a028
--- /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)))

-- 
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