[Pkg-haskell-commits] darcs: =?UTF-8?Q?haskell-=7Aeromq4-haskell?=: Initial Check-In

Clint Adams clint at debian.org
Mon Mar 31 21:55:29 UTC 2014


Tue Jun 11 00:20:01 UTC 2013  Clint Adams <clint at debian.org>
  * Initial Check-In

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Tue Jun 11 00:20:01 UTC 2013  Clint Adams <clint at debian.org>
  * Initial Check-In
diff -rN -u old-haskell-zeromq4-haskell/changelog new-haskell-zeromq4-haskell/changelog
--- old-haskell-zeromq4-haskell/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-zeromq4-haskell/changelog	2014-03-31 21:55:29.662399603 +0000
@@ -0,0 +1,5 @@
+haskell-zeromq3-haskell (0.3.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Mon, 10 Jun 2013 19:52:43 -0400
diff -rN -u old-haskell-zeromq4-haskell/compat new-haskell-zeromq4-haskell/compat
--- old-haskell-zeromq4-haskell/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-zeromq4-haskell/compat	2014-03-31 21:55:29.654399602 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-haskell-zeromq4-haskell/control new-haskell-zeromq4-haskell/control
--- old-haskell-zeromq4-haskell/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-zeromq4-haskell/control	2014-03-31 21:55:29.662399603 +0000
@@ -0,0 +1,77 @@
+Source: haskell-zeromq3-haskell
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at 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 -rN -u old-haskell-zeromq4-haskell/copyright new-haskell-zeromq4-haskell/copyright
--- old-haskell-zeromq4-haskell/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-zeromq4-haskell/copyright	2014-03-31 21:55:29.658399603 +0000
@@ -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 at 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 -rN -u old-haskell-zeromq4-haskell/rules new-haskell-zeromq4-haskell/rules
--- old-haskell-zeromq4-haskell/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-zeromq4-haskell/rules	2014-03-31 21:55:29.658399603 +0000
@@ -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 -rN -u old-haskell-zeromq4-haskell/source/format new-haskell-zeromq4-haskell/source/format
--- old-haskell-zeromq4-haskell/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-zeromq4-haskell/source/format	2014-03-31 21:55:29.658399603 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-zeromq4-haskell/watch new-haskell-zeromq4-haskell/watch
--- old-haskell-zeromq4-haskell/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-zeromq4-haskell/watch	2014-03-31 21:55:29.662399603 +0000
@@ -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)/




More information about the Pkg-haskell-commits mailing list