usbip: Stop building broken libusbip-dev package

It has a lintian error (non-empty-dependency_libs-in-la-file) and it
also seems to be missing a header (the newly added
usbip_host_common.h) since Linux 4.7.  No-one seems to have noticed,
and it has nothing build-depending on it, so get rid of it.
This commit is contained in:
Ben Hutchings 2017-10-01 00:58:22 +01:00
parent 604a4a5743
commit cc91d0cfa2
5 changed files with 3 additions and 15 deletions

1
debian/changelog vendored
View File

@ -26,6 +26,7 @@ linux (4.13.4-1~exp1) UNRELEASED; urgency=medium
profile is used
* debian/control: Move many build dependencies to Build-Depends-Arch field
* debian/control: Remove obsolete workarounds and alternate build deps
* usbip: Stop building broken libusbip-dev package
[ Uwe Kleine-König ]
* [arm64] really enable NET_DSA_MV88E6XXX for Espressobin

View File

@ -1,3 +0,0 @@
usr/lib/libusbip.la
usr/lib/libusbip.a
usr/include/usbip/*

View File

@ -17,6 +17,7 @@ all:
--with-tcp-wrappers \
--with-usbids-dir=/usr/share/misc \
--disable-shared \
--disable-static \
--host=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
$(MAKE)

2
debian/rules.real vendored
View File

@ -616,7 +616,7 @@ install-perf: $(STAMPS_DIR)/build-tools
dh_md5sums
dh_builddeb
install-usbip: DH_OPTIONS = -plibusbip-dev -pusbip
install-usbip: DH_OPTIONS = -pusbip
install-usbip: DIR = $(CURDIR)/debian/usbip-tmp
install-usbip: $(STAMPS_DIR)/build-tools
dh_testdir

View File

@ -54,17 +54,6 @@ Description: Performance analysis tools for Linux @version@
The linux-base package contains a 'perf' command which will invoke the
appropriate version for the running kernel.
Package: libusbip-dev
Build-Profiles: <!stage1 !pkg.linux.notools>
Architecture: linux-any
Depends: ${misc:Depends}
Section: libdevel
Description: USB device sharing system over IP network (development files)
USB/IP is a system for sharing USB devices over the network.
.
This package provides headers for the libusbip library and
the library itself for static linking.
Package: usbip
Build-Profiles: <!stage1 !pkg.linux.notools>
Architecture: linux-any