debian/0000755000000000000000000000000012151105535007164 5ustar debian/copyright0000644000000000000000000000337412036252174011132 0ustar Format: http://deb.debian.net/deps/dep5 Upstream-Name: tokyocabinet-haskell Source: http://hackage.haskell.org/package/tokyocabinet-haskell Files: * Copyright: 2009, Tom Tsuruhara License: BSD-3-clause Files: debian/* Copyright: 2009-2011 TANIGUCHI Takaki License: BSD-3-clause License: BSD-3-clause 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. . * The names of contributors may not 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/watch0000644000000000000000000000017412036252174010223 0ustar version=3 http://hackage.haskell.org/packages/archive/tokyocabinet-haskell/([\d\.]+)/tokyocabinet-haskell-([\d\.]+).tar.gz debian/compat0000644000000000000000000000000212147616405010372 0ustar 9 debian/patches/0000755000000000000000000000000012036252174010617 5ustar debian/patches/series0000644000000000000000000000001612036252174012031 0ustar ghc-7.4.1-fix debian/patches/ghc-7.4.1-fix0000644000000000000000000000073012036252174012534 0ustar Description: Add language pragma, fixes building with GHC 7.4.1 Author: Joachim Breitner --- tokyocabinet-haskell-0.0.5.orig/Database/TokyoCabinet/FDB/Key.hs +++ tokyocabinet-haskell-0.0.5/Database/TokyoCabinet/FDB/Key.hs @@ -1,4 +1,4 @@ -{-# LANGUAGE TypeSynonymInstances #-} +{-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-} module Database.TokyoCabinet.FDB.Key (Key(..), ID(..)) where import Database.TokyoCabinet.FDB.C (ID(..), unID) debian/control0000644000000000000000000000277412150230221010567 0ustar Source: tokyocabinet-haskell Section: haskell Priority: optional Maintainer: Debian Haskell Group Uploaders: TANIGUCHI Takaki Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.8.15), ghc, ghc-prof, ghc-doc, libghc-mtl-prof, libtokyocabinet-dev, libghc-mtl-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/tokyocabinet-haskell Package: libghc-tokyocabinet-dev Architecture: any Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, libtokyocabinet-dev Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Haskell binding of Tokyo Cabinet${haskell:ShortBlurb} Bindings to Tokyo Cabinet library. Tokyo Cabinet is a modern implementation of DBM. . ${haskell:Blurb} Package: libghc-tokyocabinet-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Haskell binding of Tokyo Cabinet${haskell:ShortBlurb} Bindings to Tokyo Cabinet library. Tokyo Cabinet is a modern implementation of DBM. . ${haskell:Blurb} Package: libghc-tokyocabinet-doc Section: doc Architecture: all Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Haskell binding of Tokyo Cabinet${haskell:ShortBlurb} Bindings to Tokyo Cabinet library. Tokyo Cabinet is a modern implementation of DBM. . ${haskell:Blurb} debian/rules0000755000000000000000000000022012036252174010242 0ustar #!/usr/bin/make -f DEB_CABAL_PACKAGE = tokyocabinet include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/changelog0000644000000000000000000000321312147643201011037 0ustar tokyocabinet-haskell (0.0.5-8) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:52:49 +0200 tokyocabinet-haskell (0.0.5-7) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental -- Joachim Breitner Mon, 15 Oct 2012 00:26:55 +0200 tokyocabinet-haskell (0.0.5-6) experimental; urgency=low * Bump standards version, no change -- Joachim Breitner Sun, 14 Oct 2012 12:02:40 +0200 tokyocabinet-haskell (0.0.5-5) unstable; urgency=low * Sourceful upload to rebuild documentation package -- Joachim Breitner Sat, 10 Mar 2012 16:41:02 +0100 tokyocabinet-haskell (0.0.5-4) unstable; urgency=low [ Marco Silva ] * Use ghc instead of ghc6 [ TANIGUCHI Takaki ] * Bump Standards-Version to 3.9.1. * debian/copyright: Rewrite in DEP5 format. -- TANIGUCHI Takaki Mon, 11 Apr 2011 17:09:23 +0900 tokyocabinet-haskell (0.0.5-3) unstable; urgency=low * debian/control: Bump Standards-Version: to 3.8.4 * debian/control: Bump haskell-devscript to 0.7. -- TANIGUCHI Takaki Tue, 23 Feb 2010 20:28:19 +0900 tokyocabinet-haskell (0.0.5-2) unstable; urgency=low * debian/control: update maintainer email address. -- TANIGUCHI Takaki Sun, 18 Oct 2009 16:36:49 +0900 tokyocabinet-haskell (0.0.5-1) unstable; urgency=low * Initial release (Closes: #549013) -- TANIGUCHI Takaki Wed, 30 Sep 2009 21:42:22 +0900 debian/source/0000755000000000000000000000000012036252174010470 5ustar debian/source/format0000644000000000000000000000001412036252174011676 0ustar 3.0 (quilt)