aboutsummaryrefslogtreecommitdiff
path: root/buildtools/debian-package-skeleton.py
AgeCommit message (Collapse)Author
2013-03-14Unpack silly debian-package-skeleton.py script, replace otherRob Austein
Debian-universe kludges with something simple that just copies a debian/ skeleton tree and generates a debian/changelog file. svn path=/trunk/; revision=5144
2013-03-09Add rrdtool to build dependencies so ./configure can put its location into ↵Rob Austein
rcynic-cron. Sigh. svn path=/trunk/; revision=5129
2013-03-09Force a change, for test of packaging tools.Rob Austein
svn path=/trunk/; revision=5127
2013-03-09Michael's replacement rpki-ca.postinst, with minor changes.Rob Austein
svn path=/trunk/; revision=5126
2013-03-08rsync is a build dependency because ./configure says it is.Rob Austein
svn path=/trunk/; revision=5125
2013-03-07Add mod_wsgi, enable mod_ssl.Rob Austein
svn path=/trunk/; revision=5123
2013-03-07pbuilder doesn't provide enough clues for us to guess that we need toRob Austein
use --install-layout=deb, so add ./configure option to force it. svn path=/trunk/; revision=5121
2013-03-07Add "Section: net" header to debian/control; fixes #449. Make bothRob Austein
RPKI packages depend on apache2; fixes #445. Get rid of "pip install" hack and change back to proper depends on Django and South to work properly with project APT repository; see #423. mod_ssl ("a2enmod ssl") and mod_wsgi not handled yet, get those tomorrow. svn path=/trunk/; revision=5118
2013-02-26Create publication directory.Rob Austein
svn path=/trunk/; revision=5080
2013-02-26Make Django requirement consistent in doc and scripts: we now want 1.3.7 or ↵Rob Austein
later. svn path=/trunk/; revision=5073
2013-02-24Debug xinetd setup.Rob Austein
svn path=/branches/tk377/; revision=5061
2013-02-23Add dependency on xinetd.Rob Austein
svn path=/branches/tk377/; revision=5057
2013-02-22Hack to use pip to install recent versions of Django and South.Rob Austein
Probably should be replaced by our own APT repository at some point, but this seems to work. svn path=/branches/tk377/; revision=5054
2013-02-18debuild et al are picky about format of email addresses.Rob Austein
For some reason debuild now cares about "make test" failing (which it always has on package builds, because of MySQL setup requirements, but debuild used to ignore that), so tweak rules to skip the test suite. svn path=/branches/tk377/; revision=5040
2013-02-05Run daemons as root for now, come back to permission issues whenRob Austein
everything else works as expected. svn path=/branches/tk377/; revision=5028
2013-02-05Clean up debian/ directory, enable upstart.Rob Austein
svn path=/branches/tk377/; revision=5027
2013-02-04Tweak directory ownerships on Debian install, and add a few more bitsRob Austein
to rpki-ca.upstart while we're at it. svn path=/branches/tk377/; revision=5025
2013-02-03Wrapped debian skeleton.Rob Austein
svn path=/branches/tk377/; revision=5023