summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/control26
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5d95b99
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: pci.ids
+Section: admin
+Priority: optional
+Maintainer: Guillem Jover <guillem@debian.org>
+Homepage: https://pci-ids.ucw.cz/
+Standards-Version: 4.6.2
+Rules-Requires-Root: no
+Build-Depends:
+ debhelper-compat (= 13),
+Vcs-Browser: https://git.hadrons.org/cgit/debian/pkgs/pci.ids.git
+Vcs-Git: https://git.hadrons.org/git/debian/pkgs/pci.ids.git
+
+Package: pci.ids
+Architecture: all
+Multi-Arch: foreign
+Depends:
+ ${misc:Depends},
+Breaks:
+ pciutils (<< 1:3.6.2-4~),
+Replaces:
+ pciutils (<< 1:3.6.2-4~),
+Description: PCI ID Repository
+ This package contains the pci.ids file, a public repository of all known
+ ID's used in PCI devices: ID's of vendors, devices, subsystems and device
+ classes. It is used in various programs to display full human-readable
+ names instead of cryptic numeric codes.