From 694dacbf17203cf81e307b362a8b3223d607b780 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 12 Jul 2013 11:47:49 +0200 Subject: [PATCH] Change libusb build-depend to make sure we never get libusb 0.1 on non-hurd. --- debian/changelog | 2 ++ debian/control | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bd541fa..fe5e309 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ yubikey-personalization (1.14.0-1) unstable; urgency=low * New upstream version. * Updated symbols file. * Change Homepage to point at github page. + * Change libusb build-depend to make sure we never get libusb 0.1 + on non-hurd. -- Simon Josefsson Fri, 12 Jul 2013 11:36:42 +0200 diff --git a/debian/control b/debian/control index 2163b03..ff7e4b6 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: utils Priority: extra Maintainer: Tollef Fog Heen Uploaders: Simon Josefsson , Klas Lindfors , Dain Nilsson -Build-Depends: debhelper (>= 9), autotools-dev, libusb-1.0-0-dev | libusb-dev, libyubikey-dev(>= 1.5), libjson0-dev, chrpath, pkg-config, dh-autoreconf +Build-Depends: debhelper (>= 9), autotools-dev, libusb-1.0-0-dev [!hurd-i386], libusb-dev [hurd-i386], libyubikey-dev(>= 1.5), libjson0-dev, chrpath, pkg-config, dh-autoreconf Standards-Version: 3.9.4 Homepage: http://yubico.github.io/yubikey-personalization/ Vcs-Git: git://git.err.no/yubikey-personalization/ -- 2.39.5