diff options
| author | Martin Braun <martin.braun@ettus.com> | 2015-12-30 14:22:43 -0800 | 
|---|---|---|
| committer | Martin Braun <martin.braun@ettus.com> | 2015-12-30 14:22:43 -0800 | 
| commit | db9ebd80dd0d675b2018f1ac504745e9bd110cd9 (patch) | |
| tree | dbc101179c60313deb81a75f059218624fec0225 /host/cmake/debian/control | |
| parent | 867d2223d18c2127ade5fd6a79b0be921f0ca4ee (diff) | |
| parent | 605b360651e85ca5923d0e9e8ea20343f7202301 (diff) | |
| download | uhd-db9ebd80dd0d675b2018f1ac504745e9bd110cd9.tar.gz uhd-db9ebd80dd0d675b2018f1ac504745e9bd110cd9.tar.bz2 uhd-db9ebd80dd0d675b2018f1ac504745e9bd110cd9.zip  | |
Merge branch 'maint'
Diffstat (limited to 'host/cmake/debian/control')
| -rw-r--r-- | host/cmake/debian/control | 63 | 
1 files changed, 63 insertions, 0 deletions
diff --git a/host/cmake/debian/control b/host/cmake/debian/control new file mode 100644 index 000000000..4e41c779e --- /dev/null +++ b/host/cmake/debian/control @@ -0,0 +1,63 @@ +Source: uhd +Section: science +Priority: optional +Maintainer: Ettus Research <packages@ettus.com> +Uploaders: Martin Braun <martin.braun@ettus.com>, Nicholas Corgan <nick.corgan@ettus.com> +Build-Depends: debhelper (>= 9), cmake (>= 2.8.4+dfsg.1-3), python-dev, python-mako, doxygen, libusb-1.0-0-dev [linux-any], libusb2-dev [kfreebsd-any], libncurses5-dev, pkg-config, + libboost-dev, + libboost-date-time-dev, + libboost-filesystem-dev, + libboost-program-options-dev, + libboost-regex-dev, + libboost-system-dev, + libboost-thread-dev, + libboost-test-dev, + libboost-serialization-dev +Standards-Version: 3.9.5 +Homepage: https://www.ettus.com +Vcs-Git: git://github.com/EttusResearch/uhd.git + +Package: uhd-host +Architecture: any +Depends: libuhd003, python, adduser, python-requests, ${shlibs:Depends}, ${misc:Depends} +Recommends: python-tk, curl, procps +Suggests: gnuradio +Description: hardware driver for Ettus Research products + Host utilities for the USRP Hardware Driver for Ettus Research products. + . + The supported devices provide analog radio receiver and transmitter hardware + along with digital interfaces for getting signals to and from a software + defined radio running on the host computer. + . + This package includes the uhd_find_devices application to locate and + configure attached peripherals, and the uhd_usrp_probe application to + display hardware configuration information. + +Package: libuhd003 +Architecture: any +Section: libs +Pre-Depends: multiarch-support, ${misc:Pre-Depends} +Depends: python, adduser, ${shlibs:Depends}, ${misc:Depends} +Suggests: gnuradio +Multi-Arch: same +Description: hardware driver for Ettus Research products + Host library for the USRP Hardware Driver for Ettus Research products. + . + The supported devices provide analog radio receiver and transmitter hardware + along with digital interfaces for getting signals to and from a software + defined radio running on the host computer. + +Package: libuhd-dev +Architecture: any +Section: libdevel +Depends: libuhd003 (= ${binary:Version}), python, adduser, ${shlibs:Depends}, ${misc:Depends} +Suggests: libjs-jquery, gnuradio +Description: universal hardware driver for Ettus Research products + Host library for the USRP Hardware Driver for Ettus Research products. + . + The supported devices provide analog radio receiver and transmitter hardware + along with digital interfaces for getting signals to and from a software + defined radio running on the host computer. + . + This package contains the header files and documentation for + developing with libuhd.  | 
