commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r10954 - gnuradio/branches/developers/jcorgan/deb/debi


From: jcorgan
Subject: [Commit-gnuradio] r10954 - gnuradio/branches/developers/jcorgan/deb/debian
Date: Mon, 4 May 2009 18:11:46 -0600 (MDT)

Author: jcorgan
Date: 2009-05-04 18:11:45 -0600 (Mon, 04 May 2009)
New Revision: 10954

Modified:
   gnuradio/branches/developers/jcorgan/deb/debian/control
   gnuradio/branches/developers/jcorgan/deb/debian/libusrp2.postinst
Log:
Small fixes

Modified: gnuradio/branches/developers/jcorgan/deb/debian/control
===================================================================
--- gnuradio/branches/developers/jcorgan/deb/debian/control     2009-05-04 
20:57:10 UTC (rev 10953)
+++ gnuradio/branches/developers/jcorgan/deb/debian/control     2009-05-05 
00:11:45 UTC (rev 10954)
@@ -139,7 +139,7 @@
 Package: libgnuradio-qtgui-dev
 Section: libdevel
 Architecture: any
-Depends: libgnuradio-qtgui (= ${binary:Version}), libgnuradio-core-dev, 
qwt5-qt4-dev, libqwtplot3d-qt4-dev, qt4-dev-tools
+Depends: libgnuradio-qtgui (= ${binary:Version}), libgnuradio-core-dev, 
libqt4-dev
 Description: GNU Radio C++ blocks fro QT-based GUI applications
  This package contains the C++ library for using GNU Radio inside
  QT-based GUI applications.
@@ -200,7 +200,7 @@
 Package: libusrp2-dev
 Section: libdevel
 Architecture: any
-Depends: libusrp (= ${binary:Version}), libboost1.37-dev, 
libgnuradio-omnithread-dev, libgruel-dev
+Depends: libusrp2 (= ${binary:Version}), libboost1.37-dev, 
libgnuradio-omnithread-dev, libgruel-dev
 Description: Client side library for the USRP(1) 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

Modified: gnuradio/branches/developers/jcorgan/deb/debian/libusrp2.postinst
===================================================================
--- gnuradio/branches/developers/jcorgan/deb/debian/libusrp2.postinst   
2009-05-04 20:57:10 UTC (rev 10953)
+++ gnuradio/branches/developers/jcorgan/deb/debian/libusrp2.postinst   
2009-05-05 00:11:45 UTC (rev 10954)
@@ -12,7 +12,7 @@
 fi
 
 # Create setuid root for group usrp on socket opener
-chown root.usrp /usr/bin/socket_opener
-chmod 04750 /usr/bin/socket_opener
+chown root.usrp /usr/bin/usrp2_socket_opener
+chmod 04750 /usr/bin/usrp2_socket_opener
 
 exit 0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]