Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smiting Debian packaging instructions that did not work #757

Merged
merged 1 commit into from
Aug 1, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions packaging/debian/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Ansible Debian Package
======================

To create an Ansible DEB package:

sudo apt-get install cdbs debhelper dpkg-dev git-core reprepro
git clone git://github.com/ansible/ansible.git
cd ansible
make deb

The debian package file will be placed in the `../` directory. This can then be added to an APT repository or installed with `dpkg -l`.

Note that `dpkg -i` does not resolve dependencies
11 changes: 0 additions & 11 deletions packaging/debian/README.txt

This file was deleted.