summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 3b83a823e7a1df1828a701784978db95c165f54e (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
Source: ubus
Maintainer: Felix Fietkau <nbd@nbd.name>
Section: libs
Priority: optional
Standards-Version: 4.5.0
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 12), cmake, pkgconf, libjson-c-dev, libubox-dev
Homepage: https://git.openwrt.org/project/ubus.git
Vcs-Browser: https://git.openwrt.org/project/ubus.git
Vcs-Git: https://git.openwrt.org/project/ubus.git

Package: libubus
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Section: libs
Description: OpenWrt RPC client library
 Ubus is the OpenWrt micro bus architecture for inter-process communication
 (IPC). It provides a system-wide message bus that allows different
 processes to communicate with each other using a simple API.
 .
 This package contains the libubus shared library.

Package: libubus-dev
Architecture: any
Multi-Arch: same
Depends: libubus (= ${binary:Version}), libc6-dev|libc-dev, libjson-c-dev, libubox-dev, ${misc:Depends}
Section: libdevel
Description: Development files for libubus
 Ubus is the OpenWrt micro bus architecture for inter-process communication
 (IPC). It provides a system-wide message bus that allows different
 processes to communicate with each other using a simple API.
 .
 This package contains the development files (headers, static libraries,
 and symlinks) for libubus.

Package: ubus
Architecture: any
Multi-Arch: foreign
Depends: libubus (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: OpenWrt RPC daemon and CLI
 Ubus is the OpenWrt micro bus architecture for inter-process communication
 (IPC). It provides a system-wide message bus that allows different
 processes to communicate with each other using a simple API.
 .
 This package contains the ubusd daemon and the ubus command-line tool.