File: control

package info (click to toggle)
libsigrok 0.5.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,328 kB
  • sloc: ansic: 88,993; sh: 4,451; cpp: 2,198; makefile: 852; python: 270; java: 13; xml: 8
file content (79 lines) | stat: -rw-r--r-- 2,541 bytes parent folder | download
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
Source: libsigrok
Priority: optional
Maintainer: Debian Electronics Packaging Team <pkg-electronics-devel@alioth-lists.debian.net>
Uploaders: Jonathan McDowell <noodles@earth.li>
Build-Depends: check,
	debhelper (>= 10),
	doxygen,
	libbluetooth-dev,
	libftdi1-dev,
	libglib2.0-dev (>= 2.32.0),
	libglibmm-2.4-dev,
	libhidapi-dev,
	libieee1284-3-dev,
	libserialport-dev (>= 0.1.0),
	libusb-1.0-0-dev (>= 1.0.16),
	libzip-dev (>= 0.10),
	pkg-config (>= 0.22)
Standards-Version: 4.5.0
Section: libs
Homepage: http://sigrok.org/wiki/Libsigrok
Vcs-Browser: https://salsa.debian.org/electronics-team/sigrok/libsigrok
Vcs-Git: https://salsa.debian.org/electronics-team/sigrok/libsigrok.git
Rules-Requires-Root: no

Package: libsigrok-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libsigrok4 (= ${binary:Version}), ${misc:Depends},
	libbluetooth-dev,
	libftdi1-dev,
	libglib2.0-dev (>= 2.32.0),
	libhidapi-dev,
	libserialport-dev (>= 0.1.0),
	libusb-1.0-0-dev (>= 1.0.16),
	libzip-dev (>= 0.10)
Description: sigrok hardware driver library - development files
 libsigrok is a shared library which provides basic hardware access
 drivers for logic analyzers, as well as input/output file format support.
 .
 This package contains the header files and other development files.

Package: libsigrok4
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: sigrok hardware driver library - shared library
 libsigrok is a shared library which provides basic hardware access
 drivers for logic analyzers, as well as input/output file format support.
 .
 This package contains the shared library.

Package: libsigrokcxx-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libsigrokcxx4 (= ${binary:Version}),
 libsigrok-dev (= ${binary:Version}),
 ${misc:Depends}
Description: sigrok C++ bindings - development files
 libsigrok is a shared library which provides basic hardware access
 drivers for logic analyzers, as well as input/output file format support.
 .
 This package contains the C++ header files and other development files.

Package: libsigrokcxx4
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: sigrok hardware driver library - shared library
 libsigrok is a shared library which provides basic hardware access
 drivers for logic analyzers, as well as input/output file format support.
 .
 This package contains the C++ shared library.