debian/0000755000000000000000000000000012151075575007176 5ustar debian/watch0000644000000000000000000000034612036252154010222 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|zlib-bindings-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/zlib-bindings \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000020612036252154010244 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/copyright0000644000000000000000000000363212036252154011125 0ustar This package was debianized by Clint Adams on Sun, 29 May 2011 17:44:16 -0000 It was downloaded from http://hackage.haskell.org/package/zlib-bindings Upstream Authors: Michael Snoyman Copyright: 2010 Michael Snoyman License: 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. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS "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 HOLDERS 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 e OF THE POSSIBILITY OF SUCH DAMAGE. These header files are under the Zlib license: cbits/zlib.h: Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler cbits/zconf.h: * Copyright (C) 1995-2005 Jean-loup Gailly. cbits/inffast.h: * Copyright (C) 1995-2003 Mark Adler cbits/deflate.h: * Copyright (C) 1995-2004 Jean-loup Gailly cbits/inftrees.h: * Copyright (C) 1995-2005 Mark Adler cbits/zutil.h: * Copyright (C) 1995-2005 Jean-loup Gailly. cbits/inflate.h: * Copyright (C) 1995-2004 Mark Adler debian/source/0000755000000000000000000000000012036252154010466 5ustar debian/source/format0000644000000000000000000000001412036252154011674 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616374010377 0ustar 9 debian/control0000644000000000000000000000361612150230217010570 0ustar Source: haskell-zlib-bindings 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-zlib-dev (>> 0.5.2.0) , libghc-zlib-prof # , libghc-hspec-dev # , libghc-quickcheck2-dev (>> 2.3) # , libghc-hunit-dev Build-Depends-Indep: ghc-doc , libghc-zlib-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/zlib-bindings Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-zlib-bindings Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-zlib-bindings Package: libghc-zlib-bindings-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: low-level bindings to zlib${haskell:ShortBlurb} It provides necessary functions for producing a streaming interface. This is used, for example, by zlib-conduit and zlib-enum. . ${haskell:Blurb} Package: libghc-zlib-bindings-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: low-level bindings to zlib${haskell:ShortBlurb} It provides necessary functions for producing a streaming interface. This is used, for example, by zlib-conduit and zlib-enum. . ${haskell:Blurb} Package: libghc-zlib-bindings-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: low-level bindings to zlib${haskell:ShortBlurb} It provides necessary functions for producing a streaming interface. This is used, for example, by zlib-conduit and zlib-enum. . ${haskell:Blurb} debian/changelog0000644000000000000000000000335012151075575011051 0ustar haskell-zlib-bindings (0.1.1.1-3build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Tue, 28 May 2013 10:40:13 +0100 haskell-zlib-bindings (0.1.1.1-3) unstable; urgency=low * Move Haskell blurb to the end of the description, reduces the impact of #708703 -- Joachim Breitner Sun, 26 May 2013 09:20:17 +0200 haskell-zlib-bindings (0.1.1.1-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:52:40 +0200 haskell-zlib-bindings (0.1.1.1-1) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change * New upstream release -- Joachim Breitner Sat, 20 Oct 2012 00:23:11 +0200 haskell-zlib-bindings (0.1.0.1-1) unstable; urgency=low * New upstream version. * Bump to Standards-Version 3.9.3. -- Clint Adams Mon, 14 May 2012 23:47:06 -0400 haskell-zlib-bindings (0.0.3.2-1) unstable; urgency=low * New upstream version. -- Clint Adams Fri, 10 Feb 2012 12:05:48 -0500 haskell-zlib-bindings (0.0.3-1) unstable; urgency=low [ Joachim Breitner ] * Fix typo profilling (Closes: #639608) [ Clint Adams ] * New upstream version. -- Clint Adams Wed, 01 Feb 2012 07:37:58 -0500 haskell-zlib-bindings (0.0.1-1) unstable; urgency=low * New upstream version. -- Clint Adams Sun, 28 Aug 2011 11:28:23 -0400 haskell-zlib-bindings (0.0.0-1) unstable; urgency=low * Initial release. -- Clint Adams Sun, 29 May 2011 13:44:16 -0400