aboutsummaryrefslogtreecommitdiffstats
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2013-04-05debian: Fix the installation of the sgsn example dataHolger Hans Peter Freyther1-1/+1
Creating the sgsn package failed because the debian directory has been moved and the .examples file was not updated. This was reported by plotr.
2012-11-07nat: sizeof char * != sizeof char[], make the code work on 64bit systemsHolger Hans Peter Freyther1-0/+6
The test cases were failing on 64bit systems because the sizeof code operated on the pointer size which is 8 and longer than the size that was intended to be used for comparing it.
2012-11-06debian: Make the package creation work on debian squeeze (stable)Holger Hans Peter Freyther2-1/+5
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 Freyther2-3/+1
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 Freyther4-5/+6
2012-11-06debian: Move debian directory to ease building packagesHolger Hans Peter Freyther22-0/+509
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.