packages feed

debian-3.18.1: debian/control

Source: haskell-debian
Priority: optional
Section: misc
Maintainer: David Fox <dsf@seereason.com>
Build-Depends: debhelper (>= 5.0),
               haskell-cdbs,
               ghc6 (>= 6.10),
               ghc6-doc,
               haddock (>= 2.1.0),
               ghc6-prof,
               libghc6-unixutils-prof (>= 1.18),
               libghc6-unixutils-doc (>= 1.18),
               libghc6-extra-prof (>= 1.26),
               libghc6-extra-doc (>= 1.26),
               libghc6-bzlib-prof,
               libghc6-bzlib-doc,
               libghc6-zlib-prof,
               libghc6-zlib-doc,
               libghc6-haxml-dev,
               haxml-doc
Standards-Version: 3.7.2.2
Homepage: http://seereason.org/

Package: libghc6-debian-dev
Architecture: any
Section: libdevel
Depends: ${haskell:Depends},
         libghc6-unixutils-dev,
         libghc6-extra-dev,
         libghc6-bzlib-dev,
         libghc6-zlib-dev,
         libghc6-haxml-dev
Conflicts: libghc6-debian-dev
Provides: libghc6-debian-dev
Replaces: libghc6-debian-dev
Description: Modules for working with the Debian package system
  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.
  .
  Author: David Fox
  .
  This package contains the normal library files.

Package: libghc6-debian-doc
Architecture: any
Section: libdevel
Depends: ${haskell:Depends},
         libghc6-unixutils-doc,
         libghc6-extra-doc,
         libghc6-bzlib-doc,
         libghc6-zlib-doc,
         haxml-doc
Description: Modules for working with the Debian package system
  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.
  .
  Author: David Fox
  .
  This package contains the documentation files.

Package: fakechanges
Architecture: any
Section: devel
Depends: ${shlibs:Depends}, ${haskell:Depends}
Description: create a fake .changes file
 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.

Package: debian-report
Architecture: any
Section: devel
Depends: ${shlibs:Depends}, ${haskell:Depends}
Description: create reports about Debian repositories
 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.

Package: cabal-debian
Architecture: any
Section: devel
Depends: ${shlibs:Depends}, ${haskell:Depends}, haskell-utils, haskell-devscripts, libghc6-cabal-prof
Description: Tool for creating debianizations of Haskell packages based on the .cabal file.