debian/0000755000000000000000000000000012150231214007155 5ustar debian/copyright0000644000000000000000000000351412036247615011132 0ustar This package was debianized by Joachim Breitner on Thu, 06 Aug 2009 15:57:33 +0200 It was downloaded from http://hackage.haskell.org/package/zip-archive Copyright: (c) 2006-2008, Eugene Kirpichov The following is the license for this package even though the cabal file says BSD3. The cabal file is a machine readable file and the syntax only allows specific values, not including 'BSD2'. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. 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 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. Copyright Debian packaging. (C) 2009 Joachim Breitner The Debian packaging can be distributed under the same terms as digest itself. debian/watch0000644000000000000000000000033012036247615010221 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|digest-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/digest \ ([\d\.]*\d)/ debian/compat0000644000000000000000000000000212147616160010370 0ustar 9 debian/control0000644000000000000000000000374312150230113010564 0ustar Source: haskell-digest Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Joachim Breitner Build-Depends: debhelper (>= 9) , haskell-devscripts (>= 0.8.15) , cdbs , ghc , ghc-prof , zlib1g-dev Standards-Version: 3.9.4 Build-Depends-Indep: ghc-doc Homepage: http://hackage.haskell.org/package/digest Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-digest Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-digest Package: libghc-digest-dev Architecture: any Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, zlib1g-dev Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: efficient cryptographic hash implementations for bytestrings${haskell:ShortBlurb} This package provides efficient cryptographic hash implementations for strict and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are implemented as FFI bindings to efficient code from zlib. . ${haskell:Blurb} Package: libghc-digest-prof Architecture: any Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${haskell:Provides} Description: efficient cryptographic hash implementations bytestrings${haskell:ShortBlurb} This package provides efficient cryptographic hash implementations for strict and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are implemented as FFI bindings to efficient code from zlib. . ${haskell:Blurb} Package: libghc-digest-doc Section: doc Architecture: all Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: efficient cryptographic hash implementations bytestrings${haskell:ShortBlurb} This package provides efficient cryptographic hash implementations for strict and lazy bytestrings. For now, CRC32 and Adler32 are supported; they are implemented as FFI bindings to efficient code from zlib. . ${haskell:Blurb} debian/rules0000755000000000000000000000022212036247615010250 0ustar #!/usr/bin/make -f DEB_BUILD_DEPENDENCIES = build-arch include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/changelog0000644000000000000000000000556512150231214011042 0ustar haskell-digest (0.0.1.0-4) unstable; urgency=low * Move Haskell blurb to the end of the description, reduces the impact of #708703 -- Joachim Breitner Sat, 25 May 2013 23:52:12 +0200 haskell-digest (0.0.1.0-3) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:50:28 +0200 haskell-digest (0.0.1.0-2) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change -- Joachim Breitner Sun, 14 Oct 2012 12:00:41 +0200 haskell-digest (0.0.1.0-1) unstable; urgency=low * New upstream version. * Fix -doc package dependency. -- Clint Adams Mon, 13 Feb 2012 22:27:45 -0500 haskell-digest (0.0.0.9-1) unstable; urgency=low [ Marco Túlio Gontijo e Silva ] * debian/source/format: Use 3.0 (quilt). [ Marco Silva ] * Use ghc instead of ghc6 [ Joachim Breitner ] * New upstream release * Bump standards version, no change -- Joachim Breitner Sun, 03 Apr 2011 14:40:41 +0530 haskell-digest (0.0.0.7-2) unstable; urgency=low [ Marco Túlio Gontijo e Silva ] * debian/control: Change Priority: to extra. * debian/watch: Use format that works for --download-current-version. * debian/watch: Add .tar.gz to downloaded filename. * debian/watch: Include package name in downloaded .tar.gz. * debian/watch: Remove spaces, since they're not allowed by uscan. * debian/control: Add field Provides: ${haskell:Provides} to -dev and -prof packages. * debian/control: Use Vcs-Browser: field. * debian/control: Remove dependency in hscolour, since it's now a dependency of haskell-devscripts. * debian/control: Remove haddock from Build-Depends:, since it's now a Depends: of haskell-devscripts. * debian/control: Bump Standards-Version: to 3.8.4, no changes needed. * debian/control: Use more sintetic link in Homepage:. [ Joachim Breitner ] * Bump haskell-devscripts dependency to 0.7 -- Joachim Breitner Sat, 20 Feb 2010 16:02:16 +0100 haskell-digest (0.0.0.7-1) unstable; urgency=low * New upstream release * The file cbits/crc32.h has been removed from the source. -- Joachim Breitner Wed, 23 Sep 2009 17:05:01 +0200 haskell-digest (0.0.0.6-2) unstable; urgency=low [ Marco Túlio Gontijo e Silva ] * debian/control: Use more sintetic name for Vcs-Darcs. [ Joachim Breitner ] * Mention cabal licence mismatch and crc32.h info in debian/copyright -- Joachim Breitner Tue, 08 Sep 2009 09:49:37 +0200 haskell-digest (0.0.0.6-1) unstable; urgency=low * Initial release. This is a new dependency for pandoc. -- Joachim Breitner Thu, 06 Aug 2009 16:09:50 +0200 debian/source/0000755000000000000000000000000012036247615010474 5ustar debian/source/format0000644000000000000000000000001412036247615011702 0ustar 3.0 (quilt)