Package: libdevice-usb-perl / 0.37-2

Metadata

Package Version Patches format
libdevice-usb-perl 0.37-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable tests | (download)

t/02-find_busses_devices.t | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 disable failing tests
 When run in pbuilder, some USB tests are failing consistently.  This
 is most likely because this environment has no access to the USB
 devices.
fix typo | (download)

lib/Device/USB.pm | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix typo in pod.
fix buildsystem | (download)

Makefile.PL | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 ignore files we do not want installed.
just assume libusb is there.diff | (download)

Makefile.PL | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 just assume libusb is out there
 Makefile.PL should not try to check for libusb in a given list of directories
 as the compiler might look in other places as well.
hardening flags.diff | (download)

Makefile.PL | 3 3 + 0 - 0 !
lib/Device/USB.pm | 3 3 + 0 - 0 !
2 files changed, 6 insertions(+)

 pass *flags to compiler and linker for hardening