summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:13:39 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:13:39 +0000
commit0cba3f1e03bf1d4b53559b8932ae34f87c4850d5 (patch)
tree7e013e970a264cd0518500fed555f86849d88486 /debian/control
parentAdding upstream version 1:017. (diff)
downloadusbutils-3d31f3bc9a1ddcae14262b6e3e81a1c8ee493374.tar.xz
usbutils-3d31f3bc9a1ddcae14262b6e3e81a1c8ee493374.zip
Adding debian version 1:017-3.debian/1%017-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control36
1 files changed, 36 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8c91bf8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,36 @@
+Source: usbutils
+Section: utils
+Priority: optional
+Maintainer: Aurelien Jarno <aurel32@debian.org>
+Build-Depends: debhelper-compat (= 13), libusb-1.0-0-dev, libudev-dev, pkg-config, python3, dh-python
+Standards-Version: 4.6.2
+Rules-Requires-Root: no
+Homepage: https://github.com/gregkh/usbutils
+
+Package: usbutils
+Architecture: linux-any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: hwdata (<< 0.334-1~), isenkram (<< 0.45~), kinfocenter (<< 4:5.14.5-2~), libosinfo-1.0-0 (<< 1.8.0-1~), usbip (<< 2.0+5.10.4-1~)
+Suggests: usbutils-py
+Multi-Arch: foreign
+Description: Linux USB utilities
+ This package contains the lsusb utility for inspecting the devices
+ connected to the USB bus. It shows a graphical representation of the
+ devices that are currently plugged in, showing the topology of the
+ USB bus. It also displays information on each individual device on
+ the bus.
+ .
+ lsusb, usb-devices, usbhid-dump, usbreset
+
+Package: usbutils-py
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}, usb.ids
+Multi-Arch: foreign
+Description: Linux USB utilities - lsusb.py command
+ This package contains the Python based lsusb.py utility for inspecting the
+ devices connected to the USB bus. It shows the devices that are currently
+ plugged in, showing the topology of the USB bus. It also provides information
+ on each individual device on the bus, such as the interface speed and details
+ of a device's interfaces, including the driver bound to them and Linux devices
+ provided by the driver, as well as the details of device and interface
+ endpoints.