summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@ansible.com>2015-03-27 08:24:26 -0400
committerBrian Coca <bcoca@ansible.com>2015-03-27 08:24:26 -0400
commit35a8f94b52420a70c774efab1de52f587a6e815e (patch)
tree21e2b9faadf35885cdd2970a552918beb012fec2
parent76e3a9c93a76855c639edc7b708cb3d9a3c44c5b (diff)
parente964439b990dd6695d1ee5c5d977d9e053edfcc4 (diff)
downloadansible-35a8f94b52420a70c774efab1de52f587a6e815e.tar.gz
Merge pull request #10557 from kristous/patch-2
Update README.md
-rw-r--r--packaging/debian/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/debian/README.md b/packaging/debian/README.md
index 715084380d..62c6af084c 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 asciidoc
+ sudo apt-get install cdbs debhelper dpkg-dev git-core reprepro python-support fakeroot asciidoc devscripts
git clone git://github.com/ansible/ansible.git
cd ansible
make deb