usbip: depend on usb.ids instead of usbutils.

usbip depends on usbutils only to get /usr/share/misc/usb.ids. It's
better to directly depend on the new usb.ids package.
This commit is contained in:
Aurelien Jarno 2019-02-13 19:16:52 +01:00
parent a6b15ac2c4
commit b95a83a3ec
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View File

@ -19,6 +19,9 @@ linux (4.19.20-2) UNRELEASED; urgency=medium
* linux-perf: Enable coresight trace (libopencsd) support in perf
(Closes: #895131)
[ Aurelien Jarno ]
* usbip: depend on usb.ids instead of usbutils.
-- Ben Hutchings <ben@decadent.org.uk> Tue, 12 Feb 2019 12:49:10 +0000
linux (4.19.20-1) unstable; urgency=medium

View File

@ -42,7 +42,7 @@ Build-Depends:
libwrap0-dev,
# used by debian/rules.d/tools/usb/usbip
rsync,
Depends: usbutils, ${shlibs:Depends}, ${misc:Depends}
Depends: usb.ids, ${shlibs:Depends}, ${misc:Depends}
Section: admin
Description: USB device sharing system over IP network
USB/IP is a system for sharing USB devices over the network.