diff options
author | Evgeni Golov <egolov@redhat.com> | 2016-03-17 18:28:23 +0100 |
---|---|---|
committer | Evgeni Golov <egolov@redhat.com> | 2016-03-17 18:28:23 +0100 |
commit | de2fe08d9f5db3509fa0f4c24c705f33f3a68340 (patch) | |
tree | 193fa3975181c0b9537c4a9b663ada22a78786d8 /packaging | |
parent | 3fd74890d33cddd492676aff36d8b8f2824fa14e (diff) | |
download | ansible-de2fe08d9f5db3509fa0f4c24c705f33f3a68340.tar.gz |
update README.md
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 f170c13333..22e584ff5c 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 xsltproc + sudo apt-get install cdbs debhelper dpkg-dev git-core reprepro dh-python fakeroot asciidoc devscripts docbook-xml xsltproc libxml2-utils git clone git://github.com/ansible/ansible.git cd ansible make deb |