aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
AgeCommit message (Collapse)AuthorFilesLines
2015-07-22debian: osmocom-meas-utils should not depend on -dev packagesIvan Kluchnikov1-2/+2
2015-05-30debian: Add osmocom-meas-utils packageIvan Kluchnikov1-2/+17
2015-05-27debian: build only osmo-nitb packageIvan Kluchnikov1-86/+2
- enable smpp support - disable the gbproxy test (failing)
2015-04-29debian: Do not depend on shared libraries directlyHolger Hans Peter Freyther1-7/+7
The debian shlibs:depends macro will add the depends according to the needed libraries for us. We only need this for the sqlite3 plugin of libdbi-drivers as there is no direct linkage.
2015-04-23debian: meas2pcap requires libpcap-dev unconditionallyHolger Hans Peter Freyther1-1/+1
2015-01-21debian: Fix dependenciesJacob Erlbeck1-2/+2
The dependecies do not match the current package names or are missing: Build-Depends: - renamed libgtp-dev -> libgtp0-dev - added libosmo-netif-dev Depends: - renamed libgtp -> libgtp0 Other run time dependencies might still be missing and have to be installed manually. This is taken from Holger's e744ebd17c3761b5cad81d718d0349f2f820ec66. In addition, the build-dependency on libgtp-dev is replaced by libgtp0-dev.
2014-07-30Fix some packaging mistakes detected by lintian.Max1-0/+7
Signed-off-by: Max Suraev <max.suraev@fairwaves.co>
2013-12-12debian: Build debug packages for each of the target packagesHolger Hans Peter Freyther1-0/+56
2012-11-06debian: Make the package creation work on debian squeeze (stable)Holger Hans Peter Freyther1-1/+1
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-1/+1
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: Move debian directory to ease building packagesHolger Hans Peter Freyther1-0/+44
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.