summaryrefslogtreecommitdiff
path: root/p/haskell-top/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-top/debian/control')
-rw-r--r--p/haskell-top/debian/control65
1 files changed, 0 insertions, 65 deletions
diff --git a/p/haskell-top/debian/control b/p/haskell-top/debian/control
deleted file mode 100644
index 17da8c5ab..000000000
--- a/p/haskell-top/debian/control
+++ /dev/null
@@ -1,65 +0,0 @@
-Source: haskell-top
-Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata@debian.org>
-Priority: extra
-Section: haskell
-Build-Depends: debhelper (>= 7.0),
- haskell-devscripts (>= 0.8),
- cdbs,
- ghc,
- ghc-prof,
- libghc-mtl-dev,
- libghc-mtl-prof,
- libghc-parsec3-dev,
- libghc-parsec3-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-mtl-doc,
- libghc-parsec3-doc
-Standards-Version: 3.9.5
-Homepage: http://hackage.haskell.org/package/Top
-X-Description: Constraint solving framework employed by the Helium Compiler.
- At its most general, Top is a framework for constructing abstract
- interpretations which focuses on giving good feedback on why an abstract
- interpretation does not give any useful information.
-Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-top
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-top
-
-Package: libghc-top-dev
-Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
- ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
-Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
- ${haskell:LongDescription}
- .
- ${haskell:Blurb}
-
-Package: libghc-top-prof
-Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
-Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
- ${haskell:LongDescription}
- .
- ${haskell:Blurb}
-
-Package: libghc-top-doc
-Architecture: all
-Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
- ${haskell:LongDescription}
- .
- ${haskell:Blurb}