summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2013-06-11 04:20:01 +0400
committerClint Adams <clint@debian.org>2013-06-11 04:20:01 +0400
commit846d6f1d433313bab7fd6c99fd57b8c16daf7dc0 (patch)
tree8ff1abfb799f7ab8ea7c59b97b2b6d6bc0ee67ed
parentf4864e22e35b6b0692bfc5d6ba76b82024a491eb (diff)
downloadDHG_packages-846d6f1d433313bab7fd6c99fd57b8c16daf7dc0.tar.gz
haskell-zeromq3-haskell: Initial Check-In
-rw-r--r--p/haskell-zeromq3-haskell/debian/changelog5
-rw-r--r--p/haskell-zeromq3-haskell/debian/compat1
-rw-r--r--p/haskell-zeromq3-haskell/debian/control77
-rw-r--r--p/haskell-zeromq3-haskell/debian/copyright34
-rwxr-xr-xp/haskell-zeromq3-haskell/debian/rules6
-rw-r--r--p/haskell-zeromq3-haskell/debian/source/format1
-rw-r--r--p/haskell-zeromq3-haskell/debian/watch5
7 files changed, 129 insertions, 0 deletions
diff --git a/p/haskell-zeromq3-haskell/debian/changelog b/p/haskell-zeromq3-haskell/debian/changelog
new file mode 100644
index 000000000..9f36bf932
--- /dev/null
+++ b/p/haskell-zeromq3-haskell/debian/changelog
@@ -0,0 +1,5 @@
+haskell-zeromq3-haskell (0.3.1-1) unstable; urgency=low
+
+ * Initial release.
+
+ -- Clint Adams <clint@debian.org> Mon, 10 Jun 2013 19:52:43 -0400
diff --git a/p/haskell-zeromq3-haskell/debian/compat b/p/haskell-zeromq3-haskell/debian/compat
new file mode 100644
index 000000000..ec635144f
--- /dev/null
+++ b/p/haskell-zeromq3-haskell/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-zeromq3-haskell/debian/control b/p/haskell-zeromq3-haskell/debian/control
new file mode 100644
index 000000000..06d0c0120
--- /dev/null
+++ b/p/haskell-zeromq3-haskell/debian/control
@@ -0,0 +1,77 @@
+Source: haskell-zeromq3-haskell
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Clint Adams <clint@debian.org>
+Build-Depends: debhelper (>= 9)
+ , cdbs
+ , haskell-devscripts (>= 0.8.15)
+ , ghc
+ , ghc-prof
+ , libghc-monadcatchio-transformers-dev
+ , libghc-monadcatchio-transformers-prof
+ , libghc-transformers-dev
+ , libghc-transformers-prof
+ , libzmq3-dev (>= 3.2.3-0)
+# , libghc-quickcheck2-dev (>> 2.6)
+# , libghc-checkers-dev (>> 0.3)
+# , libghc-ansi-terminal-dev (>> 0.6)
+Build-Depends-Indep: ghc-doc
+ , libghc-monadcatchio-transformers-doc
+ , libghc-transformers-doc
+Standards-Version: 3.9.4
+Homepage: http://hackage.haskell.org/package/zeromq3-haskell
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-zeromq3-haskell
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-zeromq3-haskell
+
+Package: libghc-zeromq3-haskell-dev
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${shlibs:Depends}
+ , ${misc:Depends}
+ , libzmq3-dev (>= 3.2.3-0)
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: bindings to ZeroMQ 3.x${haskell:ShortBlurb}
+ The 0MQ lightweight messaging kernel is a library which extends the standard
+ socket interfaces with features traditionally provided by specialised
+ messaging middleware products. 0MQ sockets provide an abstraction of
+ asynchronous message queues, multiple messaging patterns, message filtering
+ (subscriptions), seamless access to multiple transport protocols and more.
+ This library provides the Haskell language binding to 0MQ.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-zeromq3-haskell-prof
+Architecture: any
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: bindings to ZeroMQ 3.x${haskell:ShortBlurb}
+ The 0MQ lightweight messaging kernel is a library which extends the standard
+ socket interfaces with features traditionally provided by specialised
+ messaging middleware products. 0MQ sockets provide an abstraction of
+ asynchronous message queues, multiple messaging patterns, message filtering
+ (subscriptions), seamless access to multiple transport protocols and more.
+ This library provides the Haskell language binding to 0MQ.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-zeromq3-haskell-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: bindings to ZeroMQ 3.x${haskell:ShortBlurb}
+ The 0MQ lightweight messaging kernel is a library which extends the standard
+ socket interfaces with features traditionally provided by specialised
+ messaging middleware products. 0MQ sockets provide an abstraction of
+ asynchronous message queues, multiple messaging patterns, message filtering
+ (subscriptions), seamless access to multiple transport protocols and more.
+ This library provides the Haskell language binding to 0MQ.
+ .
+ ${haskell:Blurb}
diff --git a/p/haskell-zeromq3-haskell/debian/copyright b/p/haskell-zeromq3-haskell/debian/copyright
new file mode 100644
index 000000000..01c66b4cf
--- /dev/null
+++ b/p/haskell-zeromq3-haskell/debian/copyright
@@ -0,0 +1,34 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: zeromq3-haskell
+Upstream-Contact: Toralf Wittner <tw@dtex.org>
+Source: http://hackage.haskell.org/package/zeromq3-haskell
+
+Files: *
+Copyright: 2010-2013 zeromq-haskell authors
+License: MIT
+
+Files: debian/*
+Copyright: 2013 Clint Adams
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.
diff --git a/p/haskell-zeromq3-haskell/debian/rules b/p/haskell-zeromq3-haskell/debian/rules
new file mode 100755
index 000000000..31337b5b6
--- /dev/null
+++ b/p/haskell-zeromq3-haskell/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-zeromq3-haskell/debian/source/format b/p/haskell-zeromq3-haskell/debian/source/format
new file mode 100644
index 000000000..163aaf8d8
--- /dev/null
+++ b/p/haskell-zeromq3-haskell/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-zeromq3-haskell/debian/watch b/p/haskell-zeromq3-haskell/debian/watch
new file mode 100644
index 000000000..d711fb3e6
--- /dev/null
+++ b/p/haskell-zeromq3-haskell/debian/watch
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|zeromq3-haskell-$1.tar.gz|" \
+ http://hackage.haskell.org/packages/archive/zeromq3-haskell \
+ ([\d\.]*\d)/