osmith has uploaded this change for review.

View Change

debian/control: add missing deps to -dev pkg

usrp.pc.in requires libusb-1.0

Change-Id: I43cebeb108dfefbdb9c0f62123c0f98ca8159e85
---
M debian/control
1 file changed, 2 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/libusrp refs/changes/31/39031/1
diff --git a/debian/control b/debian/control
index 2036960..5a0a309 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,8 @@
Package: libusrp-dev
Section: libdevel
Architecture: any
-Depends: libusrp1 (= ${binary:Version}), ${misc:Depends}
+Depends: libusrp1 (= ${binary:Version}), ${misc:Depends},
+ libusb-1.0-0-dev
Description: gnuradio based driver library for the USRP1 SDR - dev files

Package: libusrp-firmware

To view, visit change 39031. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: libusrp
Gerrit-Branch: master
Gerrit-Change-Id: I43cebeb108dfefbdb9c0f62123c0f98ca8159e85
Gerrit-Change-Number: 39031
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>