debian/0000755000000000000000000000000012252741375007176 5ustar debian/watch0000644000000000000000000000035212164057553010227 0ustar 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)/ debian/rules0000755000000000000000000000020612164057553010254 0ustar #!/usr/bin/make -f #DEB_ENABLE_TESTS = yes include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000256312164057553011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: zeromq3-haskell Upstream-Contact: Toralf Wittner 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. debian/source/0000755000000000000000000000000012164057553010476 5ustar debian/source/format0000644000000000000000000000001412164057553011704 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212164057553010374 0ustar 9 debian/control0000644000000000000000000000621512164060237010576 0ustar Source: haskell-zeromq3-haskell Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Clint Adams Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-async-dev , libghc-async-prof , libghc-monadcatchio-transformers-dev , libghc-monadcatchio-transformers-prof , libghc-semigroups-dev , libghc-semigroups-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-async-doc , libghc-monadcatchio-transformers-doc , libghc-semigroups-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} debian/changelog0000644000000000000000000000071512252741375011053 0ustar haskell-zeromq3-haskell (0.4-1build1) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Sat, 14 Dec 2013 02:31:25 +0000 haskell-zeromq3-haskell (0.4-1) unstable; urgency=low * New upstream version. -- Clint Adams Sun, 30 Jun 2013 12:40:15 -0400 haskell-zeromq3-haskell (0.3.1-1) unstable; urgency=low * Initial release. -- Clint Adams Mon, 10 Jun 2013 19:52:43 -0400