Author: jcorgan
Date: 2007-09-01 12:05:39 -0600 (Sat, 01 Sep 2007)
New Revision: 6255
Modified:
gnuradio/branches/features/deb/debian/control
gnuradio/branches/features/deb/usrp/usrp-inband.pc.in
gnuradio/branches/features/deb/usrp/usrp.pc.in
Log:
Fix erroneous tweak.
Modified: gnuradio/branches/features/deb/debian/control
===================================================================
--- gnuradio/branches/features/deb/debian/control 2007-09-01 16:29:44 UTC
(rev 6254)
+++ gnuradio/branches/features/deb/debian/control 2007-09-01 18:05:39 UTC
(rev 6255)
@@ -146,7 +146,7 @@
Package: libusrp-inband0c2a
Section: libs
Architecture: any
-Depends: libmlock0c2a, libusb
+Depends: libusrp0c2a, libusb
Suggests: usrp-doc
Description: Client side library for the USRP with in-band signaling
The package is an alternative C++ interface to the USRP that implements
Modified: gnuradio/branches/features/deb/usrp/usrp-inband.pc.in
===================================================================
--- gnuradio/branches/features/deb/usrp/usrp-inband.pc.in 2007-09-01
16:29:44 UTC (rev 6254)
+++ gnuradio/branches/features/deb/usrp/usrp-inband.pc.in 2007-09-01
18:05:39 UTC (rev 6255)
@@ -4,8 +4,8 @@
[EMAIL PROTECTED]@
Name: usrp
-Description: Universal Software Radio Peripheral
+Description: USRP C++ Interface with in-band signaling
Requires:
Version: @VERSION@
-Libs: -L${libdir} -lusrp -lusb
+Libs: -L${libdir} -lusrp-inband -lusrp -lmblock -lgromnithread -lpmt -lusb
Cflags: -I${includedir} @DEFINES@
Modified: gnuradio/branches/features/deb/usrp/usrp.pc.in
===================================================================
--- gnuradio/branches/features/deb/usrp/usrp.pc.in 2007-09-01 16:29:44 UTC
(rev 6254)
+++ gnuradio/branches/features/deb/usrp/usrp.pc.in 2007-09-01 18:05:39 UTC
(rev 6255)
@@ -7,5 +7,5 @@
Description: USRP Client Side C++ interface with in-band signaling
Requires:
Version: @VERSION@
-Libs: -L${libdir} -lusrp-inband -lgromnithread -lmblock -lpmt -lusb
+Libs: -L${libdir} -lusrp -lusb
Cflags: -I${includedir} @DEFINES@
_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio