aboutsummaryrefslogtreecommitdiffstats
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2019-11-28Fix topdir Makefile and debian packaging0.6.1Oliver Smith5-1/+62
Make building the debian packages work again. I've verified that it works in my own OBS namespace. This patch also adds missing pkgconf variables in host/Makefile.am, so libosmo-simtrace2.pc installs properly. Related: OS#4283 Fixes: 964cda309dc699a293692d5e2549ae80b5b9bd11 ("host: use autotools and split shared code to libosmo-simtrace2") Change-Id: I2377de1e8b149520922217a1ab16f6e22fe6462a
2018-09-23debian/control: Add dependency to libpcsclite-devHarald Welte1-0/+1
The host utilities use libpcsclite, and the missing build dependency causes build failures in our nightly OBS builds since commit faf1e88e48c216456bdea6060a623b7c31f07c70 was merged: [ 131s] cc -o simtrace2-remsim simtrace2-remsim.o apdu_dispatch.o simtrace2-discovery.o libusb_util.o -Wl,-z,relro `pkg-config --libs libusb-1.0 libosmocore` -pthread `pkg-config --libs libosmosim libpcsclite` [ 131s] Package libpcsclite was not found in the pkg-config search path. [ 131s] Perhaps you should add the directory containing `libpcsclite.pc' [ 131s] to the PKG_CONFIG_PATH environment variable [ 131s] No package 'libpcsclite' found Change-Id: I29adfc629e5e4ffd0bf8b9035ef9138fe7693d96
2018-08-26tag debian release 0.5.10.5.1Harald Welte1-1/+7
Change-Id: Id6559b1019353815eea9f6653b6560e9a8aab23a
2018-08-26Revert "debian/control: Depend on libosmocore >= 0.12.1"Harald Welte1-1/+1
This reverts commit 77ff745ccad6b0dd58e4476c1b82de70f034f7af. libosmocore 0.12.1 is not recent enough, I misread the 'gitk' output. Change-Id: I87a8e5bbb4aea0c991abe5372f840d76f17378eb
2018-08-26debian/control: Depend on libosmocore >= 0.12.1Harald Welte1-1/+1
Only this version includes the GSMTAP_SIM_ATR and GSMTAP_SIM_APDU definitions. Change-Id: I988cad56aed755af416fc7f23822dcf0229dbb7d
2018-08-26v0.5 debian package release0.5Harald Welte1-3/+3
Change-Id: Iaf56c03f966a5dfc8b750d926f0429223aeec54e
2018-08-26Add Debian packaging rulesHarald Welte6-0/+42
Change-Id: Iece115e4dde87bff5dc36286668f50de0abdcb9e