summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjcorgan2009-06-10 07:38:43 +0000
committerjcorgan2009-06-10 07:38:43 +0000
commita1cc77945109dc15a97072107af6ae74c7ac65d5 (patch)
tree953dd5d5cc7aa86fda6522006fbfc2933778995c /debian
parent1cbb4ffdfaae090f2b535273a11f1e0899853ef0 (diff)
downloadgnuradio-a1cc77945109dc15a97072107af6ae74c7ac65d5.tar.gz
gnuradio-a1cc77945109dc15a97072107af6ae74c7ac65d5.tar.bz2
gnuradio-a1cc77945109dc15a97072107af6ae74c7ac65d5.zip
Minor fix in binary packaging
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11182 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'debian')
-rw-r--r--debian/control9
1 files changed, 4 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index d2de78e98..94dfda0ab 100644
--- a/debian/control
+++ b/debian/control
@@ -147,7 +147,6 @@ Package: libusrp2
Section: comm
Architecture: any
Depends: libgruel (= ${binary:Version}), libgnuradio-omnithread (= ${binary:Version}), ${shlibs:Depends}
-Suggests: usrp-doc
Description: Client side library for the USRP2 hardware
The Universal Software Radio Peripheral 2 (USRP2) is a GbE-connected,
low-cost and open board. It features two high-speed analog-to-digital
@@ -257,17 +256,17 @@ Package: libgnuradio-usrp2
Section: libs
Architecture: any
Depends: libgnuradio-core (= ${binary:Version}), libusrp2 (= ${binary:Version}), ${shlibs:Depends}
-Description: GNU Radio C++ blocks for USRP(1) hardware
+Description: GNU Radio C++ blocks for USRP2 hardware
This package contains the C++ API blocks for the Universal Software Radio
- Peripheral.
+ Peripheral 2.
Package: libgnuradio-usrp2-dev
Section: libdevel
Architecture: any
Depends: libgnuradio-usrp2 (= ${binary:Version}), libgnuradio-core-dev (= ${binary:Version}), libusrp2-dev (= ${binary:Version})
-Description: GNU Radio C++ blocks for USRP(1) hardware
+Description: GNU Radio C++ blocks for USRP2 hardware
This package contains the C++ API blocks for the Universal Software Radio
- Peripheral.
+ Peripheral 2.
.
This package contains header files needed by developers.