aboutsummaryrefslogtreecommitdiffstats
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2020-05-01release 0.8.0-fw.1fairwaves/0.8.0-fw.1fairwaves/productionKirill Zakharenko1-0/+6
2020-01-02Bump version: 0.7.0.8-4c2c-dirty → 0.8.00.8.0Pau Espin Pedrol1-0/+20
Change-Id: If7099f91a3610d61d16e769406ac27f54e7363f3
2019-12-01Enable DAHDI support by default; require --disable-dahdi otherwiseHarald Welte1-0/+1
libosmo-abis was built with DAHDI support, if the related header files were present at built time, and without if not. This kind of automagic enabling/disabling of features is wrong. Let's require DAHDI support by default, and force the user to take a conscious decision by using an explicit --disable-dahdi if he doesn't want it. At the same time, update debian/control to list dahdi-source as build dependency. Change-Id: Id9f7f063e7ca9e3ab4aa96fc93f243caf50fb66a Closes: OS#4248
2019-07-21Bump version: 0.6.0.13-b4a7 → 0.7.00.7.0Harald Welte1-0/+30
Change-Id: Ia5ecb2f69ce5436cae8d7a2d300e446ff24e84bc
2019-01-20Bump version: 0.5.1.20-de57 → 0.6.00.6.0Harald Welte2-1/+33
Change-Id: I417065deb06ac7e8b3b8468b88cc803a41098c2d
2018-09-04debian: Conflict libosmoabis6 with libosmoabis5Pau Espin Pedrol1-0/+4
In previous commit 9540f59b1daeac36d71b20ac9cefe15019d6277c, libosmoabis packaging was fixed to match its contained major lib version. However, systems using nightly may run into issues when upgrading since now libosmoabis6 in repo tries to overwrite libosmoabis5 in their system and fails. By using Conflicts + Replaces it should do it now without erroring. Fixes: OS#3365 Change-Id: If98ae21670f13554da5aa46fe30741d56631fd8c
2018-08-30debian: Fix libosmoabis soname package versionPau Espin Pedrol2-4/+4
LIBVERSION for libosmoabis was increased during v0.4.0 release, but didn't update the debian package name accordingly to match major. Change-Id: I7ead154d72e6dadf795414c47fe276edadd08580 Fixes: OS#3365
2018-08-06debian/rules: Don't overwrite .tarball-versionHarald Welte1-5/+1
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. Change-Id: I4ce87d474687b61bc2104a02015e954425736123 Related: OS#3449
2018-07-27Bump version: 0.5.0.10-a210-dirty → 0.5.10.5.1Pau Espin Pedrol1-0/+20
Change-Id: I9a606d5d3f9ce6baf99e69d60529332a460a9504
2018-05-03Bump version: 0.4.0.21-60fd-dirty → 0.5.00.5.0Pau Espin Pedrol3-4/+41
libosmotrau library version in debian package was wrong, fix it while releasing. Change-Id: I399618c7353a4150e3d571758b522dd2e9d9724f
2018-02-09debian/control: Fix Vcs-BrowserHarald Welte1-1/+1
Change-Id: Ibcc861fe2125ee81097d0209b95dcbdc98c819a8
2017-11-13Add SPDX-License-Identifier to all source filesHarald Welte1-1/+1
Change-Id: I9f2bc8c5d8a2c0bb0dd6caa4de5e2cb11be210e7
2017-11-13debian/copyright: fix upstream-nameHarald Welte1-1/+1
Change-Id: Ia7b07524f9c3e6013992ee4ba5151d951b7d9eda
2017-10-11debian/rules: show testsuite.log when tests are failingAlexander Couzens1-0/+3
Change-Id: Ic3322e3931612f2153797331b02f2789490e5e2b
2017-08-25Bump version: 0.3.2 → 0.4.00.4.0Max1-2/+6
Change-Id: Ibefe53a7f5b06fb8a9294574af41dacac68bdbe9
2016-12-21Integrate Debian packaging changesMax3-14/+135
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 * add cleanup override debian/copyright: add file matching Debian format Change-Id: I6af8ab7f5c75b4d161cebf492f3de5d9dbd00220 Related: OS#1694
2016-05-25debian: Make upgrading from debian SID easierHolger Hans Peter Freyther1-1/+7
Make sure the version number of this sourcepackage is higher than the one found in Debian SID. Change-Id: I393ef6624f112794e15b81a0cc9dbd8b0a871b07 Reviewed-on: https://gerrit.osmocom.org/110 Tested-by: Jenkins Builder Reviewed-by: Holger Freyther <holger@freyther.de>
2015-11-03debian: Bump so version to link against new libosmovty20.3.2Holger Hans Peter Freyther4-6/+12
Debian doesn't have reverse dependencies so we need to bump the SO version to have libosmoabis and libosmotrau link against our new version.
2015-03-14debian: Switch to multi-arch supportHolger Hans Peter Freyther6-13/+18
2015-01-18New upstream releasev0.3.1Holger Hans Peter Freyther1-0/+6
2014-09-08Prepare a new release of libosmo-abis0.3.0Holger Hans Peter Freyther3-6/+12
2014-03-31release: Prepare the 0.2.0 release of libosmo-abisv0.2.0Holger Hans Peter Freyther3-5/+11
2014-01-20debian: Build the new upstream releaseHolger Hans Peter Freyther1-0/+6
2014-01-20Prepare the v0.1.6 release of libosmo-abisv0.1.6Holger Hans Peter Freyther2-4/+4
2013-12-12debian: Depend directly on the two libraries needed for libosmo-abisHolger Hans Peter Freyther1-1/+1
Do not pull in libosmocore but let the abis/trau library pull in the DSO that is actually linked to.
2013-12-12debian: Enable the hardening options for this libraryHolger Hans Peter Freyther1-0/+1
2013-12-12debian: Address warnings and increase standards versionHolger Hans Peter Freyther1-1/+1
2013-12-12debian: Split the libraries into separate packagesHolger Hans Peter Freyther4-4/+19
This way one can install two ABI incompatible versions of the library at the same time. This will ease future transition. Create a dummy/compatible package.
2013-12-12debian: Add depedency to newer libosmocore and update the changelogHolger Hans Peter Freyther2-1/+7
2013-02-13debian: Create a debug package for the libosmo-abis codeHolger Hans Peter Freyther2-0/+10
2012-11-06debian: Update the changelog for the release of the new versionv0.1.4Holger Hans Peter Freyther1-0/+6
2012-11-06debian: Do not override the CFLAGS as this can cause miscompilationHolger Hans Peter Freyther1-2/+0
We have witnessed how the bits test got miscompiled. Do not introduce our own version of the CFLAGS but use the defaults of the debian project
2012-08-14Use package version since git info won't be available.Eric Butler2-0/+14
2012-08-14Add debian/ubuntu packaging files.Eric Butler7-0/+42