summaryrefslogtreecommitdiff
path: root/p/hdbc/debian/control
blob: 7c2c9e52467ee09fa81b9484be8cbd8ade781c68 (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Source: hdbc
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: John Goerzen <jgoerzen@complete.org>
Build-Depends:
 cdbs,
 debhelper (>= 7),
 ghc (>= 6.12),
 haskell-devscripts (>= 0.6.18),
 cpphs,
 haddock,
 libghc-mtl-dev,
 libghc-mtl-prof,
 libghc-time-dev,
 libghc-time-prof,
 libghc-convertible-dev (>= 1.0.1-2),
 libghc-convertible-prof,
 libghc-utf8-string-dev,
 libghc-utf8-string-prof,
 ghc-doc,
 haddock,
 hscolour,
 libghc-mtl-doc,
 libghc-time-doc,
 haskell-convertible-doc
Standards-Version: 3.9.2
Section: haskell
Homepage: http://software.complete.org/hdbc
Vcs-Git: git://git.debian.org/git/pkg-haskell/hdbc.git
Vcs-Browser: http://git.debian.org/?p=pkg-haskell/hdbc.git;a=summary

Package: libghc-hdbc-dev
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${haskell:Depends}
Suggests: libghc-hdbc-postgresql-dev | libghc-hdbc-sqlite3-dev, libghc-hdbc-missingh-dev, ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Description: Haskell Database Connectivity, GHC package
 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.)
 .
 HDBC is modeled loosely on Perl's DBI interface, though it has also been
 influenced by Python's DB-API v2, JDBC in Java, and HSQL in Haskell.
 .
 To use HDBC, you'll need both this package, and a driver package such
 as libghc-hdbc-postgresql-dev.

Package: libghc-hdbc-prof
Architecture: any
Depends: ${haskell:Depends}, ${misc:Depends}
Description: Haskell Database Connectivity, GHC profiling data
 HDBC provides an abstraction layer between Haskell programs and SQL
 relational databases. This package provides profiling information for using
 HDBC with GHC.

#Package: libhugs-hdbc
#Section: libs
#Architecture: all
#Depends: ${haskell:Depends}, libhugs-convertible (>= 1.0.1-2), libhugs-time-bundled
#Description: Haskell Database Connectivity, Hugs package
# 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.)
# .
# HDBC is modeled loosely on Perl's DBI interface, though it has also been
# influenced by Python's DB-API v2, JDBC in Java, and HSQL in Haskell.
# .
# To use HDBC, you'll need both this package, and a driver package such
# as libhugs-hdbc-postgresql.

Package: libghc-hdbc-doc
Replaces: haskell-hdbc-doc (<< 2.2.3-2)
Conflicts: haskell-hdbc-doc (<< 2.2.3-2)
Provides: haskell-hdbc-doc
Section: doc
Architecture: all
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: 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.)
 .
 HDBC is modeled loosely on Perl's DBI interface, though it has also been
 influenced by Python's DB-API v2, JDBC in Java, and HSQL in Haskell.