mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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
This commit is contained in:
parent
cd784cd345
commit
0a60cceaf0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue