diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:47:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:47:37 +0000 |
commit | bd644986fea8b6832b7dbf76345fc47c9d72109e (patch) | |
tree | 7f85d6732ac071444738538e89ba425875cc9c0c /debian/control | |
parent | Adding upstream version 0.19.0. (diff) | |
download | libixion-bd644986fea8b6832b7dbf76345fc47c9d72109e.tar.xz libixion-bd644986fea8b6832b7dbf76345fc47c9d72109e.zip |
Adding debian version 0.19.0-4.debian/0.19.0-4debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..8e65770 --- /dev/null +++ b/debian/control @@ -0,0 +1,86 @@ +Source: libixion +Section: libs +Priority: optional +Maintainer: Debian LibreOffice Maintainers <debian-openoffice@lists.debian.org> +Uploaders: + Rene Engelhard <rene@debian.org>, +Build-Depends: + debhelper-compat (= 13), +Build-Depends-Arch: + dh-sequence-python3, + libboost-filesystem-dev, + libboost-program-options-dev, + libboost-system-dev, + libboost-thread-dev, + libmdds-dev (>= 2.1), + libmdds-dev (<< 2.2~), + pkg-config, + python3, + python3-dev, + zlib1g-dev, +Build-Depends-Indep: + dh-sequence-sphinxdoc, + doxygen, + python3-breathe, + python3-sphinx, + python3-sphinx-rtd-theme, +Build-Conflicts: + python-sphinx, +Standards-Version: 4.6.0 +Rules-Requires-Root: no +Homepage: https://gitlab.com/ixion/ixion +Vcs-Browser: https://salsa.debian.org/libreoffice-team/libixion +Vcs-Git: https://salsa.debian.org/libreoffice-team/libixion.git + +Package: libixion-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: + libixion-0.18-0 (= ${binary:Version}), + ${misc:Depends}, +Description: general purpose formula parser & interpreter library -- development + Ixion is a general purpose formula parser & interpreter that can calculate + multiple named targets, or “cells”. + . + This package contains headers, pkg-config file and static library for + developing applications using Ixion. + +Package: libixion-0.18-0 +Architecture: any +Multi-Arch: same +Pre-Depends: + ${misc:Pre-Depends}, +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Description: general purpose formula parser & interpreter library + Ixion is a general purpose formula parser & interpreter that can calculate + multiple named targets, or “cells”. + +Package: python3-ixion +Section: python +Architecture: any +Multi-Arch: same +Depends: + ${misc:Depends}, + ${python3:Depends}, + ${shlibs:Depends}, +Description: general purpose formula parser & interpreter library -- Python module + Ixion is a general purpose formula parser & interpreter that can calculate + multiple named targets, or “cells”. + . + This package contains the Python module. + +Package: libixion-doc +Section: doc +Architecture: all +Multi-Arch: foreign +Depends: + ${misc:Depends}, + ${sphinxdoc:Depends}, +Description: general purpose formula parser & interpreter library -- documentation + Ixion is a general purpose formula parser & interpreter that can calculate + multiple named targets, or “cells”. + . + This package contains the API documentation. |