summaryrefslogtreecommitdiff
path: root/debian/control
blob: a3971681577b8ccb2557b39a39ff98312aa71c3c (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
Source: libpcidb
Section: libs
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.4
Homepage: https://www.illumos.org

Package: libpcidb2
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: hwdata
Description: library to understand and parse the pci.ids database
 This package contains libpcidb shared library.
 .
 This library exists to understand and parse the pci.ids database that is
 maintained at http://pci-ids.ucw.cz/. This database provides a way to map
 the PCI device, vendor, and subsystem ids to a human understandable name.

Package: libpcidb2-dbg
Section: debug
Priority: extra
Multi-Arch: same
Architecture: any
Depends: ${misc:Depends}, libpcidb2 (= ${binary:Version})
Description: library to parse the pci.ids database: debug symbols
 This package contains the detached debugging symbols for the libpcidb library

Package: libpcidb-dev
Section: libdevel
Architecture: any
Provides: libpcidb2-dev
Depends: libpcidb2 (= ${binary:Version}), ${misc:Depends}
Description: library to parse the pci.ids database (development files)
 This package contains the header files and symlinks needed
 to compile applications that use libpcidb.
 .
 This library exists to understand and parse the pci.ids database that is
 maintained at http://pci-ids.ucw.cz/. This database provides a way to map
 the PCI device, vendor, and subsystem ids to a human understandable name.