aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
AgeCommit message (Collapse)AuthorFilesLines
2018-09-13Install systemd services with autotoolsPau Espin Pedrol1-1/+1
Change-Id: I103bf3468d53578045593eac31b61f7e0248495e
2018-09-13debian: Fix typo in rules preventing build with IU supportPau Espin Pedrol1-1/+1
It was discovered during OBS debian build that --enable-ui was not being passed despite being defined. Comparing with other similar projects it became clear that this override tag was not correct and it was being omitted. Change-Id: I0ad1009100fd7c2798bcf22aa84a0d90fbe41a55
2017-10-28Debian: fix dh_strip rules for creating one -dbg per programHarald Welte1-3/+3
Before this patch, all debug symbols end up in osmo-sgsn-dbg, with osmo-{gbproxy,gtphub}-dbg being empty. Change-Id: Ib2ceecb3527855350b69d7413efe42274dc6febd
2017-10-11debian/rules: show testsuite.log when tests are failingAlexander Couzens1-0/+4
Change-Id: I4cc6589d4ce95538baf3f30079a3af53cc218268
2017-08-30rework /debian support to match new osmo-sgsnAlexander Couzens1-29/+58
Remove old leftover from split of osmo-sgsn out of openbsc. Change-Id: Ic0135a1118a115e8f053154e280f60674390f43a
2016-12-21Integrate Debian packaging changesMax1-12/+2
debian/control: * restructure to make it easier to incorporate further changes * update package descriptions * update project URL debian/rules: * use proper hardening syntax * restructure to make it easier to incorporate further changes * remove useless comment debian/compat: update compatibility version debian/coryright: update to match Debian format Change-Id: I49cc9239b15dc77d782914ca2547e601d049acdc Related: OS#1694
2015-11-30gtphub: add to debian buildNeels Hofmeyr1-0/+1
By the example of osmo-sgsn, package osmo-gtphub for debian. Sponsored-by: On-Waves ehi
2015-09-04Add SMPP support in the debian build, include libsmpp34-dev as a dependency.Ciaby1-1/+1
2013-12-12debian: Enable hardening for the OpenBSC packagesHolger Hans Peter Freyther1-0/+2
2013-12-12debian: Build debug packages for each of the target packagesHolger Hans Peter Freyther1-0/+9
2012-11-06debian: Make the package creation work on debian squeeze (stable)Holger Hans Peter Freyther1-0/+4
the dh_autoreconf application did not honor the sourcedirectory option back then. Override the target and call autoreconf from the right directory. The libdbi development package is called libdbi0-dev. Use this name for Debian stable but it should work for Ubuntu as well.
2012-11-06debian: We require libdbi-sqlite3 for running the testsHolger Hans Peter Freyther1-2/+0
The tests are not broken but the db test fails when the dbi driver is not installed. Make it a build time depedency.
2012-11-06debian: Update the rules to work from the toplevel directoryHolger Hans Peter Freyther1-3/+3
2012-11-06debian: Move debian directory to ease building packagesHolger Hans Peter Freyther1-0/+28
This is required to have git-buildpackage be able to create tarballs from the git repository and was done by Jan in the debian branch as well.