aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
AgeCommit message (Collapse)AuthorFilesLines
2013-12-12debian: Enable hardening for the OpenBSC packagesHolger Hans Peter Freyther1-0/+2
2013-12-12debian: Build debug packages for each of the target packagesHolger Hans Peter Freyther1-0/+9
2012-11-06debian: Make the package creation work on debian squeeze (stable)Holger Hans Peter Freyther1-0/+4
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-2/+0
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: Update the rules to work from the toplevel directoryHolger Hans Peter Freyther1-3/+3
2012-11-06debian: Move debian directory to ease building packagesHolger Hans Peter Freyther1-0/+28
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.