summaryrefslogtreecommitdiffstats
path: root/debian/rules
Commit message (Collapse)AuthorAgeFilesLines
* debian: Re-enable the debug packagesHolger Hans Peter Freyther2013-02-131-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.
* debian: Testing was disabled because of a funny x86 compiler issue caused by usHolger Hans Peter Freyther2012-11-051-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.
* Use package version since git info won't be available.Eric Butler2012-08-261-1/+9
|
* Fix debian package building.Eric Butler2012-08-261-0/+3
| | | | | | * Removed log file * Add 'git' add 'libdpkg-perl' to build dependencies * Disable tests (one of them is failing)
* debian: Switch to the 3.0 git format, update version, fix dependsHolger Hans Peter Freyther2011-01-131-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.
* add debian packaging related informationHarald Welte2010-08-241-0/+19
Using the debian directory in this commit, it is possible to generate libosmocore and libosmocore-dev packages (dpkgs).