packages feed

cabal-debian-1.3: debian/control

Source: haskell-cabal-debian
Priority: extra
Section: haskell
Maintainer: David Fox <dsf@seereason.com>
Build-Depends: debhelper (>= 7.0),
               haskell-devscripts (>= 0.8),
               cdbs,
               ghc,
               ghc-prof,
               libghc-unixutils-dev,
               libghc-unixutils-prof,
               libghc-debian-dev (>= 3.59),
               libghc-debian-prof (>= 3.59),
               libghc-mtl-dev,
               libghc-mtl-prof,
               libghc-parsec3-dev (<< 4) | libghc-parsec3-dev (>= 3) | libghc-parsec3-dev (>= 3),
               libghc-parsec3-prof (<< 4) | libghc-parsec3-prof (>= 3) | libghc-parsec3-prof (>= 3),
               libghc-logic-classes-dev (>= 0.44),
               libghc-logic-classes-prof (>= 0.44),
               libghc-regex-tdfa-dev,
               libghc-regex-tdfa-prof,
               libghc-utf8-string-dev,
               libghc-utf8-string-prof
Build-Depends-Indep: ghc-doc,
                     libghc-unixutils-doc,
                     libghc-debian-doc (>= 3.59),
                     libghc-mtl-doc,
                     libghc-parsec3-doc (<< 4) | libghc-parsec3-doc (>= 3) | libghc-parsec3-doc (>= 3),
                     libghc-logic-classes-doc,
                     libghc-regex-tdfa-doc,
                     libghc-utf8-string-doc
Standards-Version: 3.9.1
Homepage: http://src.seereason.com/cabal-debian

Package: cabal-debian
Architecture: any
Section: misc
Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends}, apt-file
Conflicts: haskell-debian-utils (<< 3.59)
Description: Create a debianization for a cabal package
 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.