From 386b736ec111157988ac8a7276710007cec58cfa Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 3 Apr 2013 12:27:18 -0400 Subject: [PATCH] added missing build deps for debian/ubuntu to readme Signed-off-by: Brian Coca --- 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 cb99cea37c9..c6170a15f61 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 - sudo apt-get install cdbs debhelper dpkg-dev git-core reprepro + sudo apt-get install cdbs debhelper dpkg-dev git-core reprepro python-support fakeroot git clone git://github.com/ansible/ansible.git cd ansible make deb