summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* gr: squashed cmakelists.txt into one commitJosh Blum2011-07-202-0/+4
|
* Remove debian packaging from master branch, to be placed in 'debian' branchJohnathan Corgan2009-10-2233-1946/+0
| | | | | | Migrate debian package generation to a pseudo-upstream style. Binary packaging will be maintained in a 'tarball' branch for pristine sources, and in a 'debian' branch for the build.
* Merge branch 'sync' of git@gnuradio.org:trondeau into masterJohnathan Corgan2009-10-122-15/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This merge adds polyphase clock recovery, implements new PAM demodulators that use it, and also moves GRC examples to gnuradio-examples component. See merge commit diff for updated files post merge. * 'sync' of git@gnuradio.org:trondeau: (54 commits) Reverting dqpsk to be mpsk_receiver based and not change its behavior. Fixing initialization of timing gains. Alpha should be < 1, and beta should be << 1. This splits the rate into a fractional an integer value, which allows the loop to adjust the fractional rate while the integer rate keeps the increments moving properly. Allows the max rate deviation to be independent of the integer rate. Scaling of the differential taps also allows alpha and beta to operate independent of the rate when fractional samples per symbol are used. Slightly more tolerant to large signal values, but they still should be close to +/-1. Fixing compiler warnings. Adding dqpsk2 block to makefile for installation. Adding DQPSK version that uses the PFB timing sync block (dqpsk2). Minor fixes for logging. Fixing import of UI file. Temporary working dbpsk2 example until we match everything. Working DBPSK implementation with new PFB clock recovery block. The feedforward AGC wasn't playing nicely, the frequency aquistion range was increased to swing half the sample rate in either direction, and the number of filter phases to use was increased to 32. A bit of code cleanup. Starting to rework QT app to control new PFB clock recovery alg. Making old dbpsk work again to compare against new version. Adding new DBPSK block with new PFB clock recovery alg. Revert "More additions to PAM timing simulation." More additions to PAM timing simulation. Using 2-PAM by default. Cleaning up GRC PAM timing example and adding ability to do M-ary PAM. Cleaning up constructor. Moving filter number decision to start work function. ...
* Misc. packaging tweaksJohnathan Corgan2009-09-252-0/+4
| | | | | | | Note gcell/apps/gen_script.py needs to use git Install gnuradio-config-info in libgnuradio-core0 Add pfb examples to gnuradio-examples Add missing python files in gnuradio-examples
* Merged Bdale's 3.2.2-1 packagingJohnathan Corgan2009-09-2425-223/+400
| | | | | | | | | Three-way merge on files (3.2.2->bdale, 3.2.2->3.3git) Merged control, rules, install, copyright, changelog File renames to accomodate package renames 3.3git items updated to follow new pattern Updated copyright notification Some manual fixups needed
* Added git ignore files auto created from svn:ignore properties.git2009-08-141-0/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
* Merge r11462:11485 from jcorgan/omni into trunk.jcorgan2009-07-251-2/+2
| | | | | | | | | Removes dependency on omnithreads from gnuradio-core. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11486 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r11452:11459 from jcorgan/pmt-gruel into trunk. Trunk passes distcheck.jcorgan2009-07-203-35/+8
| | | | | | | | | | | | | * Merges libpmt into libgruel * Modifies libmblock to use libgruel gruel::pmt_t will be the fundamental msg content for the new message passing implemention for 3.3. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11460 221aa14e-8319-0410-a670-987f0aec2ac5
* Add missing dependencyjcorgan2009-07-181-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11454 221aa14e-8319-0410-a670-987f0aec2ac5
* wipjcorgan2009-07-151-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11447 221aa14e-8319-0410-a670-987f0aec2ac5
* Packaging update for r11444jcorgan2009-07-151-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11446 221aa14e-8319-0410-a670-987f0aec2ac5
* Reorganization of debian package directoryjcorgan2009-07-148-7/+105
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11424 221aa14e-8319-0410-a670-987f0aec2ac5
* Cleanup.jcorgan2009-07-116-163/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11419 221aa14e-8319-0410-a670-987f0aec2ac5
* Make trunk packages use revision number in version.jcorgan2009-07-101-9/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11409 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix missing files from package generationjcorgan2009-07-101-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11408 221aa14e-8319-0410-a670-987f0aec2ac5
* Add missed revision to last check-injcorgan2009-07-091-3/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11395 221aa14e-8319-0410-a670-987f0aec2ac5
* Temporary binary packaging update (3.3svn-1) to deal with prefs.py not ↵jcorgan2009-07-063-1/+138
| | | | | | handling --prefix=/usr correctly. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11373 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix Makefile and update package for r11361jcorgan2009-07-061-0/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11364 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix dependencyjcorgan2009-07-061-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11363 221aa14e-8319-0410-a670-987f0aec2ac5
* Packaging update for changeset r11358jcorgan2009-07-061-4/+4
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11359 221aa14e-8319-0410-a670-987f0aec2ac5
* Install custom grc.conf for Ubuntu grc package. Forces correct docdir and ↵jcorgan2009-07-063-2/+15
| | | | | | adds /usr/local as local block dir. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11356 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix missing files from gr-radar-mono package (Nick Withers)jcorgan2009-07-051-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11354 221aa14e-8319-0410-a670-987f0aec2ac5
* Implement new Ubuntu packages for new C++ API libraries created by r11150.jcorgan2009-07-052-6/+272
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11353 221aa14e-8319-0410-a670-987f0aec2ac5
* Ubuntu packaging changes for updates on release branch, doesn't include ↵jcorgan2009-07-051-16/+13
| | | | | | changes for non-merged trunk updates. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11351 221aa14e-8319-0410-a670-987f0aec2ac5
* Minor fix in binary packagingjcorgan2009-06-101-5/+4
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11182 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix incorrect dependencyjcorgan2009-06-061-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11175 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r11123:11148 from jcorgan/np into trunk.jcorgan2009-05-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds --enable-python option to configure (defaults to yes). Using --disable-python or --enable-python=no will cause only C++ API targets to be created and installed. Several new shared libraries are now created. Where in the past, the C++ objects of the actual gnuradio blocks that were in a component were hidden inside their corresponding Python extension modules, these are now split out into a libgnuradio-foo.so library, and the _foo.so Python module is linked to that. This has been the way several top- level components have operated for some time, such as gr-audio-alsa and gr-usrp and gr-usrp2. This changeset applies that pattern to all components. C++ API users can use pkg-config to discover the cflags and libs parameters needed to include and link against these libraries. These components have not been tested: gr-comedi gr-audio-osx gr-audio-windows Passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11150 221aa14e-8319-0410-a670-987f0aec2ac5
* Rename grc package to gnuradio-companionjcorgan2009-05-232-3/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11109 221aa14e-8319-0410-a670-987f0aec2ac5
* Update trunk to revision 3.3svnjcorgan2009-05-231-4/+41
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11107 221aa14e-8319-0410-a670-987f0aec2ac5
* Dependency fixjcorgan2009-05-231-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11101 221aa14e-8319-0410-a670-987f0aec2ac5
* Get Python versioning correct.jcorgan2009-05-222-27/+35
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11086 221aa14e-8319-0410-a670-987f0aec2ac5
* More dependency fixesjcorgan2009-05-211-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11082 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix dependencyjcorgan2009-05-211-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11081 221aa14e-8319-0410-a670-987f0aec2ac5
* Tweaks for svn-buildpackagejcorgan2009-05-214-7/+4
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11080 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r11074:11077 from jcorgan/deb in to trunk. Ubuntu packaging for 3.2 ↵jcorgan2009-05-203-55/+142
| | | | | | done, except for gr-msdd6000. Ready for testing. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11078 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r11045:11059 from jcorgan/deb into trunk. Updates on Ubuntu binary ↵jcorgan2009-05-205-122/+220
| | | | | | packaging; also fixes missing files in digital example directory. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11072 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged wip r11012:11022 from jcorgan/deb into trunk.jcorgan2009-05-157-91/+227
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11043 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10948:10959 from jcorgan/deb into trunk. Trunk passesjcorgan2009-05-0710-328/+268
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Merged r9881:9917 from jcorgan/deb-wip into trunk. Updates Debian/Ubuntu ↵jcorgan2008-11-0340-218/+253
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix location/names for gpio rbfs for deb file creation.jcorgan2008-08-241-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9392 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix missing library from debfile (Greg Ushomirsky).jcorgan2008-06-101-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8571 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix missing symbolic link in Debian packages.jcorgan2008-03-191-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8051 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix typo.jcorgan2008-02-241-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7823 221aa14e-8319-0410-a670-987f0aec2ac5
* Catch up Debian packagesjcorgan2008-02-244-5/+34
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7822 221aa14e-8319-0410-a670-987f0aec2ac5
* Use newer version for gutsy.jcorgan2007-11-171-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6976 221aa14e-8319-0410-a670-987f0aec2ac5
* Added conflict in python-gnuradio-core for python-gnuradio < 3.1, which will ↵jcorgan2007-11-082-1/+2
| | | | | | 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
* Update Debian package changelog.jcorgan2007-11-061-1/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6825 221aa14e-8319-0410-a670-987f0aec2ac5
* Updated debian package version.jcorgan2007-11-061-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6824 221aa14e-8319-0410-a670-987f0aec2ac5
* Revert automated versioning on trunk Debian package build. Too many things ↵jcorgan2007-10-221-3/+3
| | | | | | depend on static changelog. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6670 221aa14e-8319-0410-a670-987f0aec2ac5
* Update Debian packaging to reflect repository version, tweaksjcorgan2007-10-215-13/+4
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6660 221aa14e-8319-0410-a670-987f0aec2ac5