diff options
author | Rob Austein <sra@hactrn.net> | 2013-03-18 22:53:30 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-03-18 22:53:30 +0000 |
commit | be035471c504df1f80f5fb3dc5282c4859fa217f (patch) | |
tree | 6eb97e320ba9706485c356e65381aec0b265edb5 /buildtools | |
parent | b8205920fb9c0864bc84e06b47e5a7a860fd2120 (diff) |
Rewrite rcynic-cron to remove horrible maze of dependencies on
external programs to chroot or setuid. Declare dependency on rpki-rp
in Ubuntu rpki-ca package.
svn path=/trunk/; revision=5171
Diffstat (limited to 'buildtools')
-rw-r--r-- | buildtools/debian-skeleton/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/debian-skeleton/control b/buildtools/debian-skeleton/control index 11f1dbc8..1c2cbbb9 100644 --- a/buildtools/debian-skeleton/control +++ b/buildtools/debian-skeleton/control @@ -19,7 +19,7 @@ Description: rpki.net relying party tools Package: rpki-ca Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, xsltproc, python (>= 2.7), python-lxml, libxml2-utils, mysql-client, mysql-server, python-mysqldb, python-vobject, python-yaml, python-django (<< 1.5), python-django-south (>= 0.7.5), apache2, libapache2-mod-wsgi +Depends: ${shlibs:Depends}, ${misc:Depends}, rpki-rp (= ${binary:Version}), xsltproc, python (>= 2.7), python-lxml, libxml2-utils, mysql-client, mysql-server, python-mysqldb, python-vobject, python-yaml, python-django (<< 1.5), python-django-south (>= 0.7.5), apache2, libapache2-mod-wsgi Description: rpki.net certification authority tools "Certification authority" tools for issuing RPKI certificates and related objects using the rpki.net toolkit. |