Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix debian packaging | Ciaby | 2014-11-10 | 2 | -0/+7 |
| | | | | | - Added debian/libosmosim0.install - Added libosmosim definition in debian/control | ||||
* | debian: Depend on the right version of libosmogsm as well | Holger Hans Peter Freyther | 2014-09-08 | 1 | -1/+1 |
| | |||||
* | debian: Depend on libosmocore5 for the legacy package | Holger Hans Peter Freyther | 2014-09-08 | 1 | -1/+1 |
| | |||||
* | debian: fix build errors with libosmogsm and libosmoctrl | Ciaby | 2014-09-08 | 3 | -2/+9 |
| | | | | | libosmogsm: the transition from 5 to 6 wasn't done properly. Fixed version number. libosmoctrl: missing definition in debian/control and also missing libosmoctrl0.install. | ||||
* | prepare for 0.7.0 release | Harald Welte | 2014-08-21 | 2 | -2/+8 |
| | |||||
* | Release: Prepare the release of 0.6.6 | Holger Hans Peter Freyther | 2014-03-31 | 3 | -3/+9 |
| | |||||
* | debian: Build the new upstream version of libosmocore | Holger Hans Peter Freyther | 2014-01-20 | 1 | -1/+7 |
| | |||||
* | debian: Enable hardening options for debian | Holger Hans Peter Freyther | 2013-12-12 | 1 | -0/+2 |
| | |||||
* | debian: Update the changelog | Jacob Erlbeck | 2013-11-11 | 1 | -1/+7 |
| | | | | Sponsored-by: On-Waves ehf | ||||
* | debian: Update the changelog | Holger Hans Peter Freyther | 2013-10-25 | 1 | -1/+2 |
| | |||||
* | debian: Bump the changelog for some new packages | Holger Hans Peter Freyther | 2013-10-17 | 1 | -1/+2 |
| | |||||
* | release: Prepare the 0.6.4 release of libosmocore | Holger Hans Peter Freyther | 2013-10-15 | 3 | -3/+9 |
| | | | | New interfaces and ABI incompatible changes in the GB library | ||||
* | debian: Print test results in case of a failure | Holger Hans Peter Freyther | 2013-10-10 | 1 | -0/+4 |
| | |||||
* | debian: Split libosmocore into various libs and address lintian warnings | Holger Hans Peter Freyther | 2013-08-12 | 11 | -10/+49 |
| | | | | | | | | | | | | | | | Package the various libraries separately. This will allow to install libosmogsm3 and libosmogsm4 in parallel. E: libosmocore-dev: non-empty-dependency_libs-in-la-file usr/lib/libosmocore.la E: libosmocore-dev: non-empty-dependency_libs-in-la-file usr/lib/libosmogb.la E: libosmocore-dev: non-empty-dependency_libs-in-la-file usr/lib/libosmogsm.la E: libosmocore-dev: non-empty-dependency_libs-in-la-file usr/lib/libosmovty.la W: libosmocore-dbg: wrong-bug-number-in-closes l54:#nnnn W: libosmocore: wrong-bug-number-in-closes l54:#nnnn W: libosmocore: package-name-doesnt-match-sonames libosmocodec0 libosmocore4 libosmogb2 libosmogsm4 libosmovty0 | ||||
* | debian: Create a new upstream changelog entry | Holger Hans Peter Freyther | 2013-08-09 | 1 | -0/+6 |
| | |||||
* | debian: Prepare the 0.6.2 release with a new changelog | Holger Hans Peter Freyther | 2013-07-01 | 1 | -2/+2 |
| | |||||
* | debian: Start a new release cycle with libosmocore 0.6.0 | Holger Hans Peter Freyther | 2013-03-25 | 1 | -1/+7 |
| | |||||
* | debian: Re-enable the debug packages | Holger Hans Peter Freyther | 2013-02-13 | 5 | -13/+11 |
| | | | | | | Remove the .dirs/.install as things will go wrong then. debhelper will try to install the debug symbols before they were created. Thanks to Jan for pointing that out. | ||||
* | debian: Update the change log for a new package | Holger Hans Peter Freyther | 2013-02-13 | 1 | -2/+3 |
| | |||||
* | debian: Bump the changelog and package osmo-arfcn | Holger Hans Peter Freyther | 2013-01-04 | 4 | -0/+16 |
| | |||||
* | debian: Create a git-buildpackage based 0.5.3 | Holger Hans Peter Freyther | 2012-11-06 | 2 | -1/+7 |
| | |||||
* | debian: Testing was disabled because of a funny x86 compiler issue caused by us | Holger Hans Peter Freyther | 2012-11-05 | 1 | -5/+0 |
| | | | | | | | | The bits test will fail on Debian Stable for x86. Somehow the load of a static const array is ending up accessing random memory. This only happens when not using any -OX options and this is caused by us. Do not override the default debian CFLAGS.. and the tests will pass on debian stable. | ||||
* | Fix build with dpkg-buildpackage. | Max | 2012-09-17 | 1 | -0/+1 |
| | |||||
* | Use package version since git info won't be available. | Eric Butler | 2012-08-26 | 2 | -1/+15 |
| | |||||
* | Fix debian package building. | Eric Butler | 2012-08-26 | 5 | -8/+11 |
| | | | | | | * Removed log file * Add 'git' add 'libdpkg-perl' to build dependencies * Disable tests (one of them is failing) | ||||
* | Revert various debian related changes | Holger Hans Peter Freyther | 2011-07-16 | 5 | -12/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | The debian related changes were not meant to be comitted and were local experiments. The changes should go through Jan and not this way. Revert "more changes" This reverts commit 96ba20cb44e602abb292b53c9e4f92aa59998df1. Revert "debian: Updates to fix lintian errors" This reverts commit b670c86edd704d45b572b87111f3224abecc4767. Revert "debian: Switch to the 3.0(quilt) format to play with launchpad" This reverts commit 7a91d6071d1ef15e5a05f5feb7f79a06c279c673. Revert "debian: Add new changelog entry for the shlib:Depends change" This reverts commit 54b8c4e0edb2f0f0cde7d28c1715810dd5c6a4b1. Revert "debian: dpkg-buildpackage complains about this here" This reverts commit 4284307ead92f35e844e452c0ff9c73a61038096. Revert "debian: Add a new changelog entry" This reverts commit ae9b220d166dac277a9b9078add20650415d1cb2. | ||||
* | more changes | Holger Hans Peter Freyther | 2011-07-13 | 1 | -21/+3 |
| | |||||
* | debian: Updates to fix lintian errors | Holger Hans Peter Freyther | 2011-07-13 | 4 | -17/+16 |
| | |||||
* | debian: Switch to the 3.0(quilt) format to play with launchpad | Holger Hans Peter Freyther | 2011-07-13 | 1 | -1/+1 |
| | |||||
* | debian: Add new changelog entry for the shlib:Depends change | Holger Hans Peter Freyther | 2011-07-13 | 1 | -0/+6 |
| | |||||
* | debian: dpkg-buildpackage complains about this here | Holger Hans Peter Freyther | 2011-07-13 | 1 | -1/+1 |
| | |||||
* | debian: Add a new changelog entry | Holger Hans Peter Freyther | 2011-07-13 | 1 | -0/+6 |
| | |||||
* | update debian changelog to 0.3.0 | Harald Welte | 2011-05-10 | 1 | -0/+6 |
| | |||||
* | update include paths in debian packaging spec | Harald Welte | 2011-05-10 | 2 | -2/+8 |
| | |||||
* | debian: Make the -dev package depend on the normal one | Holger Hans Peter Freyther | 2011-01-13 | 1 | -1/+1 |
| | | | | | | | Make libosmocore-dev depend on libosmocore. Otherwise we only end up with the libosmocore.a files installed and then have various issues with the link order when linking OpenBSC and such. | ||||
* | debian: Switch to the 3.0 git format, update version, fix depends | Holger Hans Peter Freyther | 2011-01-13 | 4 | -3/+9 |
| | | | | | | | | Switch to the git format as this can generate the source directly from the git checkout. Increase the version number to 0.1.27 as this is the latest tag, depend on autoconf, automake and libtool and use autoreconf when building to be able to directly build from a git clone. | ||||
* | add debian packaging related information | Harald Welte | 2010-08-24 | 16 | -0/+178 |
Using the debian directory in this commit, it is possible to generate libosmocore and libosmocore-dev packages (dpkgs). |