debian/0000755000000000000000000000000012250756602007173 5ustar debian/watch0000644000000000000000000000020212250753112010207 0ustar version=3 http://hackage.haskell.org/package/cryptocipher/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) debian/control0000644000000000000000000000462012250754474010605 0ustar Source: haskell-cryptocipher 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-crypto-cipher-types-dev (>= 0.0.8) , libghc-crypto-cipher-types-dev (<< 0.1) , libghc-crypto-cipher-types-prof , libghc-cipher-aes-dev (>= 0.2.3) , libghc-cipher-aes-dev (<< 0.3) , libghc-cipher-aes-prof , libghc-cipher-rc4-dev (>= 0.1.3) , libghc-cipher-rc4-dev (<< 0.2) , libghc-cipher-rc4-prof , libghc-cipher-des-dev (>= 0.0) , libghc-cipher-des-dev (<< 0.1) , libghc-cipher-des-prof , libghc-cipher-blowfish-dev (>= 0.0) , libghc-cipher-blowfish-dev (<< 0.1) , libghc-cipher-blowfish-prof , libghc-cipher-camellia-dev (>= 0.0) , libghc-cipher-camellia-dev (<< 0.1) , libghc-cipher-camellia-prof Build-Depends-Indep: ghc-doc , libghc-crypto-cipher-types-doc , libghc-cipher-aes-doc , libghc-cipher-rc4-doc , libghc-cipher-des-doc , libghc-cipher-blowfish-doc , libghc-cipher-camellia-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/cryptocipher Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cryptocipher Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cryptocipher X-Description: Symmetrical block and stream ciphers This library provides symmetrical block and stream ciphers like RC4, AES, Blowfish and Camellia. Package: libghc-cryptocipher-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-cryptocipher-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} Package: libghc-cryptocipher-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: ${haskell:ShortDescription}${haskell:ShortBlurb} ${haskell:LongDescription} . ${haskell:Blurb} debian/rules0000755000000000000000000000042312250753112010243 0ustar #!/usr/bin/make -f DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH) ifeq ($(DEB_BUILD_ARCH),amd64) DEB_SETUP_GHC_CONFIGURE_ARGS = -faesni endif DEB_ENABLE_TESTS = yes include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/changelog0000644000000000000000000000564112250753155011053 0ustar haskell-cryptocipher (0.6.2-1) unstable; urgency=low * New upstream version. -- Clint Adams Sat, 07 Dec 2013 21:15:59 -0500 haskell-cryptocipher (0.6.1-1) unstable; urgency=low * Adjust watch file to new hackage layout * New upstream release -- Joachim Breitner Sat, 05 Oct 2013 18:10:11 +0200 haskell-cryptocipher (0.5.2-1) unstable; urgency=low * New upstream version. -- Clint Adams Sat, 31 Aug 2013 12:13:22 -0700 haskell-cryptocipher (0.5.0-1) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs * New upstream release -- Joachim Breitner Sat, 25 May 2013 18:09:59 +0200 haskell-cryptocipher (0.3.6-1) experimental; urgency=low * New upstream version. -- Clint Adams Sat, 17 Nov 2012 12:09:36 -0500 haskell-cryptocipher (0.3.5-2) experimental; urgency=low * Enable AES-NI support, thanks to Nuutti Kotivuori for the patch (Closes: #686066) * Depend on haskell-devscripts 0.8.13 to ensure this package is built against experimental * Bump standards version, no change -- Joachim Breitner Thu, 18 Oct 2012 10:25:09 +0200 haskell-cryptocipher (0.3.5-1) unstable; urgency=low * New upstream release, includes our patch. -- Joachim Breitner Fri, 15 Jun 2012 10:18:36 +0200 haskell-cryptocipher (0.3.3-3) unstable; urgency=low * Upload to unstable -- Joachim Breitner Fri, 15 Jun 2012 09:24:38 +0200 haskell-cryptocipher (0.3.3-2) experimental; urgency=low * haskell-cryptocipher on BigEndian architectures (Closes: #674811) -- Joachim Breitner Fri, 15 Jun 2012 09:24:29 +0200 haskell-cryptocipher (0.3.3-1) unstable; urgency=low * New upstream version. * Add missing build dependency on cryptohash (for test suite). closes: #673275. -- Clint Adams Fri, 18 May 2012 12:38:57 -0400 haskell-cryptocipher (0.3.2-1) unstable; urgency=low * New upstream version. * Enable test suite. -- Clint Adams Tue, 15 May 2012 15:29:22 -0400 haskell-cryptocipher (0.3.0-3) unstable; urgency=low * Bump to Standards-Version 3.9.3. -- Clint Adams Tue, 01 May 2012 15:09:50 -0400 haskell-cryptocipher (0.3.0-2) unstable; urgency=low * Sourceful upload to rebuild documentation package. -- Clint Adams Fri, 10 Feb 2012 23:33:31 -0500 haskell-cryptocipher (0.3.0-1) unstable; urgency=low * New upstream version. -- Clint Adams Sun, 25 Dec 2011 21:09:19 -0500 haskell-cryptocipher (0.2.14-1) unstable; urgency=low * New upstream version. -- Clint Adams Sat, 27 Aug 2011 22:12:09 -0400 haskell-cryptocipher (0.2.12-1) unstable; urgency=low * Initial release. -- Clint Adams Sat, 04 Jun 2011 12:38:41 -0400 debian/compat0000644000000000000000000000000212250753112010362 0ustar 9 debian/copyright0000644000000000000000000000324112250753112011117 0ustar This package was debianized by Clint Adams on Sat, 04 Jun 2011 16:38:41 -0000 It was downloaded from http://hackage.haskell.org/package/cryptocipher Upstream Author: Vincent Hanquez Copyright: 2010-2011 Vincent Hanquez License: 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. 3. Neither the name of the author nor the names of his contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 AUTHORS 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. debian/source/0000755000000000000000000000000012250753112010464 5ustar debian/source/format0000644000000000000000000000001412250753112011672 0ustar 3.0 (quilt)