debian/0000755000000000000000000000000012151121717007164 5ustar debian/watch0000644000000000000000000000032412036250550010214 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|json-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/json \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000023512036250550010244 0ustar #!/usr/bin/make -f # Standard way of building Haskell libraries . include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000372612036250550011127 0ustar This package was originally debianised by Erik de Castro Lopo Mon, 22 Jun 2009. It was downloaded from the Haskell hackage repository at http://hackage.haskell.org/cgi-bin/hackage-scripts/package/json Copyright: Copyright (c) 2007-2009 Galois Inc. 2008-2009 (c) Lennart Augustsson 2006 (c) Don Stewart All rights reserved. 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 AUTHORS ``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 packaging copyright: (C) 2009 Erik de Castro Lopo All changes by Erik de Castro Lopo may be redistributed under the same terms as haskell-json itself. debian/source/0000755000000000000000000000000012036250550010464 5ustar debian/source/format0000644000000000000000000000001412036250550011672 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616237010375 0ustar 9 debian/control0000644000000000000000000000521412147627354010606 0ustar Source: haskell-json Priority: extra Section: haskell Maintainer: Debian Haskell Group Uploaders: Erik de Castro Lopo Build-Depends: debhelper (>= 9), haskell-devscripts (>= 0.8.15), cdbs, ghc, ghc-prof, libghc-mtl-dev, libghc-mtl-prof, libghc-parsec3-dev, libghc-parsec3-prof, libghc-syb-dev (>= 0.3.3), libghc-syb-prof Build-Depends-Indep: ghc-doc , libghc-mtl-doc , libghc-parsec3-doc , libghc-syb-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/json Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-json Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-json Package: libghc-json-dev Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Description: Haskell library for serialising data to and from JSON${haskell:ShortBlurb} JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. . This library provides a parser and pretty printer for converting between Haskell values and JSON. . ${haskell:Blurb} Package: libghc-json-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Suggests: ${haskell:Suggests} Recommends: ${haskell:Recommends} Provides: ${haskell:Provides} Description: Profiling version of the Haskell JSON library${haskell:ShortBlurb} JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. . This library provides a parser and pretty printer for converting between Haskell values and JSON. . ${haskell:Blurb} Package: libghc-json-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Documentation for the Haskell JSON library${haskell:ShortBlurb} JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. . This library provides a parser and pretty printer for converting between Haskell values and JSON. . ${haskell:Blurb} debian/changelog0000644000000000000000000000573312151121717011046 0ustar haskell-json (0.5-4build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Tue, 28 May 2013 13:32:15 +0100 haskell-json (0.5-4) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:51:13 +0200 haskell-json (0.5-3) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change -- Joachim Breitner Sun, 14 Oct 2012 12:01:21 +0200 haskell-json (0.5-2) unstable; urgency=low * Switch to parsec3. -- Clint Adams Sun, 18 Mar 2012 17:42:13 -0400 haskell-json (0.5-1) unstable; urgency=low * New upstream release * Update Build-Depends to match .cabal file * Standards-Version bump to 3.9.3, no changes required -- Iain Lane Sat, 25 Feb 2012 22:56:43 +0000 haskell-json (0.4.4-2) unstable; urgency=low [ Marco Silva ] * Use ghc instead of ghc6 [ Joachim Breitner ] * Remove doc-base file * Depend on syb -- Joachim Breitner Thu, 07 Apr 2011 14:25:00 +0530 haskell-json (0.4.4-1) unstable; urgency=low [ Erik de Castro Lopo ] * New upstream. * Add file debian/libghc6-json-doc.doc-base. [ Marco TĂșlio Gontijo e Silva ] * debian/source/format: Use 3.0 (quilt). -- Erik de Castro Lopo Fri, 21 May 2010 19:30:19 +1000 haskell-json (0.4.3-3) unstable; urgency=low [ Erik de Castro Lopo ] * debian/control : - Maintainer is now Debian Haskell Group. - Standards version 3.8.3. - Add Vcs-Darcs. [ Marco TĂșlio Gontijo e Silva ] * debian/control: Change Priority: to extra. * debian/watch: Use format that works for --download-current-version. * debian/watch: Add .tar.gz to downloaded filename. * debian/watch: Include package name in downloaded .tar.gz. * debian/watch: Remove spaces, since they're not allowed by uscan. * debian/control: Add field Provides: ${haskell:Provides} to -dev and -prof packages. * debian/control: Use Vcs-Browser: field. * debian/control: Remove dependency in hscolour, since it's now a dependency of haskell-devscripts. * debian/control: Remove haddock from Build-Depends:, since it's now a Depends: of haskell-devscripts. * debian/control: Bump Standards-Version: to 3.8.4, no changes needed. * Use debian/compat 7. * debian/control: Use more sintetic link in Homepage:. [ Joachim Breitner ] * Bump haskell-devscripts dependency to 0.7 -- Joachim Breitner Sat, 20 Feb 2010 17:47:52 +0100 haskell-json (0.4.3-2) unstable; urgency=low * Update/fix debian/copyright. -- Erik de Castro Lopo Fri, 7 Aug 2009 06:58:50 +1000 haskell-json (0.4.3-1) unstable; urgency=low * Initial debian package. Closes: #534431. -- Erik de Castro Lopo Mon, 22 Jun 2009 20:09:16 +1000