summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control43
1 files changed, 43 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a397168
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,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.