summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: af865d0af6220b0195afb5701883da5e0d7d4d26 (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
Source: libixion
Section: libs
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Original-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.