diff options
author | Laurent Vallar <val@zbla.net> | 2015-11-12 16:08:51 +0100 |
---|---|---|
committer | Laurent Vallar <val@zbla.net> | 2015-11-12 16:08:51 +0100 |
commit | fbe84d7fb2364bc58779c9f771209a137f3af9fb (patch) | |
tree | 8eb02faab8d6f25141b78802921da5300858f8cb /packaging | |
parent | Add missing docbook-xml in Debian packaging README (diff) | |
download | ansible-fbe84d7fb2364bc58779c9f771209a137f3af9fb.tar.xz ansible-fbe84d7fb2364bc58779c9f771209a137f3af9fb.zip |
Add missing xsltproc in Debian packaging README
fix #13140
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/debian/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/debian/README.md b/packaging/debian/README.md index 79bf6e2694..8051b2cfa4 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 python-six sshpass - sudo apt-get install cdbs debhelper dpkg-dev git-core reprepro python-support fakeroot asciidoc devscripts docbook-xml + sudo apt-get install cdbs debhelper dpkg-dev git-core reprepro python-support fakeroot asciidoc devscripts docbook-xml xsltproc git clone git://github.com/ansible/ansible.git cd ansible make deb |