diff options
author | Rob Austein <sra@hactrn.net> | 2013-03-09 15:00:44 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-03-09 15:00:44 +0000 |
commit | e30147d79a4b48be34a9ddb9f8a08ca21d2d4797 (patch) | |
tree | f92cfb6dda5eee484443aabbbbb48cf905b3de24 /buildtools | |
parent | 0e3f323e667b3ca2b7743f5a53c4f6d12280a042 (diff) |
Add rrdtool to build dependencies so ./configure can put its location into rcynic-cron. Sigh.
svn path=/trunk/; revision=5129
Diffstat (limited to 'buildtools')
-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 1ee9b8fc..5f846e54 100644 --- a/buildtools/debian-package-skeleton.py +++ b/buildtools/debian-package-skeleton.py @@ -598,7 +598,7 @@ Source: rpki Section: net Priority: extra Maintainer: Rob Austein <sra@hactrn.net> -Build-Depends: debhelper (>= 8.0.0), autotools-dev, rsync, xsltproc, python (>= 2.7), python-all-dev, python-setuptools, python-lxml, libxml2-utils, mysql-client, mysql-server, python-mysqldb, python-vobject, python-yaml, python-django (<< 1.5), python-django-south (>= 0.7.5) +Build-Depends: debhelper (>= 8.0.0), autotools-dev, rsync, rrdtool, xsltproc, python (>= 2.7), python-all-dev, python-setuptools, python-lxml, libxml2-utils, mysql-client, mysql-server, python-mysqldb, python-vobject, python-yaml, python-django (<< 1.5), python-django-south (>= 0.7.5) Standards-Version: 3.9.3 Homepage: http://trac.rpki.net/ Vcs-Svn: http://subvert-rpki.hactrn.net/ |