debian/0000755000000000000000000000000012251074021007160 5ustar debian/rules0000755000000000000000000000020512251073746010252 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/control0000644000000000000000000000313612251074001010564 0ustar Source: haskell-base64-bytestring 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-quickcheck2-dev , libghc-hunit-dev , libghc-test-framework-dev , libghc-test-framework-quickcheck2-dev , libghc-test-framework-hunit-dev Build-Depends-Indep: ghc-doc Standards-Version: 3.9.5 Homepage: http://hackage.haskell.org/package/base64-bytestring Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-base64-bytestring Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-base64-bytestring Package: libghc-base64-bytestring-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: fast base64 encoding/deconding for ByteStrings${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-base64-bytestring-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: fast base64 encoding/deconding for ByteStrings${haskell:ShortBlurb} ${haskell:Blurb} Package: libghc-base64-bytestring-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: fast base64 encoding/deconding for ByteStrings${haskell:ShortBlurb} ${haskell:Blurb} debian/copyright0000644000000000000000000000323412251073746011132 0ustar This package was debianized by Clint Adams on Sun, 29 May 2011 16:04:27 -0000 It was downloaded from http://hackage.haskell.org/package/base64-bytestring Upstream Author: Bryan O'Sullivan Copyright: 2010 Bryan O'Sullivan 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 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/patches/0000755000000000000000000000000012251073746010624 5ustar debian/patches/series0000644000000000000000000000002612251073746012037 0ustar no-threaded-testsuite debian/patches/no-threaded-testsuite0000644000000000000000000000063712251073746014776 0ustar Description: No threaded testsuite So that it compiles on all architectures. Author: Joachim Breitner --- haskell-base64-bytestring-0.1.1.1.orig/base64-bytestring.cabal +++ haskell-base64-bytestring-0.1.1.1/base64-bytestring.cabal @@ -40,7 +40,7 @@ test-suite tests main-is: Tests.hs ghc-options: - -Wall -threaded -rtsopts + -Wall -rtsopts build-depends: QuickCheck, debian/changelog0000644000000000000000000000317212251073767011055 0ustar haskell-base64-bytestring (1.0.0.1-1) unstable; urgency=low [ Joachim Breitner ] * Adjust watch file to new hackage layout [ Clint Adams ] * New upstream version. -- Clint Adams Sun, 08 Dec 2013 08:45:19 -0500 haskell-base64-bytestring (1.0.0.0-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:49:53 +0200 haskell-base64-bytestring (1.0.0.0-1) experimental; urgency=low [ Joachim Breitner ] * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change [ Clint Adams ] * New upstream version. -- Clint Adams Fri, 19 Oct 2012 23:23:14 -0400 haskell-base64-bytestring (0.1.1.1-2) unstable; urgency=low * New patch: No threaded testsuite -- Joachim Breitner Sun, 13 May 2012 12:16:48 +0200 haskell-base64-bytestring (0.1.1.1-1) unstable; urgency=low * New upstream version. * Bump to Standards-Version 3.9.3. * Enable test suite. -- Clint Adams Mon, 30 Apr 2012 16:10:54 -0400 haskell-base64-bytestring (0.1.1.0-1) unstable; urgency=low * New upstream release -- Joachim Breitner Mon, 06 Feb 2012 17:42:04 +0100 haskell-base64-bytestring (0.1.0.3-1) unstable; urgency=low * New upstream version. -- Clint Adams Fri, 26 Aug 2011 19:35:43 -0400 haskell-base64-bytestring (0.1.0.2-1) unstable; urgency=low * Initial release. -- Clint Adams Sun, 29 May 2011 12:04:27 -0400 debian/compat0000644000000000000000000000000212251073745010372 0ustar 9 debian/source/0000755000000000000000000000000012251073746010475 5ustar debian/source/format0000644000000000000000000000001412251073746011703 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000020712251073746010225 0ustar version=3 http://hackage.haskell.org/package/base64-bytestring/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))