summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 05:46:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 05:46:17 +0000
commit25e003727af97ee93b1663d2df72b76fc4975dc9 (patch)
treea40811a107ace33142d3229769f28277ee050fb8 /debian/control
parentAdding upstream version 2.1.1. (diff)
downloadmdds-25e003727af97ee93b1663d2df72b76fc4975dc9.tar.xz
mdds-25e003727af97ee93b1663d2df72b76fc4975dc9.zip
Adding debian version 2.1.1-2.debian/2.1.1-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/control46
1 files changed, 46 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3ce9298
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,46 @@
+Source: mdds
+Section: libdevel
+Priority: optional
+Maintainer: Debian LibreOffice Maintaners <debian-openoffice@lists.debian.org>
+Uploaders: Rene Engelhard <rene@debian.org>
+Build-Depends: debhelper (>= 7.0.50~), libboost-dev (>= 1.39)
+Build-Depends-Indep: doxygen
+Build-Conflicts: expect, dejagnu
+Standards-Version: 3.8.4
+Homepage: https://gitlab.com/mdds/mdds
+
+Package: libmdds-dev
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, libboost-dev (>= 1.39)
+Description: Multi Dimension Data structure library -- headers
+ A collection of multi-dimensional data structure and indexing algorithm.
+ .
+ This is a C++ library, and is a collection of various data structures designed
+ to efficiently store and query multi-dimensional data for various
+ filtering criteria. Different structures are optimized for different
+ query needs.
+ .
+ This library is a source-code only library. It’s designed to be
+ header-only meaning that the user program does not need to link to any
+ additional shared library in order to use these data structures. The
+ data structures are all available as C++ templates.
+
+Package: libmdds-doc
+Architecture: all
+Depends: ${misc:Depends}
+Section: doc
+Description: Multi Dimension Data structure library -- documentation
+ A collection of multi-dimensional data structure and indexing algorithm.
+ .
+ This is a C++ library, and is a collection of various data structures designed
+ to efficiently store and query multi-dimensional data for various
+ filtering criteria. Different structures are optimized for different
+ query needs.
+ .
+ This library is a source-code only library. It’s designed to be
+ header-only meaning that the user program does not need to link to any
+ additional shared library in order to use these data structures. The
+ data structures are all available as C++ templates.
+ .
+ This package contains the API documentation for mdds.
+