[DHG_packages] 01/01: Add io-streams-haproxy

Clint Adams clint at moszumanska.debian.org
Fri Oct 21 20:34:22 UTC 2016


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

clint pushed a commit to branch master
in repository DHG_packages.

commit 87d13a71844e5499cd577484d0edb681ba396d90
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 21 16:31:58 2016 -0400

    Add io-streams-haproxy
---
 p/haskell-io-streams-haproxy/debian/changelog     |  5 ++
 p/haskell-io-streams-haproxy/debian/compat        |  1 +
 p/haskell-io-streams-haproxy/debian/control       | 82 +++++++++++++++++++++++
 p/haskell-io-streams-haproxy/debian/copyright     | 38 +++++++++++
 p/haskell-io-streams-haproxy/debian/rules         |  8 +++
 p/haskell-io-streams-haproxy/debian/source/format |  1 +
 p/haskell-io-streams-haproxy/debian/watch         |  2 +
 7 files changed, 137 insertions(+)

diff --git a/p/haskell-io-streams-haproxy/debian/changelog b/p/haskell-io-streams-haproxy/debian/changelog
new file mode 100644
index 0000000..727d3f1
--- /dev/null
+++ b/p/haskell-io-streams-haproxy/debian/changelog
@@ -0,0 +1,5 @@
+haskell-io-streams-haproxy (1.0.0.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Clint Adams <clint at debian.org>  Fri, 21 Oct 2016 16:26:14 -0400
diff --git a/p/haskell-io-streams-haproxy/debian/compat b/p/haskell-io-streams-haproxy/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/p/haskell-io-streams-haproxy/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/p/haskell-io-streams-haproxy/debian/control b/p/haskell-io-streams-haproxy/debian/control
new file mode 100644
index 0000000..f308d44
--- /dev/null
+++ b/p/haskell-io-streams-haproxy/debian/control
@@ -0,0 +1,82 @@
+Source: haskell-io-streams-haproxy
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts (>= 0.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-attoparsec-dev (>= 0.7),
+ libghc-attoparsec-dev (<< 0.14),
+ libghc-attoparsec-prof (>= 0.7),
+ libghc-attoparsec-prof (<< 0.14),
+ libghc-io-streams-dev (>= 1.3),
+ libghc-io-streams-dev (<< 1.4),
+ libghc-io-streams-prof (>= 1.3),
+ libghc-io-streams-prof (<< 1.4),
+ libghc-network-dev (>= 2.3),
+ libghc-network-dev (<< 2.7),
+ libghc-network-prof (>= 2.3),
+ libghc-network-prof (<< 2.7),
+ libghc-hunit-dev (>= 1.2),
+ libghc-hunit-dev (<< 2),
+ libghc-attoparsec-dev,
+ libghc-io-streams-dev,
+ libghc-network-dev,
+ libghc-test-framework-dev (>= 0.8.0.3),
+ libghc-test-framework-dev (<< 0.9),
+ libghc-test-framework-hunit-dev (>= 0.2.7),
+ libghc-test-framework-hunit-dev (<< 0.4),
+Build-Depends-Indep: ghc-doc,
+ libghc-attoparsec-doc,
+ libghc-io-streams-doc,
+ libghc-network-doc,
+Standards-Version: 3.9.8
+Homepage: http://snapframework.com/
+X-Description: HAProxy protocol 1.5 support for io-streams
+ HAProxy protocol version 1.5 support for applications using
+ io-streams. The proxy protocol allows information about a networked
+ peer (like remote address and port) to be propagated through a
+ forwarding proxy that is configured to speak this protocol.
+
+Package: libghc-io-streams-haproxy-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-io-streams-haproxy-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-io-streams-haproxy-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-io-streams-haproxy/debian/copyright b/p/haskell-io-streams-haproxy/debian/copyright
new file mode 100644
index 0000000..4647a9c
--- /dev/null
+++ b/p/haskell-io-streams-haproxy/debian/copyright
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: io-streams-haproxy
+Upstream-Contact: Gregory Collins <greg at gregorycollins.net>
+Source: https://hackage.haskell.org/package/io-streams-haproxy
+
+Files: *
+Copyright: 2012-2014 Google, Inc. and CONTRIBUTORS
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ 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 names of Google, nor the names of other 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 HOLDER 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-io-streams-haproxy/debian/rules b/p/haskell-io-streams-haproxy/debian/rules
new file mode 100755
index 0000000..212cb8d
--- /dev/null
+++ b/p/haskell-io-streams-haproxy/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_CABAL_PACKAGE = io-streams-haproxy
+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-io-streams-haproxy/debian/source/format b/p/haskell-io-streams-haproxy/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-io-streams-haproxy/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-io-streams-haproxy/debian/watch b/p/haskell-io-streams-haproxy/debian/watch
new file mode 100644
index 0000000..74c0247
--- /dev/null
+++ b/p/haskell-io-streams-haproxy/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/io-streams-haproxy/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