diff options
author | Rob Austein <sra@hactrn.net> | 2016-02-10 20:38:39 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-02-10 20:38:39 +0000 |
commit | 080fb0a76cd635356a61933556160fff6bd30213 (patch) | |
tree | 8f988f5be4176c4a66305367b0444625c798759c /buildtools | |
parent | 24aa9d2747e54be7f847186f5f4bd4407d7ea5b2 (diff) |
Debian requires python-lxml as a build dependency after all.
svn path=/branches/tk705/; revision=6246
Diffstat (limited to 'buildtools')
-rw-r--r-- | buildtools/debian-skeleton/control | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/buildtools/debian-skeleton/control b/buildtools/debian-skeleton/control index 5feacdaf..9f0d350b 100644 --- a/buildtools/debian-skeleton/control +++ b/buildtools/debian-skeleton/control @@ -1,8 +1,19 @@ +# Source package requires lxml because it builds an initial rpki.conf. + +# rp package requires xinetd for historical reasons, could use "rpki-rtr server" instead. + +# Division between rp and ca packages is somewhat arbitrary, and becomes less relevant as we move more and +# more of the code from C into Python. Some day we may just collapse down to a single binary package again. + +# Old required database was MySQL, because we used it directly. These days we use Django ORM for everything, +# and can run over SQLite3, MySQL, PostgreSQL, or, really, anything with a Django driver. We're in the process +# of moving towards using PostgreSQL as the default but there are still some MySQL vestiges to be cleaned up. + Source: rpki Section: net Priority: extra Maintainer: Rob Austein <sra@hactrn.net> -Build-Depends: debhelper (>= 8.0.0), autotools-dev, python (>= 2.7), python-all-dev, python-setuptools +Build-Depends: debhelper (>= 8.0.0), autotools-dev, python (>= 2.7), python-all-dev, python-setuptools, python-lxml Standards-Version: 3.9.3 Homepage: http://trac.rpki.net/ Vcs-Svn: http://subvert-rpki.hactrn.net/ |