aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
AgeCommit message (Collapse)AuthorFilesLines
2020-01-03Bump version: 0.7.0.62-fbfa-dirty → 0.8.00.8.0Pau Espin Pedrol1-1/+1
Change-Id: Ic5e69a396df659933fd4d50298b9925e837a6861
2019-08-07Require newer libosmocore to avoid compile failuresPau Espin Pedrol1-1/+1
Older commit started using OSMO_IMSI_BUF_SIZE, only available in libosmocore 1.1.0 onwards, but forgot to increase the values in configure.ac. Fixes: 2c076bcb4dc1bc2ada340441c2f898c55318209f Change-Id: Iaf5f276a092c695a5f077551d9784652c2289424
2019-06-24Cosmetic: Osmcoom -> OsmocomKeith1-2/+2
Change-Id: I02c6b2655df54ca40717ce7609013d0bc54eabdf
2019-05-29debian: create -doc subpackage with pdf manualsOliver Smith1-1/+11
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: I9f2e7cfd93ee0b13d064c606a20378c1ea01400e
2017-10-29Debian: upgrade to debhelper 9 / Standards 3.9.8Harald Welte1-2/+2
Change-Id: I1fd274d85b8fd344517d62dd9e6adc4af6de3e26
2017-10-29Debian: Cosmetic changes to control file; add better DescriptionHarald Welte1-7/+20
Change-Id: I0a8bf134757f6ed754bfefd45a9fdac255447e43
2017-10-29Call osmo_init_logging() before static BTS constructorHarald Welte1-1/+1
The BTS constructor uses functions of libosmocore that could in turn want to log something. This requires the logging to be initialized before. The only way to achieve this is to add an __attribute__((constructor)) function *before* the BTS constructor is being run. This solution might not be elegant, but I guess it's the only way to initialize a C library before calling C++ constructors of global static instance of a class. In case anyone comes up with a better / cleaner approach, we can always change later. This change requires libosmocore >= 0.10.1, as only that permits multiple calls to osmo_init_logging() which may now occur. Change-Id: I28dc4f0db229518348c92413959fed5ae85d753d
2016-04-01debian: Initial debian packagingHolger Hans Peter Freyther1-0/+24
Add initial debian package for plain osmo-pcu (without the sysmoBTS supporot).