summaryrefslogtreecommitdiff
path: root/p/haskelldb-hdbc-postgresql/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'p/haskelldb-hdbc-postgresql/debian/control')
-rw-r--r--p/haskelldb-hdbc-postgresql/debian/control81
1 files changed, 43 insertions, 38 deletions
diff --git a/p/haskelldb-hdbc-postgresql/debian/control b/p/haskelldb-hdbc-postgresql/debian/control
index db5b60723..06ac55968 100644
--- a/p/haskelldb-hdbc-postgresql/debian/control
+++ b/p/haskelldb-hdbc-postgresql/debian/control
@@ -1,42 +1,44 @@
Source: haskelldb-hdbc-postgresql
-Section: haskell
-Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Joachim Breitner <nomeata@debian.org>
-Build-Depends: debhelper (>= 9)
- , cdbs
- , haskell-devscripts (>= 0.9)
- , ghc
- , ghc-prof
- , ghc-doc
- , libghc-haskelldb-dev (>= 0.12)
- , libghc-haskelldb-prof
- , libghc-haskelldb-doc
- , libghc-haskelldb-hdbc-dev (>= 0.12)
- , libghc-haskelldb-hdbc-prof
- , libghc-haskelldb-hdbc-doc
- , libghc-hdbc-dev (>= 2.0.0)
- , libghc-hdbc-dev (<< 3)
- , libghc-hdbc-prof
- , libghc-hdbc-doc
- , libghc-hdbc-postgresql-dev (>= 2.0.0)
- , libghc-hdbc-postgresql-dev (<< 3)
- , libghc-hdbc-postgresql-prof
- , libghc-hdbc-postgresql-doc
- , libghc-mtl-dev (>= 1)
- , libghc-mtl-dev (<< 3)
- , libghc-mtl-prof
- , libghc-mtl-doc
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ cdbs,
+ haskell-devscripts (>= 0.9),
+ ghc,
+ ghc-prof,
+ ghc-doc,
+ libghc-haskelldb-dev (>= 0.12),
+ libghc-haskelldb-prof,
+ libghc-haskelldb-doc,
+ libghc-haskelldb-hdbc-dev (>= 0.12),
+ libghc-haskelldb-hdbc-prof,
+ libghc-haskelldb-hdbc-doc,
+ libghc-hdbc-dev (>= 2.0.0),
+ libghc-hdbc-dev (<< 3),
+ libghc-hdbc-prof,
+ libghc-hdbc-doc,
+ libghc-hdbc-postgresql-dev (>= 2.0.0),
+ libghc-hdbc-postgresql-dev (<< 3),
+ libghc-hdbc-postgresql-prof,
+ libghc-hdbc-postgresql-doc,
+ libghc-mtl-dev (>= 1),
+ libghc-mtl-dev (<< 3),
+ libghc-mtl-prof,
+ libghc-mtl-doc,
Standards-Version: 3.9.4
Homepage: http://hackage.haskell.org/package/haskelldb-hdbc-postgresql
-Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskelldb-hdbc-postgresql
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskelldb-hdbc-postgresql
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskelldb-hdbc-postgresql
Package: libghc-haskelldb-hdbc-postgresql-dev
Architecture: any
-Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
Description: HaskellDB support for the HDBC PostgreSQL driver${haskell:ShortBlurb}
This library allows you to use the HaskellDB database abstraction library with
the PostgreSQL driver provided by the HDBC database driver interface suite.
@@ -48,10 +50,12 @@ Description: HaskellDB support for the HDBC PostgreSQL driver${haskell:ShortBlur
Package: libghc-haskelldb-hdbc-postgresql-prof
Architecture: any
-Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
-Provides: ${haskell:Provides}
+Depends: ${haskell:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
Description: HaskellDB support for the HDBC PostgreSQL driver${haskell:ShortBlurb}
This library allows you to use the HaskellDB database abstraction library with
the PostgreSQL driver provided by the HDBC database driver interface suite.
@@ -59,11 +63,12 @@ Description: HaskellDB support for the HDBC PostgreSQL driver${haskell:ShortBlur
${haskell:Blurb}
Package: libghc-haskelldb-hdbc-postgresql-doc
-Section: doc
Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
-Recommends: ${haskell:Recommends}
-Suggests: ${haskell:Suggests}
+Section: doc
+Depends: ${misc:Depends},
+ ${haskell:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
Description: HaskellDB support for the HDBC PostgreSQL driver${haskell:ShortBlurb}
This library allows you to use the HaskellDB database abstraction library with
the PostgreSQL driver provided by the HDBC database driver interface suite.