~ubuntu-branches/ubuntu/precise/libdbi-drivers/precise

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2008-08-02 09:00:11 UTC
  • mfrom: (3.1.6 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080802090011-j05v2349u2ptvg05
Tags: 0.8.2-1-4.1
* Non-maintainer upload with maintainer's approval.
* High urgency upload for RC bugfix.
* Pass --freetds-inc-dir to configure, to bypass the ridiculous upstream
  AC_FIND_FILE() checks for files that *aren't used during the build*;
  fixes a build failure with FreeTDS 0.82.  Closes: #493349.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: libdbi-drivers
2
2
Section: libs
3
3
Priority: optional
4
 
Maintainer: David Parker <david@neongoat.com>
5
 
Build-Depends: debhelper (>> 3.0.0), libdbi0-dev (>= 0.7.0), libmysqlclient12-dev, postgresql-dev, libsqlite0-dev
6
 
Standards-Version: 3.6.1
 
4
Maintainer: Thomas Goirand <thomas@goirand.fr>
 
5
Build-Depends: debhelper (>= 6), autotools-dev, libdbi0-dev (>= 0.7.0), libmysqlclient-dev, libpq-dev (>= 8.3~rc2-1+b1), libsqlite0-dev, libsqlite3-dev, freetds-dev
 
6
Standards-Version: 3.7.3
 
7
Homepage: http://libdbi.sourceforge.net/
7
8
 
8
9
Package: libdbd-sqlite
9
10
Section: libs
10
11
Architecture: any
11
 
Depends: libdbi0 (>= 0.7.0), ${shlibs:Depends}
 
12
Depends: libdbi0 (>= 0.8.2), ${shlibs:Depends}
12
13
Description: SQLite database driver for libdbi
13
14
 This driver provides support for serverless SQLite databases through the
14
15
 libdbi Database Independent Abstraction Layer. Switching a program's driver
15
16
 does not require recompilation or rewriting source code.
16
17
 
 
18
Package: libdbd-sqlite3
 
19
Section: libs
 
20
Architecture: any
 
21
Depends: libdbi0 (>= 0.8.2), ${shlibs:Depends}
 
22
Description: SQLite3 database driver for libdbi
 
23
 This driver provides support for serverless SQLite databases through the
 
24
 libdbi Database Independent Abstraction Layer. Switching a program's driver
 
25
 does not require recompilation or rewriting source code.
 
26
 
17
27
Package: libdbd-mysql
18
28
Section: libs
19
29
Architecture: any
20
 
Depends: libdbi0 (>= 0.7.0), ${shlibs:Depends}
 
30
Depends: libdbi0 (>= 0.8.2), ${shlibs:Depends}
21
31
Description: MySQL database server driver for libdbi
22
32
 This driver provides connectivity to MySQL database servers through the
23
33
 libdbi Database Independent Abstraction Layer. Switching a program's driver
26
36
Package: libdbd-pgsql
27
37
Section: libs
28
38
Architecture: any
29
 
Depends: libdbi0 (>= 0.7.0), ${shlibs:Depends}
 
39
Depends: libdbi0 (>= 0.8.2), ${shlibs:Depends}
30
40
Description: PostgreSQL database server driver for libdbi
31
41
 This driver provides connectivity to PostgreSQL database servers through the
32
42
 libdbi Database Independent Abstraction Layer. Switching a program's driver
33
43
 does not require recompilation or rewriting source code.
34
44
 
 
45
Package: libdbd-freetds
 
46
Section: libs
 
47
Architecture: any
 
48
Depends: libdbi0 (>= 0.8.2), ${shlibs:Depends}
 
49
Description: Freetds database server driver for libdbi
 
50
 This driver provides connectivity to MS SQL Server or Sybase database
 
51
 servers through the libdbi Database Independent Abstraction Layer using
 
52
 Freetds. Switching a program's driver does not require recompilation or
 
53
 rewriting source code.