diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:14:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:14:14 +0000 |
commit | a64c47dd2e7469f82c169883aab6f754ea0ca215 (patch) | |
tree | 144be0ee4ec979fa51f91067ce3e486e2916373f /debian/control | |
parent | Adding upstream version 2024.03.18. (diff) | |
download | usb.ids-a64c47dd2e7469f82c169883aab6f754ea0ca215.tar.xz usb.ids-a64c47dd2e7469f82c169883aab6f754ea0ca215.zip |
Adding debian version 2024.03.18-1.debian/2024.03.18-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..983d555 --- /dev/null +++ b/debian/control @@ -0,0 +1,20 @@ +Source: usb.ids +Section: admin +Priority: optional +Maintainer: Aurelien Jarno <aurel32@debian.org> +Build-Depends: debhelper-compat (= 13) +Standards-Version: 4.6.2 +Rules-Requires-Root: no +Homepage: http://www.linux-usb.org/usb-ids.html + +Package: usb.ids +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends} +Breaks: usbutils (<< 1:008-1) +Replaces: usbutils (<< 1:008-1) +Description: USB ID Repository + This package contains the usb.ids file, a public repository of all known + ID's used in USB 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. |