summaryrefslogtreecommitdiff
path: root/p/hdbc-odbc/debian/control
blob: 9843e5ede01d390daee28e745a88f53e66c5c3b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Source: hdbc-odbc
Priority: extra
Section: haskell
Uploaders: John Goerzen <jgoerzen@complete.org>
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Build-Depends:
 debhelper (>= 7),
 ghc6 (>= 6.10),
 haskell-devscripts (>= 0.6.18),
 cdbs,
 cpphs,
 haddock,
 hscolour,
 libghc6-hdbc-dev (>= 2.2.0-2),
 unixodbc-dev (>= 2.2.11),
 libghc6-mtl-dev,
 libghc6-hunit-dev,
 libghc6-time-dev,
 libghc6-convertible-dev
Standards-Version: 3.8.3
Vcs-Git: git://git.debian.org/git/pkg-haskell/hdbc-odbc.git
Vcs-Browser: http://git.debian.org/?p=pkg-haskell/hdbc-odbc.git;a=summary

Package: libghc6-hdbc-odbc-dev
Architecture: any
Depends: libghc6-hdbc-dev (>= 2.1.0), ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, unixodbc-dev (>= 2.2.11)
Description: unixODBC HDBC (Haskell Database Connectivity) Driver for GHC
 HDBC provides an abstraction layer between Haskell programs and SQL
 relational databases. This lets you write database code once, in
 Haskell, and have it work with any number of backend SQL databases
 (MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.)
 .
 This package provides the ODBC database driver for HDBC under GHC.

#Package: libhugs-hdbc-odbc
#Section: libs
#Architecture: any
#Depends: libhugs-hdbc (>= 1.1.6.1), ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
#Description: unixODBC HDBC (Haskell Database Connectivity) Driver for Hugs
# HDBC provides an abstraction layer between Haskell programs and SQL
# relational databases. This lets you write database code once, in
# Haskell, and have it work with any number of backend SQL databases
# (MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.)
# .
# This package provides the ODBC database driver for HDBC under Hugs.

Package: libghc6-hdbc-odbc-doc
Replaces: haskell-hdbc-odbc-doc
Conflicts: haskell-hdbc-odbc-doc
Provides: haskell-hdbc-odbc-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: unixODBC HDBC (Haskell Database Connectivity) Documentation
 HDBC provides an abstraction layer between Haskell programs and SQL
 relational databases. This lets you write database code once, in
 Haskell, and have it work with any number of backend SQL databases
 (MySQL, Oracle, PostgreSQL, ODBC-compliant databases, etc.)
 .
 This package provides documentation for the ODBC database driver for HDBC
 under GHC.