summaryrefslogtreecommitdiff
path: root/p/haskell-fastcgi/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-fastcgi/debian/control')
-rw-r--r--p/haskell-fastcgi/debian/control56
1 files changed, 0 insertions, 56 deletions
diff --git a/p/haskell-fastcgi/debian/control b/p/haskell-fastcgi/debian/control
deleted file mode 100644
index 2c9db45fb..000000000
--- a/p/haskell-fastcgi/debian/control
+++ /dev/null
@@ -1,56 +0,0 @@
-Source: haskell-fastcgi
-Section: haskell
-Priority: optional
-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: TANIGUCHI Takaki <takaki@debian.org>
-Build-Depends: cdbs, debhelper (>= 9)
- , haskell-devscripts (>= 0.9),
- , 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.