aboutsummaryrefslogtreecommitdiffstats
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2017-10-29Tag/Release Version 0.4.00.4.0Harald Welte1-0/+30
Change-Id: I8559585a4513dddf1516c2a2b08968556c69b7ec
2017-10-29Debian: upgrade to debhelper 9 / Standards 3.9.8Harald Welte3-4/+4
Change-Id: I1fd274d85b8fd344517d62dd9e6adc4af6de3e26
2017-10-29Debian: migrate from DEB_BUILD_HARDENING to DEB_BUILD_MAINT_OPTIONSHarald Welte1-1/+1
Change-Id: Ic400c509ecd0c6e8485e9433f144528f6abc600d
2017-10-29Debian: print test results in case of failure + clean-up autotestHarald Welte1-0/+9
Change-Id: Id912a106d42bbd9d2ad89b67d16d52cb2344eb6d
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
2017-08-24Facilitate future releasesMax1-1/+1
* use release helper from libosmocore * use semantic versioning Change-Id: Ie0a7f5977550bd0a1ba8b03bdb7e2d619a398e4e Related: OS#1861
2017-03-09Add pkg-config fileMax1-0/+1
We're installing header file pcuif_proto.h so it's better to use pkg-config for proper version tracking similar to the way it's done for OpenBSC. Change-Id: I0520045e5655794df152b98b9755d7cbbd334049
2016-11-30debian: fix: add pcuif_proto.h to osmo-pcu.installNeels Hofmeyr1-0/+1
Following 68fc12775fac03e5e26a008dfa68c92498bfb772 'Install the pcuif_proto.h header file' we need to add pcuif_proto.h to the debian install file. Change-Id: Ib8e185900826baadcc96fcde1491903dbaf85f8b
2016-04-01debian: Initial debian packagingHolger Hans Peter Freyther7-0/+67
Add initial debian package for plain osmo-pcu (without the sysmoBTS supporot).