debian/0000755000000000000000000000000012252355531007171 5ustar debian/watch0000644000000000000000000000017312245670356010232 0ustar version=3 http://hackage.haskell.org/package/skein/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) debian/rules0000755000000000000000000000060212245670356010256 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 DEB_HOST_ARCH_ENDIAN := $(shell dpkg-architecture -qDEB_HOST_ARCH_ENDIAN) ifeq ($(DEB_HOST_ARCH_ENDIAN),big) DEB_SETUP_GHC_CONFIGURE_ARGS := -fforce-endianness -fbig-endian else DEB_SETUP_GHC_CONFIGURE_ARGS := -fforce-endianness -f-big-endian endif debian/copyright0000644000000000000000000000372012245670356011135 0ustar This package was debianized by Iain Lane on Tue Oct 4 17:13:34 BST 2011 It was downloaded from http://hackage.haskell.org/package/skein Upstream Authors: Felipe Lessa Doug Whiting Copyright: 2011, Felipe Lessa License: All rights reserved. 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 Felipe Lessa nor the names of other 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. The C implementation in c_impl/ has been released into the public domain by its original author, Doug Whiting. debian/source/0000755000000000000000000000000012245670356010500 5ustar debian/source/format0000644000000000000000000000001412245670356011706 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012245670356010627 5ustar debian/compat0000644000000000000000000000000212245670355010375 0ustar 9 debian/control0000644000000000000000000000615112245670442010602 0ustar Source: haskell-skein Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Iain Lane , Clint Adams Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-cereal-dev (>= 0.3) , libghc-cereal-dev (<< 0.5) , libghc-cereal-prof , libghc-tagged-dev (>= 0.2) , libghc-tagged-dev (<< 0.8) , libghc-tagged-prof , libghc-crypto-api-dev (>= 0.6) , libghc-crypto-api-dev (<< 0.13) , libghc-crypto-api-prof , libghc-hspec-dev (>> 1.3) Build-Depends-Indep: ghc-doc , libghc-cereal-doc , libghc-tagged-doc , libghc-crypto-api-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/skein Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-skein Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-skein Package: libghc-skein-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: family of cryptographic hash functions${haskell:ShortBlurb} Skein is a family of fast secure cryptographic hash functions designed by Niels Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir Bellare, Tadayoshi Kohno, Jon Callas and Jesse Walker. . This package uses bindings to an optimized C implementation of Skein. It provides a high-level interface to some of the Skein use cases. It also provides a low-level interface in the module "Crypto.Skein.Internal" should you need to use Skein in a different way. . ${haskell:Blurb} Package: libghc-skein-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: family of cryptographic hash functions${haskell:ShortBlurb} Skein is a family of fast secure cryptographic hash functions designed by Niels Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir Bellare, Tadayoshi Kohno, Jon Callas and Jesse Walker. . This package uses bindings to an optimized C implementation of Skein. It provides a high-level interface to some of the Skein use cases. It also provides a low-level interface in the module "Crypto.Skein.Internal" should you need to use Skein in a different way. . ${haskell:Blurb} Package: libghc-skein-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: family of cryptographic hash functions${haskell:ShortBlurb} Skein is a family of fast secure cryptographic hash functions designed by Niels Ferguson, Stefan Lucks, Bruce Schneier, Doug Whiting, Mihir Bellare, Tadayoshi Kohno, Jon Callas and Jesse Walker. . This package uses bindings to an optimized C implementation of Skein. It provides a high-level interface to some of the Skein use cases. It also provides a low-level interface in the module "Crypto.Skein.Internal" should you need to use Skein in a different way. . ${haskell:Blurb} debian/changelog0000644000000000000000000000550212252355531011045 0ustar haskell-skein (1.0.8-1build2) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Thu, 12 Dec 2013 15:50:49 +0000 haskell-skein (1.0.8-1build1) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Fri, 29 Nov 2013 12:52:56 +0000 haskell-skein (1.0.8-1) unstable; urgency=low [ Joachim Breitner ] * Adjust watch file to new hackage layout [ Clint Adams ] * New upstream version. -- Clint Adams Thu, 28 Nov 2013 11:36:26 -0500 haskell-skein (1.0.3-1) unstable; urgency=low * New upstream version. -- Colin Watson Tue, 11 Jun 2013 17:03:12 +0100 haskell-skein (0.1.0.11-3) 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:44 +0200 haskell-skein (0.1.0.11-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:52:03 +0200 haskell-skein (0.1.0.11-1) experimental; urgency=low * New upstream release -- Joachim Breitner Wed, 13 Feb 2013 00:19:44 +0100 haskell-skein (0.1.0.9-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 * Enable test suite -- Joachim Breitner Fri, 19 Oct 2012 22:15:49 +0200 haskell-skein (0.1.0.7-2) unstable; urgency=low * Bump dependencies, thanks to Samuel Thibault for noticing. -- Joachim Breitner Tue, 22 May 2012 09:19:55 +0200 haskell-skein (0.1.0.7-1) unstable; urgency=low * New upstream version. * Disable test suite due to hspec and crypto-api conflicts. -- Clint Adams Tue, 15 May 2012 13:59:31 -0400 haskell-skein (0.1.0.5-2) unstable; urgency=low * Always set the endianness; fixes FTBFS on unknown LE arches -- Iain Lane Tue, 20 Mar 2012 11:22:16 +0000 haskell-skein (0.1.0.5-1) unstable; urgency=low * New upstream version. - Drop endianness patch, adjust for upstream method. * Bump to Standards-Version 3.9.3. -- Clint Adams Sun, 26 Feb 2012 22:35:34 -0500 haskell-skein (0.1.0.3-2) unstable; urgency=low * Add a flag to manually set endianness and poke this in the rules file. (Closes: #654254) -- Iain Lane Mon, 02 Jan 2012 18:10:42 +0000 haskell-skein (0.1.0.3-1) unstable; urgency=low * New upstream version. -- Clint Adams Mon, 02 Jan 2012 10:50:39 -0500 haskell-skein (0.1-1) unstable; urgency=low * Initial release. -- Iain Lane Tue, 04 Oct 2011 17:31:14 +0100