summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control62
1 files changed, 62 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..79cd758
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,62 @@
+Source: xbase64
+Priority: optional
+Section: libs
+Maintainer: Debian QA Group <packages@qa.debian.org>
+Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 8), doxygen, dh-autoreconf
+Homepage: http://sourceforge.net/projects/xdb/
+
+Package: libxbase64-1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc: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 libxbase2.0-dev package.
+
+Package: libxbase64-dev
+Section: libdevel
+Architecture: any
+Depends: libxbase64-1 (= ${binary:Version}), libc6-dev | libc-dev, ${misc: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
+Section: libs
+Architecture: any
+Depends: libxbase64-1 (= ${binary:Version}), libxbase64-dev, ${shlibs:Depends}, ${misc: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.