[Pkg-haskell-commits] darcs: haskell-fastcgi: Initial Check-In

takaki at asis.media-as.org takaki at asis.media-as.org
Tue Dec 28 07:41:10 UTC 2010


Tue Dec 28 07:41:36 UTC 2010  takaki at asis.media-as.org
  * Initial Check-In
  Ignore-this: 8a07741e47f15c42a4b75accbb026bf6

    A ./changelog
    A ./compat
    A ./control
    A ./copyright
    A ./rules
    A ./source/
    A ./source/format
    A ./watch

Tue Dec 28 07:41:36 UTC 2010  takaki at asis.media-as.org
  * Initial Check-In
  Ignore-this: 8a07741e47f15c42a4b75accbb026bf6
diff -rN -u old-haskell-fastcgi/changelog new-haskell-fastcgi/changelog
--- old-haskell-fastcgi/changelog	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-fastcgi/changelog	2010-12-28 07:41:09.861584274 +0000
@@ -0,0 +1,38 @@
+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 <takaki at debian.org>  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 <takaki at debian.org>  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 <takaki at debian.org>  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 <takaki at debian.org>  Sun, 25 Oct 2009 09:40:56 +0900
+
+haskell-fastcgi (3001.0.2.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #509182)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Thu, 22 Oct 2009 22:17:51 +0900
diff -rN -u old-haskell-fastcgi/compat new-haskell-fastcgi/compat
--- old-haskell-fastcgi/compat	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-fastcgi/compat	2010-12-28 07:41:09.861584274 +0000
@@ -0,0 +1 @@
+7
diff -rN -u old-haskell-fastcgi/control new-haskell-fastcgi/control
--- old-haskell-fastcgi/control	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-fastcgi/control	2010-12-28 07:41:09.861584274 +0000
@@ -0,0 +1,50 @@
+Source: haskell-fastcgi
+Section: haskell
+Priority: optional
+Maintainer: TANIGUCHI Takaki <takaki at debian.org>
+Build-Depends: cdbs, debhelper (>= 7), haskell-devscripts (>= 0.7),
+	libfcgi-dev, 
+	ghc6, ghc6-prof, ghc6-doc,
+	libghc6-cgi-dev, libghc6-cgi-prof, libghc6-cgi-doc
+Standards-Version: 3.9.0.0
+Homepage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fastcgi
+
+Package: libghc6-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 6.
+
+Package: libghc6-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 6.
+
+Package: libghc6-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.
diff -rN -u old-haskell-fastcgi/copyright new-haskell-fastcgi/copyright
--- old-haskell-fastcgi/copyright	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-fastcgi/copyright	2010-12-28 07:41:09.861584274 +0000
@@ -0,0 +1,51 @@
+This work was packaged for Debian by:
+
+    TANIGUCHI Takaki <takaki at debian.org> 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 <bjorn at bringert.net>
+
+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 <takaki at debian.org>
+
+and is licensed under the GPL-3,
+see `/usr/share/common-licenses/GPL-3'.
diff -rN -u old-haskell-fastcgi/rules new-haskell-fastcgi/rules
--- old-haskell-fastcgi/rules	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-fastcgi/rules	2010-12-28 07:41:09.861584274 +0000
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = fastcgi
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
diff -rN -u old-haskell-fastcgi/source/format new-haskell-fastcgi/source/format
--- old-haskell-fastcgi/source/format	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-fastcgi/source/format	2010-12-28 07:41:09.861584274 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-haskell-fastcgi/watch new-haskell-fastcgi/watch
--- old-haskell-fastcgi/watch	1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-fastcgi/watch	2010-12-28 07:41:09.861584274 +0000
@@ -0,0 +1,24 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php haskell-fastcgi-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/haskell-fastcgi-(.*)\.tar\.gz
+http://hackage.haskell.org/packages/archive/fastcgi/([\d\.]+)/fastcgi-([\d\.]+)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/haskell-fastcgi-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for devscripts >= 2.9
+# http://sf.net/haskell-fastcgi/haskell-fastcgi-(.*)\.tar\.gz
+
+# Uncomment to find new files on GooglePages
+# http://example.googlepages.com/foo.html haskell-fastcgi-(.*)\.tar\.gz





More information about the Pkg-haskell-commits mailing list