~ubuntu-branches/debian/sid/unixodbc/sid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2004-10-15 03:07:52 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041015030752-dzw4vhxlgycz3woj
Tags: 2.2.4-11
Brown paper bag me: conflicts do not write themselves just because
you add a line to the changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: unixodbc
2
 
Build-Depends: debhelper (>> 2.0.0), flex, libgnome-dev, gdk-imlib-dev, libgtk1.2-dev, libqt-mt-dev (>= 2:2.3.0-0), libreadline4-dev, autotools-dev
 
2
Build-Depends: debhelper (>> 2.0.0), flex, libgnome-dev, gdk-imlib1-dev, libgtk1.2-dev, libqt3-mt-dev, libreadline4-dev, autotools-dev, libltdl3-dev
3
3
Section: libs
4
4
Priority: optional
5
5
Maintainer: Steve Langasek <vorlon@debian.org>
9
9
Architecture: any
10
10
Section: libs
11
11
Depends: ${shlibs:Depends}
12
 
Suggests: libmyodbc, odbc-postgresql
 
12
Suggests: libmyodbc, odbc-postgresql, libct1
 
13
Conflicts: unixodbc-bin (<< 2.2.4-1)
13
14
Description: ODBC tools libraries 
14
15
 Binaries and libraries from the unixODBC package.
15
16
  COMPONENTS:
16
17
 .
17
 
  libodbc.so          (ODBC Driver Manager)
 
18
  libodbc.so.1        (ODBC Driver Manager)
18
19
  libodbctxt.so       (driver for Text files)
19
20
  dltest              (simple cmd line tool)
20
21
  isql                (cmd line tool... batch & interactive SQL)
24
25
Architecture: any
25
26
Section: devel
26
27
Priority: extra
27
 
Depends: unixodbc (= ${Source-Version}), odbcinst1 (= ${Source-Version})
28
 
Suggests: libgnome-dev, gdk-imlib-dev, libgtk1.2-dev, libqt-dev
29
 
Conflicts: libiodbc2-dev
 
28
Depends: unixodbc (= ${Source-Version}), odbcinst1 (= ${Source-Version}), libodbcinstq1 (= ${Source-Version}), gtkodbcconfig0 (= ${Source-Version}), libltdl3-dev
 
29
Suggests: libgnome-dev, gdk-imlib-dev, libgtk1.2-dev, libqt3-mt-dev
 
30
Conflicts: libiodbc2-dev, remembrance-agent (<< 2.11-4), arla-dev
30
31
Description: ODBC libraries for UNIX (development files)
31
 
 development headers for unixODBC     
 
32
 This package contains the development files (headers and libraries) for
 
33
 unixODBC, an implementation of the Open DataBase Connectivity interface
 
34
 for Unix systems.  You should not need to install this package unless
 
35
 you intend to develop C language applications which use ODBC, or to
 
36
 compile ODBC-using applications from source.
32
37
 
33
38
Package: unixodbc-bin
34
39
Architecture: any
35
40
Section: x11
36
 
Depends: ${shlibs:Depends}
37
 
Description: Qt-based GUI ODBC tools
38
 
 Qt-based GUI Binaries from the unixODBC package.
39
 
 .
40
 
  ODBCConfig      (GUI Setup using libodbcinst.so)
41
 
  DataManager     (GUI to explore ODBC Data Sources)
 
41
Depends: ${shlibs:Depends}, libodbcinstq1
 
42
Description: Graphical tools for ODBC management and browsing
 
43
 This package contains three graphical applications for use with
 
44
 unixODBC, the Open DataBase Connectivity suite: ODBCConfig, a graphical
 
45
 configuration tool for managing database drivers and access to
 
46
 individual databases; DataManager, a simple browser and query tool for
 
47
 ODBC databases; and odbctest, a tool for testing the ODBC API itself.
42
48
 
43
49
Package: godbcconfig
44
50
Architecture: any
45
 
Section: x11
 
51
Section: gnome
46
52
Depends: ${shlibs:Depends}
47
53
Description: GTK Based ODBC Configuration GUI
48
54
 GTK Based ODBC Configuration GUI - part of the unixODBC tools
49
55
 
 
56
Package: libodbcinstq1
 
57
Architecture: any
 
58
Section: libs
 
59
Depends: ${shlibs:Depends}
 
60
Conflicts: unixodbc (<< 2.2.4-1)
 
61
Replaces: unixodbc (<< 2.2.4-1)
 
62
Description: Qt-based ODBC configuration library
 
63
 This package contains the libodbcinstQ library, a library used by some
 
64
 Qt-based GUI configuration tools for managing ODBC drivers and ODBC DSNs.
 
65
 
 
66
Package: gtkodbcconfig0
 
67
Architecture: any
 
68
Section: libs
 
69
Depends: ${shlibs:Depends}
 
70
Conflicts: unixodbc (<< 2.2.4-1)
 
71
Replaces: unixodbc (<< 2.2.4-1)
 
72
Description: GTK-based ODBC configuration library
 
73
 This package contains libgtkodbcconfig, a library used by some GNOME-based
 
74
 GUI configuration tools for managing ODBC drivers and ODBC DSNs.
 
75
 
50
76
Package: odbcinst1
51
77
Architecture: any
52
78
Section: libs
53
79
Depends: ${shlibs:Depends}
54
80
Replaces: unixodbc (<< 2.1.1-2)
55
81
Description: Support library and helper program for accessing odbc ini files
56
 
 This package contains the libodbcinst.so library from unixodbc, a 
57
 
 library used by ODBC drivers for reading their configuration settings 
58
 
 from /etc/odbc.ini and ~/.odbc.ini.  It is useful to provide this in a 
59
 
 stand-alone package, so that all ODBC drivers in Debian can use a 
 
82
 This package contains the libodbcinst library from unixodbc, a library
 
83
 used by ODBC drivers for reading their configuration settings from
 
84
 /etc/odbc.ini and ~/.odbc.ini.  It is useful to provide this in
 
85
 a stand-alone package, so that all ODBC drivers in Debian can use a 
60
86
 consistent ini library, regardless of whether applications are built 
61
87
 with iodbc or unixodbc.
62
88
 .
64
90
 allows ODBC driver packages to install their own driver settings, and 
65
91
 the driver setup plugins, which describe the features supported by 
66
92
 individual ODBC drivers.
67
 
  COMPONENTS:
68
 
 .
69
 
  libodbcinst.so      (ODBC Installer/Setup)
70
 
  odbcinst            (cmd line UI for libodbcinst.so)
71
 
  libodbcdrvcfg1S.so  (GUI config for server based sources... basic)
72
 
  libodbcdrvcfg2S.so  (GUI config for file based sources... basic)
73
 
  liboplodbcS.so      (GUI config for OpenLink's opl driver)
74
 
  libodbcminiS.so     (GUI config for MiniSQL driver)
75
 
  libodbcmyS.so       (GUI config for MySQL driver)
76
 
  libtdsS.so          (GUI config for MS SQL/Sybase driver)
77
 
  liboraodbcS.so      (GUI config for Oracle driver)
78
 
  libodbcpsqlS.so     (GUI config for PostgreSQL driver)