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

clint at debian.org clint at debian.org
Wed Nov 30 04:17:19 UTC 2011


Wed Nov 30 04:16:54 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: 382307b0215a3265d27fbfe27995c820

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

Wed Nov 30 04:16:54 UTC 2011  clint at debian.org
  * Initial Check-In
  Ignore-this: 382307b0215a3265d27fbfe27995c820
diff -rN -u old-haskell-zeromq-haskell//changelog new-haskell-zeromq-haskell//changelog
--- old-haskell-zeromq-haskell//changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-zeromq-haskell//changelog	2011-11-30 04:17:19.510179529 +0000
@@ -0,0 +1,5 @@
+haskell-zeromq-haskell (0.8-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Clint Adams <clint at debian.org>  Tue, 29 Nov 2011 22:41:40 -0500
diff -rN -u old-haskell-zeromq-haskell//compat new-haskell-zeromq-haskell//compat
--- old-haskell-zeromq-haskell//compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-zeromq-haskell//compat	2011-11-30 04:17:19.510179529 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-zeromq-haskell//control new-haskell-zeromq-haskell//control
--- old-haskell-zeromq-haskell//control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-zeromq-haskell//control	2011-11-30 04:17:19.514177616 +0000
@@ -0,0 +1,71 @@
+Source: haskell-zeromq-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 (>= 7)
+  , cdbs
+  , haskell-devscripts (>= 0.8)
+  , ghc
+  , ghc-prof
+  , libzmq-dev
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.2
+Homepage: http://hackage.haskell.org/package/zeromq-haskell
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-zeromq-haskell
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-zeromq-haskell
+
+Package: libghc-zeromq-haskell-dev
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${shlibs:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: bindings to ZeroMQ
+ 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.
+ .
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-zeromq-haskell-prof
+Architecture: any
+Depends: ${haskell:Depends}
+  , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: bindings to ZeroMQ; profiling libraries
+ 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.
+ .
+ This package provides a library for the Haskell programming language, compiled
+ for profiling.  See http://www.haskell.org/ for more information on Haskell.
+
+Package: libghc-zeromq-haskell-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${haskell:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Description: bindings to ZeroMQ; documentation
+ 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.
+ .
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
diff -rN -u old-haskell-zeromq-haskell//copyright new-haskell-zeromq-haskell//copyright
--- old-haskell-zeromq-haskell//copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-zeromq-haskell//copyright	2011-11-30 04:17:19.522177502 +0000
@@ -0,0 +1,27 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Upstream-Name: zeromq-haskell
+Upstream-Contact: Toralf Wittner <toralf.wittner at gmail.com>
+Source: http://hackage.haskell.org/package/zeromq-haskell
+
+Copyright: 2010 zeromq-haskell authors
+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-zeromq-haskell//rules new-haskell-zeromq-haskell//rules
--- old-haskell-zeromq-haskell//rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-zeromq-haskell//rules	2011-11-30 04:17:19.522177502 +0000
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff -rN -u old-haskell-zeromq-haskell//source/format new-haskell-zeromq-haskell//source/format
--- old-haskell-zeromq-haskell//source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-zeromq-haskell//source/format	2011-11-30 04:17:19.522177502 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-zeromq-haskell//watch new-haskell-zeromq-haskell//watch
--- old-haskell-zeromq-haskell//watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-zeromq-haskell//watch	2011-11-30 04:17:19.526175263 +0000
@@ -0,0 +1,5 @@
+version=3
+opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\
+filenamemangle=s|(.*)/$|zeromq-haskell-$1.tar.gz|" \
+    http://hackage.haskell.org/packages/archive/zeromq-haskell \
+    ([\d\.]*\d)/





More information about the Pkg-haskell-commits mailing list