debian/0000755000000000000000000000000012232502541007162 5ustar debian/watch0000644000000000000000000000017612232500040010207 0ustar version=3 http://hackage.haskell.org/package/hashable/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) debian/rules0000755000000000000000000000020612232500040010230 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/copyright0000644000000000000000000000335212232500037011116 0ustar This package was debianized by Clint Adams on Sat, 25 Jun 2011 22:47:42 -0000 It was downloaded from http://hackage.haskell.org/package/hashable Upstream Authors: Milan Straka Johan Tibell Copyright: 2010 Milan Straka 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. * Neither the name of Milan Straka 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. debian/source/0000755000000000000000000000000012232500040010452 5ustar debian/source/format0000644000000000000000000000001412232500040011660 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012232502024010605 5ustar debian/patches/disable_mmap_on_some_arches0000644000000000000000000000142012232502024016206 0ustar Description: disable calls to mmap() on some arches That is armel, armhf, mips, mipsel and powerpc, where mmap fails with EINVAL. Author: Louis Bettens --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: haskell-hashable-1.2.1.0/hashable.cabal =================================================================== --- haskell-hashable-1.2.1.0.orig/hashable.cabal +++ haskell-hashable-1.2.1.0/hashable.cabal @@ -77,7 +77,7 @@ QuickCheck >= 2.4.0.1, random == 1.0.*, text >= 0.11.0.5 - if !os(windows) + if !os(windows) && !(arch(arm) || arch(mips) || arch(ppc) || arch(ppc64)) Build-depends: unix CPP-options: -DHAVE_MMAP Other-modules: Regress.Mmap debian/patches/series0000644000000000000000000000003412232500040012013 0ustar disable_mmap_on_some_arches debian/compat0000644000000000000000000000000212232500037010356 0ustar 9 debian/control0000644000000000000000000000475612232500037010577 0ustar Source: haskell-hashable Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Clint Adams Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc (>= 7.6.3-5) , ghc-prof , libghc-hunit-dev , libghc-test-framework-hunit-dev , libghc-text-dev (>> 0.11.0.5) , libghc-text-dev (<< 0.12) , libghc-text-prof , libghc-test-framework-dev (>= 0.3.3) , libghc-test-framework-quickcheck2-dev (>= 0.2.9) , libghc-quickcheck2-dev (>= 2.4.0.1) , libghc-random-dev (>= 1.0) , libghc-random-dev (<< 1.1) , libghc-text-dev (>= 0.11.0.5) Build-Depends-Indep: ghc-doc , libghc-text-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/hashable Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hashable Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hashable Package: libghc-hashable-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Class for types that can be converted to a hash value${haskell:ShortBlurb} It defines a class, Hashable, for types that can be converted to a hash value. This class exists for the benefit of hashing-based data structures. The package provides instances for basic types and a way to combine hash values. . ${haskell:Blurb} Package: libghc-hashable-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Class for types that can be converted to a hash value${haskell:ShortBlurb} It defines a class, Hashable, for types that can be converted to a hash value. This class exists for the benefit of hashing-based data structures. The package provides instances for basic types and a way to combine hash values. . ${haskell:Blurb} Package: libghc-hashable-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Class for types that can be converted to a hash value${haskell:ShortBlurb} It defines a class, Hashable, for types that can be converted to a hash value. This class exists for the benefit of hashing-based data structures. The package provides instances for basic types and a way to combine hash values. . ${haskell:Blurb} debian/changelog0000644000000000000000000000455112232502541011041 0ustar haskell-hashable (1.2.1.0-4) unstable; urgency=low * Fix mmap patch to use Cabal-compatible architecture names; "mips" is already aliased to cover both big- and little-endian variants, and "powerpc" and "powerpc64" are spelled "ppc" and "ppc64" respectively. -- Colin Watson Fri, 25 Oct 2013 15:51:12 +0100 haskell-hashable (1.2.1.0-3) unstable; urgency=low * Disable also on powerpc64, maybe there is some arch name confusion somewhere. -- Joachim Breitner Thu, 24 Oct 2013 19:18:06 +0200 haskell-hashable (1.2.1.0-2) unstable; urgency=low * Disable calls to mmap in testsuite, whose failure prevented build -- Louis Bettens Wed, 23 Oct 2013 22:21:51 +0200 haskell-hashable (1.2.1.0-1) unstable; urgency=low [ Joachim Breitner ] * Adjust watch file to new hackage layout [ Louis Bettens ] * New upstream release * add HUnit dependency * raise GHC depended version because of cabal bug #1087 -- Louis Bettens Mon, 07 Oct 2013 20:02:20 +0200 haskell-hashable (1.1.2.5-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:21 +0200 haskell-hashable (1.1.2.5-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:50:48 +0200 haskell-hashable (1.1.2.5-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 testsuite -- Joachim Breitner Wed, 17 Oct 2012 17:00:42 +0200 haskell-hashable (1.1.2.3-1) unstable; urgency=low * New upstream release -- Joachim Breitner Sat, 25 Feb 2012 16:34:26 +0100 haskell-hashable (1.1.2.2-1) unstable; urgency=low * New upstream version. -- Clint Adams Sun, 05 Feb 2012 13:18:17 -0500 haskell-hashable (1.1.2.1-1) unstable; urgency=low * New upstream version. -- Clint Adams Tue, 30 Aug 2011 14:05:17 -0400 haskell-hashable (1.1.2.0-1) unstable; urgency=low * Initial packaging. -- Clint Adams Sat, 25 Jun 2011 18:47:42 -0400