summaryrefslogtreecommitdiff
path: root/debian/control
blob: d1747fd57d914bc1ab13afb3e686740dd5eb305a (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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
Source: xbase64
Priority: optional
Section: libs
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Standards-Version: 4.6.1.0
Rules-Requires-Root: no
Build-Depends:
 dpkg-dev (>= 1.22.5),
 cmake,
 debhelper-compat (= 13),
 doxygen
Homepage: http://sourceforge.net/projects/xdb/
Vcs-Git: git://jff.email/opt/git/xbase64.git
Vcs-Browser: https://jff.email/cgit/xbase64.git

Package: libxbase64-1t64
Provides: ${t64:Provides}
Replaces: libxbase64-1
Breaks: libxbase64-1 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Pre-Depends:
 ${misc:Pre-Depends}
Description: xbase compatible C++ class library (shared libraries)
 Xbase (formerly known as xdb, also formerly known as xBase) is a collection
 of specifiations, programs, utilities and a C++ class library for
 manipulating Xbase type datafiles and indices.
 .
 Xbase is useful for accessing data in legacy dBase 3 and 4 database files as
 well as a general light-weight database engine.  It includes support for
 DBF (dBase version 3 and 4) data files, NDX and NTX indexes, and DBT
 (dBase version 3 and 4).  It supports file and record locking under *nix
 OS's.
 .
 This package contains the shared libraries necessary to run programs linked
 against Xbase.  For documentation, please install the libxbase64-dev package.

Package: libxbase64-dev
Section: libdevel
Architecture: any
Depends:
 ${misc:Depends},
 libxbase64-1t64 (= ${binary:Version}),
 libxbase64-doc (= ${source:Version}),
 libc6-dev | libc-dev
Pre-Depends:
 ${misc:Pre-Depends}
Suggests: libxbase64-bin
Description: xbase compatible C++ class library (development files)
 Xbase (formerly known as xdb, also formerly known as xBase) is a collection
 of specifiations, programs, utilities and a C++ class library for
 manipulating Xbase type datafiles and indices.
 .
 Xbase is useful for accessing data in legacy dBase 3 and 4 database files as
 well as a general light-weight database engine.  It includes support for
 DBF (dBase version 3 and 4) data files, NDX and NTX indexes, and DBT
 (dBase version 3 and 4).  It supports file and record locking under *nix
 OS's.
 .
 This package contains development files for Xbase and documentation
 distributed with Xbase.

Package: libxbase64-bin
Architecture: any
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 libxbase64-1t64 (= ${binary:Version}),
 libxbase64-dev,
 libxbase64-doc (= ${source:Version})
Pre-Depends:
 ${misc:Pre-Depends}
Conflicts: libxdb-dev, libxbase2.0-bin, dvb-apps
Description: xbase compatible C++ class library (utilities)
 Xbase (formerly known as xdb, also formerly known as xBase) is a collection
 of specifiations, programs, utilities and a C++ class library for
 manipulating Xbase type datafiles and indices.
 .
 Xbase is useful for accessing data in legacy dBase 3 and 4 database files as
 well as a general light-weight database engine.  It includes support for
 DBF (dBase version 3 and 4) data files, NDX and NTX indexes, and DBT
 (dBase version 3 and 4).  It supports file and record locking under *nix
 OS's.
 .
 This package contains the utility files for Xbase distributed with Xbase.

Package: libxbase64-doc
Architecture: all
Section: doc
Multi-Arch: foreign
Depends: ${misc:Depends}
Pre-Depends:
 dpkg (>= 1.17.5)
Description: xbase compatible C++ class library (documentation)
 Xbase (formerly known as xdb, also formerly known as xBase) is a collection
 of specifiations, programs, utilities and a C++ class library for
 manipulating Xbase type datafiles and indices.
 .
 Xbase is useful for accessing data in legacy dBase 3 and 4 database files as
 well as a general light-weight database engine.  It includes support for
 DBF (dBase version 3 and 4) data files, NDX and NTX indexes, and DBT
 (dBase version 3 and 4).  It supports file and record locking under *nix
 OS's.
 .
 This package contains the documentation for Xbase distributed with Xbase.