summaryrefslogtreecommitdiff
path: root/p/haskell-fgl/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskell-fgl/debian/control')
-rw-r--r--p/haskell-fgl/debian/control43
1 files changed, 43 insertions, 0 deletions
diff --git a/p/haskell-fgl/debian/control b/p/haskell-fgl/debian/control
new file mode 100644
index 000000000..e6f5d1d48
--- /dev/null
+++ b/p/haskell-fgl/debian/control
@@ -0,0 +1,43 @@
+Source: haskell-fgl
+Section: libdevel
+Priority: optional
+Maintainer: Kari Pahula <kaol@debian.org>
+Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 5), haddock (>= 2.4.1-4), hscolour, cdbs, haskell-devscripts, ghc6 (>= 6.10.1+dfsg1-13), ghc6-prof, ghc6-doc, libghc6-mtl-dev (>= 1.1.0.2-6), libghc6-mtl-prof, libghc6-mtl-doc
+Homepage: http://web.engr.oregonstate.edu/~erwig/fgl/haskell
+
+Package: libghc6-fgl-dev
+Section: libdevel
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Suggests: libghc6-fgl-prof, libghc6-fgl-doc
+Description: Haskell graph library for GHC
+ This package provides a library for the Haskell programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This is Martin Erwig's Functional Graph Library.
+
+Package: libghc6-fgl-prof
+Section: libdevel
+Architecture: any
+Depends: ${haskell:Depends}, ${misc:Depends}, libghc6-fgl-dev (= ${binary:Version})
+Suggests: libghc6-fgl-doc
+Description: Haskell graph library for GHC; profiling libraries
+ This package provides a library for the Haskell programming language,
+ compiled for profiling.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This is Martin Erwig's Functional Graph Library.
+
+Package: libghc6-fgl-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: ghc6-doc, libghc6-mtl-doc
+Suggests: libghc6-fgl-dev, libghc6-fgl-prof
+Description: Haskell graph library for GHC; documentation
+ This package provides the documentation for a library for the Haskell
+ programming language.
+ See http://www.haskell.org/ for more information on Haskell.
+ .
+ This is Martin Erwig's Functional Graph Library.