aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
AgeCommit message (Collapse)AuthorFilesLines
2013-12-12debian: Enable hardening options for debianHolger Hans Peter Freyther1-0/+2
2013-10-10debian: Print test results in case of a failureHolger Hans Peter Freyther1-0/+4
2013-08-12debian: Split libosmocore into various libs and address lintian warningsHolger Hans Peter Freyther1-1/+5
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
2013-02-13debian: Re-enable the debug packagesHolger Hans Peter Freyther1-3/+2
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.
2012-11-05debian: Testing was disabled because of a funny x86 compiler issue caused by usHolger Hans Peter Freyther1-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.
2012-08-26Use package version since git info won't be available.Eric Butler1-1/+9
2012-08-26Fix debian package building.Eric Butler1-0/+3
* Removed log file * Add 'git' add 'libdpkg-perl' to build dependencies * Disable tests (one of them is failing)
2011-01-13debian: Switch to the 3.0 git format, update version, fix dependsHolger Hans Peter Freyther1-1/+1
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.
2010-08-24add debian packaging related informationHarald Welte1-0/+19
Using the debian directory in this commit, it is possible to generate libosmocore and libosmocore-dev packages (dpkgs).