summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorLoïc <loic.latreille@gmail.com>2016-10-21 04:52:13 +0200
committerjctanner <tanner.jc@gmail.com>2016-10-20 22:52:13 -0400
commit0a60cceaf09b9a6dc6af169a777e8ceef60873d8 (patch)
tree1b8b33735fc5d0d33a8e92abf070530b9c623ee3 /packaging
parentcd784cd345c99e237f13a832385e23d9a79d8c5f (diff)
downloadansible-0a60cceaf09b9a6dc6af169a777e8ceef60873d8.tar.gz
Debian need build-essential package to build deb package (#18068)
* Need build-essential package * dpkg-dev is useless: it is a dependency of build-essential
Diffstat (limited to 'packaging')
-rw-r--r--packaging/debian/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/debian/README.md b/packaging/debian/README.md
index 1561d854f8..d894fd1c0c 100644
--- a/packaging/debian/README.md
+++ b/packaging/debian/README.md
@@ -4,8 +4,8 @@ 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 fakeroot asciidoc devscripts docbook-xml xsltproc libxml2-utils
- sudo apt-get install dh-python
+ sudo apt-get install cdbs debhelper git-core reprepro fakeroot asciidoc devscripts docbook-xml xsltproc libxml2-utils
+ sudo apt-get install dh-python build-essential
git clone git://github.com/ansible/ansible.git
cd ansible
make deb