diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-05-10 02:44:30 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-05-10 02:44:30 +0100 |
commit | d8c38d06baaf101e64932deb40f2751211b2d6e4 (patch) | |
tree | a99fc57328c1982494d8a35302cad94ae1513bee | |
parent | a35c54f73937de44f5acdff706c478077ae00f59 (diff) | |
download | libphidget21-d8c38d06baaf101e64932deb40f2751211b2d6e4.tar.gz |
Build against libusb-1.0 rather than libusb-0.1
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index e81fc3b..6b7775e 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: libphidget21 Priority: optional Maintainer: Jonathan McCrohan <jmccrohan@gmail.com> -Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf, libusb-dev, default-jdk +Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf, libusb-1.0-0-dev, default-jdk Standards-Version: 3.9.3 Section: libs Homepage: http://www.phidgets.com |