diff options
author | Rob Austein <sra@hactrn.net> | 2013-03-08 21:29:17 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-03-08 21:29:17 +0000 |
commit | 478daab98412a1072058f65d809f28457ac5e709 (patch) | |
tree | 381dcad40f4f179ad8d2af0434f93223a8897cc0 /buildtools | |
parent | bdb0030d7a78ea608f3fa0591565275cf203147b (diff) |
rsync is a build dependency because ./configure says it is.
svn path=/trunk/; revision=5125
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 b87cd22d..90e60c29 100644 --- a/buildtools/debian-package-skeleton.py +++ b/buildtools/debian-package-skeleton.py @@ -540,7 +540,7 @@ Source: rpki Section: net Priority: extra Maintainer: Rob Austein <sra@hactrn.net> -Build-Depends: debhelper (>= 8.0.0), autotools-dev, 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, 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/ |