summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 719629368af359c7bc006016622aa4777857c2e9 (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
Source: udebug
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, libubox-dev
Homepage: https://git.openwrt.org/project/udebug.git
Vcs-Browser: https://git.openwrt.org/project/udebug.git
Vcs-Git: https://git.openwrt.org/project/udebug.git

Package: libudebug
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Section: libs
Description: OpenWrt debug ring buffer library
 Libudebug is a debug ring buffer library used by OpenWrt. It provides
 facilities for debug message collection, filtering, and export to pcap
 format for analysis.
 .
 This package contains the shared library libudebug.

Package: libudebug-dev
Architecture: any
Multi-Arch: same
Depends: libudebug (= ${binary:Version}), libc6-dev|libc-dev, libubox-dev, ${misc:Depends}
Section: libdevel
Description: Development files for libudebug
 Libudebug is a debug ring buffer library used by OpenWrt. It provides
 facilities for debug message collection, filtering, and export to pcap
 format for analysis.
 .
 This package contains the development files (headers and symlinks)
 for libudebug.

Package: udebugd
Architecture: any
Multi-Arch: foreign
Depends: libudebug (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: OpenWrt debug ring buffer daemon and utilities
 Libudebug is a debug ring buffer library used by OpenWrt. It provides
 facilities for debug message collection, filtering, and export to pcap
 format for analysis.
 .
 This package contains the udebugd daemon, udebug-cli utility, and the
 ucode module for accessing debug ring buffers.