Merged r10948:10959 from jcorgan/deb into trunk. Trunk passes

distcheck.

Part 1 of Debian/Ubuntu binary packaging update for 3.2 release. 
Creates all C++ API binary and dev packages, with their associated
runtime dependencies.

* Runtime shared-library packages:

-libgruel
-libgnuradio-omnithread
-libpmt
-libmblock
-libgnuradio-core
-libgnuradio-alsa
-libgnuradio-qtgui
-libusrp
-libusrp2
-libgnuradio-usrp
-libgnuradio-usrp2

* C++ development headers and pkg-config files for the above:

-libgruel-dev
-libgnuradio-omnithread-dev
-libpmt-dev
-libmblock-dev
-libgnuradio-core-dev
-libgnuradio-alsa-dev
-libgnuradio-qtgui-dev
-libusrp-dev
-libusrp2-dev

NOTE: For consistency, libqtgui.so has been renamed to libgnuradio-qtgui.so,
and libgr-usrp2.so has been renamed to libgnuradio-usrp2.so.

A 'gnuradio-dev' virtual package will be created that will depend upon the
above -dev packages, so installing that one package will pull in all that is needed
to do pure C++ development in GNU Radio.




git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10981 221aa14e-8319-0410-a670-987f0aec2ac5
This commit is contained in:
jcorgan 2009-05-07 00:11:08 +00:00
parent c12d497f44
commit d587580615
1 changed files with 9 additions and 9 deletions

View File

@ -143,6 +143,15 @@ endif
include_HEADERS = \
db_base.h \
db_basic.h \
db_dbs_rx.h \
db_dtt754.h \
db_dtt768.h \
db_flexrf.h \
db_flexrf_mimo.h \
db_tv_rx.h \
db_util.h \
db_xcvr2450.h \
usrp_basic.h \
usrp_bytesex.h \
usrp_config.h \
@ -156,17 +165,8 @@ include_HEADERS = \
noinst_HEADERS = \
ad9862.h \
db_base_impl.h \
db_basic.h \
db_boards.h \
db_dbs_rx.h \
db_dtt754.h \
db_dtt768.h \
db_flexrf.h \
db_flexrf_mimo.h \
db_tv_rx.h \
db_util.h \
db_wbx.h \
db_xcvr2450.h \
fusb.h \
fusb_darwin.h \
fusb_generic.h \