Merged r10948:10959 from jcorgan/deb into trunk. Trunk passes
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Thu, 7 May 2009 00:11:08 +0000 (00:11 +0000)
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Thu, 7 May 2009 00:11:08 +0000 (00:11 +0000)
commitd8b0bea3d4350b8450d612ed461c5bdf26b562b0
tree8e5c9faaec43331cb45d7ec9ab48aa228a82a612
parent705e883e3d1aef11725bc5c12418d7ab585d8ae7
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
16 files changed:
config/grc_gr_usrp2.m4
debian/changelog
debian/control
debian/gen-install-files.sh
debian/libmblock-dev.install [new file with mode: 0644]
debian/libusrp2.dirs [new file with mode: 0644]
debian/libusrp2.install [new file with mode: 0644]
debian/libusrp2.limits [new file with mode: 0644]
debian/libusrp2.postinst [new file with mode: 0644]
debian/libusrp2.postrm [new file with mode: 0644]
debian/rules
gr-qtgui/src/lib/Makefile.am
gr-usrp2/Makefile.am
gr-usrp2/gnuradio-usrp2.pc.in [new file with mode: 0644]
gr-usrp2/src/Makefile.am
usrp/host/lib/legacy/Makefile.am