summaryrefslogtreecommitdiff
path: root/p/haskell-websockets
diff options
context:
space:
mode:
authorRaúl Benencia <rul@kalgan.cc>2013-12-20 19:43:43 +0400
committer=?UTF-8?q?Ra=C3=BAl=20Benencia?= <rul@kalgan.cc>2013-12-20 19:43:43 +0400
commit07bd056d15f0cb3d1b6166de5a0524a4061e45a7 (patch)
treefda04593ca89df9839b4d07ef61d38165732f68d /p/haskell-websockets
parent8e573df105d59c234dadb83d5b1ffb110f815971 (diff)
downloadDHG_packages-07bd056d15f0cb3d1b6166de5a0524a4061e45a7.tar.gz
haskell-websockets: Initial Check-In
Diffstat (limited to 'p/haskell-websockets')
-rw-r--r--p/haskell-websockets/debian/changelog5
-rw-r--r--p/haskell-websockets/debian/compat1
-rw-r--r--p/haskell-websockets/debian/control81
-rw-r--r--p/haskell-websockets/debian/copyright40
-rwxr-xr-xp/haskell-websockets/debian/rules6
-rw-r--r--p/haskell-websockets/debian/source/format1
-rw-r--r--p/haskell-websockets/debian/watch2
7 files changed, 136 insertions, 0 deletions
diff --git a/p/haskell-websockets/debian/changelog b/p/haskell-websockets/debian/changelog
new file mode 100644
index 000000000..b5d61b92d
--- /dev/null
+++ b/p/haskell-websockets/debian/changelog
@@ -0,0 +1,5 @@
+haskell-websockets (0.8.1.1-1) UNRELEASED; urgency=low
+
+ * Initial release.
+
+ -- Raúl Benencia <rul@kalgan.cc> Tue, 17 Dec 2013 16:23:00 -0300
diff --git a/p/haskell-websockets/debian/compat b/p/haskell-websockets/debian/compat
new file mode 100644
index 000000000..ec635144f
--- /dev/null
+++ b/p/haskell-websockets/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-websockets/debian/control b/p/haskell-websockets/debian/control
new file mode 100644
index 000000000..b0b548a80
--- /dev/null
+++ b/p/haskell-websockets/debian/control
@@ -0,0 +1,81 @@
+Source: haskell-websockets
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Raúl Benencia <rul@kalgan.cc>
+Build-Depends: debhelper (>= 9)
+ , cdbs
+ , haskell-devscripts (>= 0.8.15)
+ , ghc
+ , ghc-prof
+ , libghc-attoparsec-dev (>= 0.9)
+ , libghc-attoparsec-dev (<< 0.11)
+ , libghc-base64-bytestring-dev (>= 0.1)
+ , libghc-base64-bytestring-dev (<< 1.1)
+ , libghc-base64-bytestring-prof
+ , libghc-blaze-builder-dev (>= 0.3)
+ , libghc-blaze-builder-dev (<< 0.4)
+ , libghc-case-insensitive-dev (>= 0.3)
+ , libghc-case-insensitive-dev (<< 1.2)
+ , libghc-case-insensitive-prof
+ , libghc-io-streams-dev (>= 1.1)
+ , libghc-io-streams-dev (<< 1.2)
+ , libghc-io-streams-prof
+ , libghc-mtl-dev (>= 2.0)
+ , libghc-mtl-dev (<< 2.2)
+ , libghc-network-dev (>= 2.3)
+ , libghc-network-dev (<< 2.5)
+ , libghc-random-dev (>= 1.0)
+ , libghc-random-dev (<< 1.1)
+ , libghc-random-prof
+ , libghc-sha-dev (>= 1.5)
+ , libghc-sha-dev (<< 1.7)
+ , libghc-sha-prof
+ , libghc-text-dev (>= 0.10)
+ , libghc-text-dev (<< 1.1)
+ , libghc-entropy-dev (>= 0.2.1)
+ , libghc-entropy-dev (<< 0.3)
+ , libghc-entropy-prof
+Standards-Version: 3.9.5
+Homepage: http://hackage.haskell.org/package/websockets
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-websockets
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-websockets
+X-Description: write WebSocket-capable servers
+ Provides a sensible, clean and simple way to write
+ WebSocket-capable servers in Haskell.
+
+Package: libghc-websockets-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-websockets-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-websockets-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
diff --git a/p/haskell-websockets/debian/copyright b/p/haskell-websockets/debian/copyright
new file mode 100644
index 000000000..ebd30d521
--- /dev/null
+++ b/p/haskell-websockets/debian/copyright
@@ -0,0 +1,40 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: websockets
+Upstream-Contact: Jasper Van der Jeugt <m@jaspervdj.be>
+Source: http://hackage.haskell.org/package/websockets
+
+Files: *
+Copyright: 2010-2011 Siniša Biđin
+ 2011 Steffen Schuldenzucker
+ 2011 Alex Lang
+ 2011-2013 Jasper Van der Jeugt
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2013 Raúl Benencia
+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:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ 3. None of the names of the copyright holders 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 ``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 HOLDERS 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-websockets/debian/rules b/p/haskell-websockets/debian/rules
new file mode 100755
index 000000000..d730346e0
--- /dev/null
+++ b/p/haskell-websockets/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+# DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-websockets/debian/source/format b/p/haskell-websockets/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-websockets/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-websockets/debian/watch b/p/haskell-websockets/debian/watch
new file mode 100644
index 000000000..e0cf5c3f2
--- /dev/null
+++ b/p/haskell-websockets/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/websockets/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))