diff options
author | Rob Austein <sra@hactrn.net> | 2013-02-23 13:25:46 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-02-23 13:25:46 +0000 |
commit | f419595c47e338978c3263d22085e75d452f7283 (patch) | |
tree | 97bad957b2518320f3436d942eb183e55fda065f | |
parent | f2be72554bb0a32bec2bef6bd298b17e04103432 (diff) |
Add dependency on xinetd.
svn path=/branches/tk377/; revision=5057
-rw-r--r-- | buildtools/debian-package-skeleton.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/debian-package-skeleton.py b/buildtools/debian-package-skeleton.py index 12e07e84..e872b768 100644 --- a/buildtools/debian-package-skeleton.py +++ b/buildtools/debian-package-skeleton.py @@ -270,7 +270,7 @@ Vcs-Browser: http://trac.rpki.net/browser Package: rpki-rp Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.7), rrdtool, rsync +Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.7), rrdtool, rsync, xinetd Description: rpki.net relying party tools "Relying party" validation tools from the rpki.net toolkit. See the online documentation at http://rpki.net/. |