aboutsummaryrefslogtreecommitdiff
path: root/buildtools/debian-skeleton/control
AgeCommit message (Collapse)Author
2016-05-10Debian requires explicit runtime dependency on sudo, and rpki-rp needsRob Austein
to make sure that /var/log/rpki exists. svn path=/branches/tk705/; revision=6433
2016-03-19Specify locations of sudo and rrdtool in Debian build to avoid kludgeRob Austein
of having to include them as build dependencies just so that ./configure can figure out their locations. svn path=/branches/tk705/; revision=6320
2016-03-19Add rrdtool and sudo to build dependencies temporarily, so thatRob Austein
rpki.autoconf gets the right values. Better fix would be to set these on the ./configure command line in debian/rules, try that later. svn path=/branches/tk705/; revision=6314
2016-02-19Bye bye, upstart, hello ancient init.d script which is once again theRob Austein
only thing that works on all Debian-derived platforms. Sigh. Oh well, at least this way we can express our dependency on PostgreSQL and let the user tweak logging options using /etc/default/rpki-ca. svn path=/branches/tk705/; revision=6270
2016-02-10Debian requires python-lxml as a build dependency after all.Rob Austein
svn path=/branches/tk705/; revision=6246
2016-02-10More dependency updates (development branch). Probably brokeRob Austein
everything, but at least heading towards where we want to be rather than bogged down in what used to work. svn path=/branches/tk705/; revision=6245
2014-04-10Tell Debian package system that we moved files from rpki-ca to rpki-rp.Rob Austein
svn path=/branches/tk685/; revision=5779
2013-11-22Add ssl-cert to runtime dependency list for Debian and Ubuntu RPKIRob Austein
packages. Fixes #615. svn path=/trunk/; revision=5601
2013-09-27Keep package build on Debian Wheezy from whining that we didn't buildRob Austein
_POW.so for every installed version of Python. We may want to address this by whacking debian/rules instead eventually, but this works and is simple. svn path=/trunk/; revision=5526
2013-09-23Use netifaces library to construct a list of IP addresses to stuffRob Austein
into the Django's furshlugginer ALLOWED_HOSTS list. See #628. svn path=/trunk/; revision=5517
2013-03-26Remove restriction on Django 1.5. See #443 and #495.Rob Austein
svn path=/trunk/; revision=5229
2013-03-18Rewrite rcynic-cron to remove horrible maze of dependencies onRob Austein
external programs to chroot or setuid. Declare dependency on rpki-rp in Ubuntu rpki-ca package. svn path=/trunk/; revision=5171
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