debian/0000755000000000000000000000000012151331016007157 5ustar debian/watch0000644000000000000000000000031412036247733010224 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,filenamemangle=s|(.*)/$|fastcgi-$1.tar.gz|" http://hackage.haskell.org/packages/archive/fastcgi ([\d\.]*\d)/ debian/rules0000755000000000000000000000021312036247732010250 0ustar #!/usr/bin/make -f DEB_CABAL_PACKAGE = fastcgi include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000357312036247732011137 0ustar This work was packaged for Debian by: TANIGUCHI Takaki on Thu, 22 Oct 2009 22:17:51 +0900 It was downloaded from http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fastcgi. Upstream Author: Bjorn Bringert, Lemmih Copyright: (c) Bjorn Bringert 2004-2005, (c) Lemmih 2006 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 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. The Debian packaging is: Copyright (C) 2009 TANIGUCHI Takaki and is licensed under the GPL-3, see `/usr/share/common-licenses/GPL-3'. debian/source/0000755000000000000000000000000012036247732010474 5ustar debian/source/format0000644000000000000000000000001412036247732011702 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616171010372 0ustar 9 debian/control0000644000000000000000000000410312150230117010557 0ustar Source: haskell-fastcgi Section: haskell Priority: optional Maintainer: Debian Haskell Group Uploaders: TANIGUCHI Takaki Build-Depends: cdbs, debhelper (>= 9) , haskell-devscripts (>= 0.8.13), , libfcgi-dev, , ghc , ghc-prof , libghc-cgi-dev , libghc-cgi-prof Build-Depends-Indep: ghc-doc , libghc-cgi-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fastcgi Package: libghc-fastcgi-dev Architecture: any Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, libfcgi-dev Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: A Haskell library for writing FastCGI programs This library lets you write FastCGI programs. This package reuses the cgi package API, making it very easy to port CGI programs to FastCGI. The FastCGI C development kit is required to build this library. . This package contains the libraries compiled for GHC. Package: libghc-fastcgi-prof Architecture: any Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: A Haskell library for writing FastCGI programs; profiling library This library lets you write FastCGI programs. This package reuses the cgi package API, making it very easy to port CGI programs to FastCGI. The FastCGI C development kit is required to build this library. . This package contains the profiling libraries compiled for GHC. Package: libghc-fastcgi-doc Section: doc Architecture: all Depends: ${haskell:Depends}, ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: A Haskell library for writing FastCGI programs; documentation This library lets you write FastCGI programs. This package reuses the cgi package API, making it very easy to port CGI programs to FastCGI. The FastCGI C development kit is required to build this library. . This package contains the libraries documentation. debian/changelog0000644000000000000000000000411712151331016011034 0ustar haskell-fastcgi (3001.0.2.4-1build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Wed, 29 May 2013 08:45:18 +0100 haskell-fastcgi (3001.0.2.4-1) unstable; 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 compat level 9 -- Joachim Breitner Sun, 26 May 2013 10:12:53 +0200 haskell-fastcgi (3001.0.2.3-3) unstable; urgency=low * Bump to Standards-Version 3.9.3. -- Clint Adams Wed, 29 Feb 2012 15:03:01 -0500 haskell-fastcgi (3001.0.2.3-2) unstable; urgency=low [ Marco Silva ] * Use ghc instead of ghc6 -- TANIGUCHI Takaki Tue, 12 Apr 2011 10:29:30 +0900 haskell-fastcgi (3001.0.2.3-1) unstable; urgency=low * New upstream. * debian/control: + Updated to Standards-Version 3.9.0.0 (no changes needed) * debian/source/format: 3.0 (quilt) -- TANIGUCHI Takaki Sun, 11 Jul 2010 17:52:37 +0900 haskell-fastcgi (3001.0.2.2-4) unstable; urgency=low * debian/control: add libfcgi-dev to Depends:. (Closes: #583239) -- TANIGUCHI Takaki Thu, 27 May 2010 16:20:31 +0900 haskell-fastcgi (3001.0.2.2-3) unstable; urgency=low * 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. * Bump haskell-devscripts dependency to 0.7. * debian/control: Bump Standards-Version: to 3.8.4, no changes needed. -- TANIGUCHI Takaki Fri, 26 Feb 2010 16:36:31 +0900 haskell-fastcgi (3001.0.2.2-2) unstable; urgency=low * debian/contro: fixed Depends' package name miss spelling (Closes: #552193). -- TANIGUCHI Takaki Sun, 25 Oct 2009 09:40:56 +0900 haskell-fastcgi (3001.0.2.2-1) unstable; urgency=low * Initial release (Closes: #509182) -- TANIGUCHI Takaki Thu, 22 Oct 2009 22:17:51 +0900