From 26e9f62e399a67e454ff40deca2eef531c279139 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Wed, 13 Feb 2019 19:36:49 +0100 Subject: [PATCH] Revert "usbip: depend on usb.ids instead of usbutils." This reverts commit b95a83a3ecdbf42094b8d37f72d35cdb84e8ea37. This won't work for stretch-backports, so let's wait for bullseye. --- debian/changelog | 3 --- debian/templates/control.tools-unversioned.in | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4dd5dfcd4..ba3d1b859 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,9 +19,6 @@ 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 Tue, 12 Feb 2019 12:49:10 +0000 linux (4.19.20-1) unstable; urgency=medium diff --git a/debian/templates/control.tools-unversioned.in b/debian/templates/control.tools-unversioned.in index b540a69bd..6935d3629 100644 --- a/debian/templates/control.tools-unversioned.in +++ b/debian/templates/control.tools-unversioned.in @@ -42,7 +42,7 @@ Build-Depends: libwrap0-dev, # used by debian/rules.d/tools/usb/usbip rsync, -Depends: usb.ids, ${shlibs:Depends}, ${misc:Depends} +Depends: usbutils, ${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.