diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2009-09-09 13:00:12 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2009-09-09 13:00:12 +0400 |
| commit | a6dc9452f5fb2f7bb5834e3c673f75fc4232077c (patch) | |
| tree | 62e461697059042562c4bef2813da782eeee9c10 /p/haskelldb-hdbc-sqlite3/debian/control | |
| parent | 9dd58d40be3f6cac5314ca7c50e1a48913539513 (diff) | |
| download | DHG_packages-a6dc9452f5fb2f7bb5834e3c673f75fc4232077c.tar.gz | |
haskelldb-hdbc-sqlite3: Initial check-in
Diffstat (limited to 'p/haskelldb-hdbc-sqlite3/debian/control')
| -rw-r--r-- | p/haskelldb-hdbc-sqlite3/debian/control | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/p/haskelldb-hdbc-sqlite3/debian/control b/p/haskelldb-hdbc-sqlite3/debian/control new file mode 100644 index 000000000..2d3415d10 --- /dev/null +++ b/p/haskelldb-hdbc-sqlite3/debian/control @@ -0,0 +1,70 @@ +Source: haskelldb-hdbc-odbc +Section: haskell +Priority: optional +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Uploaders: Joachim Breitner <nomeata@debian.org> +Build-Depends: debhelper (>= 7) + , cdbs + , haskell-devscripts (>= 0.6.15+nmu11) + , ghc6 (>= 6.10.3-2) + , ghc6-prof (>= 6.10.3-2) + , ghc6-doc (>= 6.10.3-2) + , haddock (>= 2.4.2) + , hscolour (>= 1.8) + , libghc6-haskelldb-dev (>= 0.12) + , libghc6-haskelldb-prof + , haskell-haskelldb-doc + , libghc6-haskelldb-hdbc-dev (>= 0.12) + , libghc6-haskelldb-hdbc-prof + , libghc6-haskelldb-hdbc-doc + , libghc6-hdbc-dev (>= 2.0.0) + , libghc6-hdbc-dev (<< 2.2.0) + , libghc6-hdbc-prof + , haskell-hdbc-doc + , libghc6-hdbc-odbc-dev (>= 2.0.0) + , libghc6-hdbc-odbc-dev (<< 2.2.0) + , libghc6-hdbc-odbc-prof + , haskell-hdbc-odbc-doc + , libghc6-mtl-dev + , libghc6-mtl-prof + , libghc6-mtl-doc +Standards-Version: 3.8.3 +Homepage: http://hackage.haskell.org/package/haskelldb-hdbc-odbc +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskelldb-hdbc-odbc + +Package: libghc6-haskelldb-hdbc-odbc-dev +Architecture: any +Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} +Suggests: ${haskell:Suggests} +Description: HaskellDB support for the HDBC ODBC driver + This package provides a library for the Haskell programming language. + See http://www.haskell.org/ for more information on Haskell. + . + This library allows you to use the HaskellDB database abstraction library with + the ODBC driver provided by the HDBC database driver interface suite. + . + This package also includes the DBDirect-hdbc-odbc binary to generate Haskell + source files by querying the database. + +Package: libghc6-haskelldb-hdbc-odbc-prof +Architecture: any +Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} +Description: HaskellDB support for the HDBC ODBC driver; profiling libraries + This package provides a library for the Haskell programming language. + See http://www.haskell.org/ for more information on Haskell. + . + This library allows you to use the HaskellDB database abstraction library with + the ODBC driver provided by the HDBC database driver interface suite. + +Package: libghc6-haskelldb-hdbc-odbc-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Description: HaskellDB support for the HDBC ODBC driver; documentation + This package provides a library for the Haskell programming language. + See http://www.haskell.org/ for more information on Haskell. + . + This library allows you to use the HaskellDB database abstraction library with + the ODBC driver provided by the HDBC database driver interface suite. |
