aboutsummaryrefslogtreecommitdiffstats
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2018-05-03Bump version: 0.1.0.39-1cb4-dirty → 0.2.00.2.0Pau Espin Pedrol1-0/+57
Change-Id: I2a9fdd140d68053bc7c8354bf2b3a0293c514516
2017-11-17debian: install osmo-hlr.cfg to /etc/osmocomAlexander Couzens1-0/+1
Change-Id: Ifa1094da9b286a17a5c9a1ee300ec13a4a10a9a7
2017-11-17doc: install example .cfg files to $(docdir)/examples/Alexander Couzens1-0/+1
Change-Id: I8671ce33b9bf28c89f767dd1b4a1463aeb275158
2017-11-16debian: include systemd service osmo-hlr.serviceAlexander Couzens1-0/+1
Change-Id: I6d9fd34aa42b911f074557b526adde05e03d58b9
2017-10-28Tag/Release version 0.1.00.1.0Harald Welte1-0/+136
This is the first real version tag of osmo-hlr. Change-Id: Ie0aff33ab9c36cd9219258a4d869de36612b6095
2017-10-28Debian: Make sure we include osmo-hlr-db-tool in the packageHarald Welte1-0/+1
Change-Id: Ia67ae6d4b1af982db8c342f2d8fd29deb83ccaff
2017-10-13debian: 'make check' needs sqlite3, add to Build-DependsNeels Hofmeyr1-1/+2
At some point we should rather offer DB bootstrap as a DB API function instead of an external .sql file, which would remove the dep on the sqlite3 binary. For now, we need the binary to build debian packages for the 'make check' step. Change-Id: I71938dff688675dcf1dbfbce2feb8b72b1de0910
2017-10-11debian/rules: show testsuite.log when tests are failingAlexander Couzens1-0/+4
Change-Id: If0b10c02f87ed81878593198e21da1fc9f8d4bbc
2017-10-02debian: remove unneeded dependency libdbd-sqlite3Pau Espin Pedrol1-2/+0
Take the opportunity to remove duplicated pkg-config dependency. Change-Id: I5bfe9c71740c1ced5bad0a41dfca568b9e00070c
2017-07-13Another attempt at fixing .debMax1-1/+1
The previous efforts have failed: python3 does not supply /usr/bin/python symlink. Let's use python-minimal dependency. Change-Id: If9e3f31622efae132b25683c54ce09c83ce43415
2017-07-11Attempt to fix .deb packageMax1-1/+1
After recent switch to legacy python2 .deb fails on OBS. Let's put known-to-work python3 dependency back but keep the script itself on python without version specifier as it seems to work fine with both versions. This, in turn, causes tests to fail on FreeBSD so disable them for now. Change-Id: I4a87252d411d840fca7362736a8c7877efa6ff52 Related: SYS#3322
2017-06-07tests/auc: Don't require python3Daniel Willmann1-1/+1
Our jenkins buildslave does not have python3 installed so call python2 instead. Change-Id: Ifb59b79021b2c935b326496ed339f12e13c96b8e Ticket: SYS#3322
2017-05-22install hlr.sql in prefix/doc/osmo-hlr/Neels Hofmeyr1-0/+1
In particular I need this to start a fresh osmo-hlr instance on the osmo-gsm-tester. Might also come in handy during packaging? Change-Id: I08e48375814ab93691892299d34909c6d0bf12a2
2017-04-27debian: remove obsolete dependencyMax1-2/+1
This should fix package build for latest Ubuntu. Change-Id: I132515cd4d89132bb59f9ee7804a5a50e8bd2775
2017-03-14deb: fix OBS buildMax2-0/+2
Add explicit dependency on python3 which is necessary for 'make check' stage. While at it, add DH_VERBOSE option for debian/control to facilitate future troubleshooting. Change-Id: I0ed0bb0f889d4569c9229f3f12ad8bdb11cc1e7c Related: OS#1948
2017-03-13Add .deb packagingMax7-0/+76
Add initial metadata for .deb packages. Change-Id: Ied02e445236410de51488fbb5aaea3170d02a31d Related: OS#1948