debian/0000755000000000000000000000000012254447157007201 5ustar debian/watch0000644000000000000000000000032612150077407010223 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|hedis-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/hedis \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000020612150077407010247 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/copyright0000644000000000000000000000475312150077407011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: hedis Upstream-Contact: Falko Peters Source: http://hackage.haskell.org/package/hedis Files: * Copyright: 2011 Falko Peters License: BSD-3-clause Files: debian/* Copyright: 2013 Clint Adams License: ISC 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: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. * Neither the name of Falko Peters nor the names of its contributors 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 AND CONTRIBUTORS "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 OWNER OR CONTRIBUTORS 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. License: ISC Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. . THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. debian/source/0000755000000000000000000000000012150077407010471 5ustar debian/source/format0000644000000000000000000000001412150077407011677 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212150077447010373 0ustar 9 debian/control0000644000000000000000000000570212150077523010577 0ustar Source: haskell-hedis 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-attoparsec-dev (>> 0.10) , libghc-attoparsec-dev (<< 0.11) , libghc-attoparsec-prof , libghc-boundedchan-dev (>> 1.0) , libghc-boundedchan-dev (<< 1.1) , libghc-boundedchan-prof , libghc-bytestring-lexing-dev (>> 0.4) , libghc-bytestring-lexing-dev (<< 0.5) , libghc-bytestring-lexing-prof , libghc-mtl-dev (>> 2.0) , libghc-mtl-dev (<< 3.0) , libghc-mtl-prof , libghc-network-dev (>> 2.0) , libghc-network-dev (<< 3.0) , libghc-network-prof , libghc-resource-pool-dev (>> 0.2) , libghc-resource-pool-dev (<< 0.3) , libghc-resource-pool-prof , libghc-vector-dev (>> 0.9) , libghc-vector-dev (<< 0.11) , libghc-vector-prof Build-Depends-Indep: ghc-doc , libghc-attoparsec-doc , libghc-boundedchan-doc , libghc-bytestring-lexing-doc , libghc-mtl-doc , libghc-network-doc , libghc-resource-pool-doc , libghc-vector-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/hedis Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hedis Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hedis Package: libghc-hedis-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: client library for the Redis datastore${haskell:ShortBlurb} This library is a Haskell client for the Redis datastore. Compared to other Haskell client libraries it has some advantages: complete Redis 2.6 command set, automatic optimal pipelining, enforced pub/sub semantics, connection via TCP or Unix domain socket. . ${haskell:Blurb} Package: libghc-hedis-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: client library for the Redis datastore${haskell:ShortBlurb} This library is a Haskell client for the Redis datastore. Compared to other Haskell client libraries it has some advantages: complete Redis 2.6 command set, automatic optimal pipelining, enforced pub/sub semantics, connection via TCP or Unix domain socket. . ${haskell:Blurb} Package: libghc-hedis-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: client library for the Redis datastore${haskell:ShortBlurb} This library is a Haskell client for the Redis datastore. Compared to other Haskell client libraries it has some advantages: complete Redis 2.6 command set, automatic optimal pipelining, enforced pub/sub semantics, connection via TCP or Unix domain socket. . ${haskell:Blurb} debian/changelog0000644000000000000000000000144712254447157011061 0ustar haskell-hedis (0.6.2-2build3) trusty; urgency=medium * Rebuild for new GHC ABIs. -- Colin Watson Thu, 19 Dec 2013 01:39:59 +0000 haskell-hedis (0.6.2-2build2) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Sun, 27 Oct 2013 15:16:09 -0700 haskell-hedis (0.6.2-2build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Thu, 30 May 2013 12:46:48 +0100 haskell-hedis (0.6.2-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Sat, 25 May 2013 11:17:53 +0200 haskell-hedis (0.6.2-1) experimental; urgency=low * Initial release. -- Clint Adams Sat, 05 Jan 2013 15:30:25 -0500