aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
AgeCommit message (Collapse)AuthorFilesLines
2024-03-18debian: add osmo-trx-ms-bladeOliver Smith1-0/+2
Related: OS#6409 Change-Id: I85d24355975f292610bcde61a8917aec852043ca
2024-03-18debian/rules: make configure args diff friendlyOliver Smith1-1/+8
Have one arg per line, and order it mostly alphabetically while at it (backends are still together, as recommended in review). Change-Id: I354affacb38958efe70baedc6175aeab525190a6
2020-08-25osmo-trx-ipcEric Wild1-1/+1
This adds a IPC backend that uses shared memory interface to communicate with (proprietary) devices. Requires config file option dev-args ipc_msock=/path/to/socket to specify the master socket the ipc backend should connect to. If UHD is avaialble the ipc-driver-test tool can be used to test the backend with a uhd device, this was so far only tested with a b2xx. Change-Id: Ice63d3499026293ade8aad675ff7a883bcdd5756
2019-05-29debian: create -doc subpackage with pdf manualsOliver Smith1-1/+5
I have verified, that the resulting debian packages build in my own OBS namespace (see the -doc packages): https://download.opensuse.org/repositories/home:/osmith42/Debian_9.0/all/ https://build.opensuse.org/project/show/home:osmith42 Depends: Ib7251cca9116151e473798879375cd5eb48ff3ad (osmo-ci) Related: OS#3899 Change-Id: I34858a18a34fc467f274ac164697a242f4cf0df8
2018-09-12Install systemd services with autotoolsPau Espin Pedrol1-1/+1
Change-Id: Ia1a4fb62dee35737ece1f3501f352501eba2449e
2018-06-25debian: Explicitly enable osmo-trx-uhd buildPau Espin Pedrol1-1/+1
osmotrxuhd is already being built since it's enabled by default, but let's make it more explicit that we are building it too. Change-Id: Ie9c224485cce047cd3ee4600ff7fbdb082355cdc
2018-06-25debian: Enable build of osmo-trx-lmsPau Espin Pedrol1-1/+1
Change-Id: I4711e97c844e582601a588fdc359fc020bcee001
2018-04-28debian/rules: Make sure we always require libusrpHarald Welte1-0/+3
Change-Id: Id9c9188a24617f83efa0e1fcf54f9e0dd223e365
2017-01-24Integrate Debian packaging changesMax1-1/+1
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/+12
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.