[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r11013 - gnuradio/branches/developers/jcorgan/deb/debi
From: |
jcorgan |
Subject: |
[Commit-gnuradio] r11013 - gnuradio/branches/developers/jcorgan/deb/debian |
Date: |
Tue, 12 May 2009 12:55:59 -0600 (MDT) |
Author: jcorgan
Date: 2009-05-12 12:55:58 -0600 (Tue, 12 May 2009)
New Revision: 11013
Modified:
gnuradio/branches/developers/jcorgan/deb/debian/control
gnuradio/branches/developers/jcorgan/deb/debian/rules
Log:
Adds gnuradio-dev metapackage.
Modified: gnuradio/branches/developers/jcorgan/deb/debian/control
===================================================================
--- gnuradio/branches/developers/jcorgan/deb/debian/control 2009-05-12
17:34:43 UTC (rev 11012)
+++ gnuradio/branches/developers/jcorgan/deb/debian/control 2009-05-12
18:55:58 UTC (rev 11013)
@@ -109,7 +109,7 @@
Package: libusrp
Section: comm
Architecture: any
-Depends: libusb-0.1-4
+Depends: libusb-0.1-4, libboost-thread1.37.0
Replaces: libusrp0, libusrp0c2a, usrp-firmware
Suggests: usrp-doc
Description: Client side library for the USRP(1) hardware
@@ -127,7 +127,7 @@
Section: libdevel
Architecture: any
Replaces: libusrp0-dev
-Depends: libusrp (= ${binary:Version}), libusb-dev
+Depends: libusrp (= ${binary:Version}), libusb-dev, libboost-thread1.37-dev
Description: Client side library for the USRP(1) hardware
The Universal Software Radio Peripheral (USRP) is an USB-connected,
low-cost and open board. It features four high-speed analog-to-digital
@@ -160,7 +160,7 @@
Package: libusrp2-dev
Section: libdevel
Architecture: any
-Depends: libusrp2 (= ${binary:Version}), libboost1.37-dev,
libgnuradio-omnithread-dev (= ${binary:Version}), libgruel-dev (=
${binary:Version})
+Depends: libusrp2 (= ${binary:Version}), libboost-thread1.37-dev,
libgnuradio-omnithread-dev (= ${binary:Version}), libgruel-dev (=
${binary:Version})
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
@@ -279,3 +279,17 @@
Description: Software Defined Radio
This package contains the documentation for the GNU Radio software
defined radio system.
+
+################################################################################
+# Meta-packages
#
+################################################################################
+
+Package: gnuradio-dev
+Section: libdevel
+Architecture: all
+Recommends: gnuradio-doc, libgnuradio-audio-alsa-dev, libgnuradio-qtgui-dev,
libgnuradio-usrp-dev, libgnuradio-usrp2-dev
+Depends: libgnuradio-core-dev
+Description: Development headers for GNU Radio C++ development
+ This is a virtual package that depends or recommends the development header
+ packages for the various GNU Radio components. It is only needed if you
intend
+ to develop custom GNU Radio signal processing blocks in C++.
Modified: gnuradio/branches/developers/jcorgan/deb/debian/rules
===================================================================
--- gnuradio/branches/developers/jcorgan/deb/debian/rules 2009-05-12
17:34:43 UTC (rev 11012)
+++ gnuradio/branches/developers/jcorgan/deb/debian/rules 2009-05-12
18:55:58 UTC (rev 11013)
@@ -106,9 +106,9 @@
dh_strip
dh_compress
dh_fixperms
- dh_makeshlibs
+ #dh_makeshlibs
dh_installdeb
- dh_shlibdeps
+ #dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb --destdir=../debfiles
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r11013 - gnuradio/branches/developers/jcorgan/deb/debian,
jcorgan <=