aboutsummaryrefslogtreecommitdiffstats
path: root/debian/copyright
AgeCommit message (Collapse)AuthorFilesLines
2019-08-01Move std_inband.rbf under device/usrp1/ dirPau Espin Pedrol1-1/+1
This file is only used by USRP1, so let's move it there and avoid processing it in Makefiles if build for USRP1 is not requested at configure time. Change-Id: Ibb40ba487581e76d2ae3e8a420d631670f876cf0
2019-07-29Remove unused autogen.shPau Espin Pedrol1-6/+1
autoreconf is used instead, as done in all of the osmocom projects. Change-Id: I87676cdf6818b4250f478962baf96ad5f28564d5
2019-07-22debian/copyright: Add missing file Utils.* to LGPL-2.1+ listPau Espin Pedrol1-0/+2
Change-Id: I36b8b8be48ae8676688786f39008d08b61011ede
2019-07-22debian/copyright: Update wrong paths in license listPau Espin Pedrol1-3/+3
Those paths were moved into a subdir a while ago, but this file was not updated at the time. Change-Id: I1857338b7a19e2a37f62386ceb4a1fad988272ba
2019-07-22debian/copyright: Remove non existent radioInterfaceDiversity.cpp from listPau Espin Pedrol1-1/+0
Change-Id: I5cfbbafd411e580421f86df6817f91261aceda7e
2018-01-09Remove Configuration module and libsqlite dependencyPau Espin Pedrol1-14/+0
Change-Id: I823aea91367d586507bbf352f1b6f25bdd635baa
2017-01-24Remove embedded sqlite3Max1-2/+1
Previous patch switches to using system-wide sqlite3 so it's safe to remove local copy now. Change-Id: Ie8e751cc62132fe1f7748ccd78c5d48469027329
2017-01-24Integrate Debian packaging changesMax1-15/+152
debian/control: * restructure to make it easier to incorporate further changes * update package descriptions * update project URL debian/rules: * use proper hardening syntax debian/copyright: update to match Debian format Change-Id: I9a89e7311c8632ae26ac2e6c02d1e427d94b1608 Related: OS#1694
2016-03-18debian: Add packaging to master taken from fairwaves/masterHolger Hans Peter Freyther1-0/+25
There doesn't seem to be a reason why this shouldn't be in master. The fairwaves/master branch is removing --march=native as well that looks like a good idea as well.