aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
AgeCommit message (Collapse)AuthorFilesLines
2018-12-06Remove ipaccess utilsMax1-1/+0
There's increasing gap in functionality between ipaccess utils from this repo and from osmo-bsc due to ongoing development in new repository. To avoid potential user confusion let's drop them similar to the way SGSN was removed earlier. Change-Id: I9c04f9b469e60802461a2a6e421d3ba27e6dafa1
2018-09-17debian/rules: Don't overwrite .tarball-versionPau Espin Pedrol1-1/+0
The .tarball-version file should contain the *source version* uniquely identifying the git commit, and not the Debian package name. With https://gerrit.osmocom.org/#/c/osmo-ci/+/10343/ there is a correct .tarball-version file in the .tar.xz of the nightly source packages. Related: OS#3449 Change-Id: Ice1875bbd051f78b4a3bcadef48e639419b55e8f
2018-09-13Install systemd services with autotoolsPau Espin Pedrol1-2/+2
Change-Id: I9bc40cf9e9a901d28d1f1629f6f1d55e8ba0c0b6
2017-10-31debian/rules: show testsuite.log when tests are failingNeels Hofmeyr1-0/+3
Change-Id: I30151897d621a1428095006e1f0e8a47059de4cd
2017-10-26rename osmo-bsc to osmo-bsc-sccpliteHarald Welte1-1/+1
This is to avoid naming conflicts with the new osmo-bsc, which resides in its own git repository (osmo-bsc.git) and which uses libosmo-sigtran and implements (primarily) 3GPP AoIP. Change-Id: If10d1599b62d010726336134091a4e855c380d93
2017-10-26remove sgsn, gbproxy and gtphub from openbsc.gitHarald Welte1-3/+0
The GPRS related programs osmo-sgsn, osmo-gtphub and osmo-gbproxy have been split off into the separate osmo-sgsn repository, which can be found at git://git.osmocom.org/osmo-sgsn.git http://git.osmocom.org/osmo-sgsn/ This is technically unrelated but conceptually part of the larger NITB-split activities. I did a brief log of all changes in src/gprs and couldn't find any commits that we might have applied here but which are missing from osmo-sgsn.git. Change-Id: If60e28b23f5cfb2c4eb354951363a2bb63f3e0de
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.