Source: haskell-debian Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Joachim Breitner Build-Depends: debhelper (>= 7) , cdbs , haskell-devscripts (>= 0.7) , ghc , ghc-prof , libghc-mtl-dev , libghc-mtl-prof , libghc-parsec3-dev , libghc-parsec3-prof , libghc-regex-compat-dev , libghc-regex-compat-prof , libghc-regex-tdfa-dev (>= 1.1.3) , libghc-regex-tdfa-prof , libghc-bzlib-dev (>= 0.5.0.0-4) , libghc-bzlib-prof , libghc-haxml-prof (>= 1:1.20) , libghc-unixutils-dev (>= 1.41) , libghc-unixutils-prof (>= 1.41) , libghc-zlib-dev , libghc-zlib-prof , libghc-network-dev , libghc-network-prof , libghc-utf8-string-dev , libghc-utf8-string-prof, , libcrypto++-dev Build-Depends-Indep: ghc-doc , libghc-mtl-doc , libghc-parsec3-doc , libghc-regex-compat-doc , libghc-regex-tdfa-doc , libghc-bzlib-doc , libghc-haxml-doc (>= 1:1.20) , libghc-unixutils-doc (>= 1.41) , libghc-zlib-doc , libghc-network-doc , libghc-utf8-string-doc Build-Conflicts: libghc-parsec2-dev Standards-Version: 3.9.2 Homepage: http://hackage.haskell.org/package/debian Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-debian Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-debian Package: libghc-debian-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Haskell library for working with the Debian package system This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library includes modules covering almost every aspect of the Debian packaging system, including low level data types such as version numbers and dependency relations, on up to the types necessary for computing and installing build dependencies, building source and binary packages, and inserting them into a repository. . This package contains the libraries compiled for GHC 6. Package: libghc-debian-prof Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Profiling library for working with the Debian package system This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell. . This library includes modules covering almost every aspect of the Debian packaging system, including low level data types such as version numbers and dependency relations, on up to the types necessary for computing and installing build dependencies, building source and binary packages, and inserting them into a repository. . This package contains the profiling libraries compiled for GHC 6. Package: libghc-debian-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Documentation for Debian package system library This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell. . This library includes modules covering almost every aspect of the Debian packaging system, including low level data types such as version numbers and dependency relations, on up to the types necessary for computing and installing build dependencies, building source and binary packages, and inserting them into a repository. . This package contains the library documentation. Package: haskell-debian-utils Section: devel Architecture: any Depends: ghc, ${misc:Depends}, ${shlibs:Depends} Recommends: apt-file Description: Various helpers to work with Debian packages This package contains tools shipped with the Haskell library “debian”: . * fakechanges: Sometimes you have the .debs, .dsc, .tar.gz, .diff.gz, etc from a package build, but not the .changes file. This package lets you create a fake .changes file in case you need one. . * debian-report: Analyze Debian repositories and generate reports about their contents and relations. For example, a list of all packages in a distribution that are trumped by another distribution. . * cabal-debian: Tool for creating debianizations of Haskell packages based on the .cabal file. If apt-file is installed it will use it to discover what is the debian package name of a C library. . * apt-get-build-depends: Tool which will parse the Build-Depends{-Indep} lines from debian/control and apt-get install the required packages