diff options
author | Rob Austein <sra@hactrn.net> | 2016-02-19 00:43:31 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-02-19 00:43:31 +0000 |
commit | 87210a5f223e2b0cb581599136be02084c99edfc (patch) | |
tree | 38c90c803f2395be08eb5ac458b5a0fad9d8e59f /buildtools/debian-skeleton/control | |
parent | 61ff32dc3df735c62e6da5c12f4532832665fef1 (diff) |
Bye bye, upstart, hello ancient init.d script which is once again the
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
Diffstat (limited to 'buildtools/debian-skeleton/control')
-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 9f0d350b..993de8c3 100644 --- a/buildtools/debian-skeleton/control +++ b/buildtools/debian-skeleton/control @@ -30,7 +30,7 @@ Replaces: rpki-ca (<= 0.5767) Package: rpki-ca Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.7), apache2, ssl-cert, python-lxml, postgresql, postgresql-client, python-psycopg2, python-django (>= 1.8.0), python-tornado, libapache2-mod-wsgi, python-vobject, python-yaml, python-netifaces, rpki-rp (= ${binary:Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.7), apache2, ssl-cert, python-lxml, postgresql, postgresql-client, python-psycopg2, python-django (>= 1.8.0), python-tornado, libapache2-mod-wsgi, python-vobject, python-yaml, python-netifaces, rpki-rp (= ${binary:Version}), lsb-base (>= 3.2-14) Description: rpki.net certification authority tools "Certification authority" tools for issuing RPKI certificates and related objects using the rpki.net toolkit. |