Minor fix in binary packaging
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Wed, 10 Jun 2009 07:38:43 +0000 (07:38 +0000)
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Wed, 10 Jun 2009 07:38:43 +0000 (07:38 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11182 221aa14e-8319-0410-a670-987f0aec2ac5

debian/control

index d2de78e988310fd8462554625c670819d5786061..94dfda0ab7c39550031912c3ede66649c5ac12ef 100644 (file)
@@ -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.