diff options
author | Rob Austein <sra@hactrn.net> | 2016-03-19 01:00:16 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-03-19 01:00:16 +0000 |
commit | d059f3200adb3153a1e36dcba420ea4ba0965aef (patch) | |
tree | 5e35f8d91a818eab7eccc5df4f24c0e7ef4d4d13 /buildtools | |
parent | 408be29b843a846ac521366adc90d2ee37f95fc4 (diff) |
Add rrdtool and sudo to build dependencies temporarily, so that
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
Diffstat (limited to 'buildtools')
-rw-r--r-- | buildtools/debian-skeleton/control | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/buildtools/debian-skeleton/control b/buildtools/debian-skeleton/control index 993de8c3..94f48d21 100644 --- a/buildtools/debian-skeleton/control +++ b/buildtools/debian-skeleton/control @@ -5,15 +5,15 @@ # 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. +# Build doesn't really require sudo or rrdtool, but rpki.autoconf gets the wrong values if they're not present. +# Better fix for this would be to specify values for this on the command line for ./configure, but specifying +# them as build dependencies should work around the problem for now. 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, python-lxml +Build-Depends: debhelper (>= 8.0.0), autotools-dev, python (>= 2.7), python-all-dev, python-setuptools, python-lxml, sudo, rrdtool Standards-Version: 3.9.3 Homepage: http://trac.rpki.net/ Vcs-Svn: http://subvert-rpki.hactrn.net/ |