summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2008-11-03Merged r9881:9917 from jcorgan/deb-wip into trunk. Updates Debian/Ubuntu ↵jcorgan
packaging system to build trunk code on Ubuntu 8.10. Several new trunk components still need debs created. Impact on non-packaging code: * Renamed libgr_audio_alsa.so to libgnuradio-audio-alsa.so * Renamed libusrp_inband.so to libusrp-inband.so * Added PYTHON_CHECK_MODULE to build system to simplify Python dependency verification Packaging code updates: * Updated build-depends and package dependencies to be current with trunk * Added package for libgruel and libgruel-dev * Renamed library packages to use simplified names, removing the 0 or 0c2a suffix. This may not follow Debian policy, but we can revisit this if we ever go into official Debian or Ubuntu. * Remove gr-comedi from packaging * Restructured sections to eliminate 'contrib'. Since we're not official Debian, we don't need to deal with the sdcc-nf issue. * Consolidated usrp firmware packages into corresponding main packages (same as previous). git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9918 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-24Fix location/names for gpio rbfs for deb file creation.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9392 221aa14e-8319-0410-a670-987f0aec2ac5
2008-06-10Fix missing library from debfile (Greg Ushomirsky).jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8571 221aa14e-8319-0410-a670-987f0aec2ac5
2008-03-19Fix missing symbolic link in Debian packages.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8051 221aa14e-8319-0410-a670-987f0aec2ac5
2008-02-24Fix typo.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7823 221aa14e-8319-0410-a670-987f0aec2ac5
2008-02-24Catch up Debian packagesjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7822 221aa14e-8319-0410-a670-987f0aec2ac5
2007-11-17Use newer version for gutsy.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6976 221aa14e-8319-0410-a670-987f0aec2ac5
2007-11-08Added conflict in python-gnuradio-core for python-gnuradio < 3.1, which will ↵jcorgan
hopefully force the prior package to be deinstalled when upgrading. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6834 221aa14e-8319-0410-a670-987f0aec2ac5
2007-11-06Update Debian package changelog.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6825 221aa14e-8319-0410-a670-987f0aec2ac5
2007-11-06Updated debian package version.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6824 221aa14e-8319-0410-a670-987f0aec2ac5
2007-10-22Revert automated versioning on trunk Debian package build. Too many things ↵jcorgan
depend on static changelog. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6670 221aa14e-8319-0410-a670-987f0aec2ac5
2007-10-21Update Debian packaging to reflect repository version, tweaksjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6660 221aa14e-8319-0410-a670-987f0aec2ac5
2007-10-13Changed revision to 3.1.svn.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6633 221aa14e-8319-0410-a670-987f0aec2ac5
2007-10-13Added enabling group 'user' access to USRP hardware into Debian packaging.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6630 221aa14e-8319-0410-a670-987f0aec2ac5
2007-10-10Added missing package.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6612 221aa14e-8319-0410-a670-987f0aec2ac5
2007-10-10Added missing package.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6611 221aa14e-8319-0410-a670-987f0aec2ac5
2007-10-10Tweaks to Debian packaging.jcorgan
Added .so versioning where needed (libpmt, libmblock, libgromnithread) to allow automated dependency checking. Reverted (perhaps temporarily) to '3.0.svn' version numbering as the '~' trick wasn't working with Ubuntu Note: the -dev packages don't seem to be sufficient to compile the gr-howto-write-a-block module, so still debugging. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6610 221aa14e-8319-0410-a670-987f0aec2ac5
2007-10-10Merged r6502:6602 from bdale/deb into trunk. Tweaks on Debian packaging.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6609 221aa14e-8319-0410-a670-987f0aec2ac5
2007-09-20Fixed typo in dependency list.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6490 221aa14e-8319-0410-a670-987f0aec2ac5
2007-09-20Work in progress with Debian packaging.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6489 221aa14e-8319-0410-a670-987f0aec2ac5
2007-09-18Merge r6461:6464 from jcorgan/t162-staging into trunk.jcorgan
* Final gr.top_block and gr.hier_block2 implementation inside gnuradio-core/src/lib/runtime * Implementation of gr.hier_block2 versions of all the old-style blocks in blks. These live in blks2. * Addition of gr.hier_block2 based versions of gr-wxgui blocks * Conversion of all the example code in gnuradio-examples to use this new code * Conversion of all the gr-utils scripts to use the new code The OFDM examples and related hierarchical blocks have not yet been converted. Code in the rest of the tree that is outside the core and example components has also not yet been converted. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6466 221aa14e-8319-0410-a670-987f0aec2ac5
2007-09-05Control file cleanup.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6332 221aa14e-8319-0410-a670-987f0aec2ac5
2007-09-05Fix erroneous entry in control file.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6315 221aa14e-8319-0410-a670-987f0aec2ac5
2007-09-04Merged r6285:6297 from features/deb into trunk. Nearing completion on ↵jcorgan
Debian packaging for 3.1. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6299 221aa14e-8319-0410-a670-987f0aec2ac5
2007-09-02Merged r6224:6268 from features/deb into trunk. Implements most of a Debian ↵jcorgan
package generation system. EXPERIMENTAL. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6269 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-30Merged r6216:6221 from features/deb into trunk. Work-in-progress on Debian ↵jcorgan
package generation; merging now to avoid file substitution issues in Subversion as deleted files are reintroduced. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6222 221aa14e-8319-0410-a670-987f0aec2ac5
2007-08-30Merged -r6156:6213 from features/deb into trunk. Initial framework for ↵jcorgan
creating Debian packages for 3.1 release. NOT FUNCTIONAL. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6214 221aa14e-8319-0410-a670-987f0aec2ac5