From 1b11e45f3cb4e1e5671104d85e58430b43a70725 Mon Sep 17 00:00:00 2001 From: Matthieu Caneill Date: Wed, 25 Mar 2015 16:34:07 +0100 Subject: [PATCH] doc: building debian package: 'asciidoc' is a required dependency --- packaging/debian/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/debian/README.md b/packaging/debian/README.md index c7538dbf793..715084380d7 100644 --- a/packaging/debian/README.md +++ b/packaging/debian/README.md @@ -4,7 +4,7 @@ Ansible Debian Package To create an Ansible DEB package: sudo apt-get install python-paramiko python-yaml python-jinja2 python-httplib2 python-setuptools sshpass - sudo apt-get install cdbs debhelper dpkg-dev git-core reprepro python-support fakeroot + sudo apt-get install cdbs debhelper dpkg-dev git-core reprepro python-support fakeroot asciidoc git clone git://github.com/ansible/ansible.git cd ansible make deb