diff options
author | Gary Richards <garyr@gasid.org.uk> | 2012-11-17 21:48:52 +0000 |
---|---|---|
committer | Gary Richards <garyr@gasid.org.uk> | 2012-11-17 21:48:52 +0000 |
commit | 3d7d3cf351a4a57b6e8b2474ce09029d346c68f4 (patch) | |
tree | b1ede6ac1d7d19fb6c98977a401059b5e826a898 /packaging/debian | |
parent | bb2e5e12b89bfeeda163b10e602892cfdfa37ab6 (diff) | |
download | ansible-3d7d3cf351a4a57b6e8b2474ce09029d346c68f4.tar.gz |
Fix make deb
asciidoc is now needed to build the package.
Diffstat (limited to 'packaging/debian')
-rw-r--r-- | packaging/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/debian/control b/packaging/debian/control index 2dc3c4634a..838f1d9afe 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -2,7 +2,7 @@ Source: ansible Section: admin Priority: optional Maintainer: Henry Graham (hzgraham) <Henry.Graham@mail.wvu.edu> -Build-Depends: cdbs, debhelper (>= 5.0.0) +Build-Depends: cdbs, debhelper (>= 5.0.0), asciidoc Standards-Version: 3.9.1 Homepage: http://ansible.github.com/ |