Skip to content

Commit

Permalink
install bash completion and UFW firewall config
Browse files Browse the repository at this point in the history
  • Loading branch information
pentabular committed Dec 4, 2012
1 parent 7cb608f commit fdbbb72
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
9 changes: 8 additions & 1 deletion debian/changelog
@@ -1,3 +1,10 @@
salt (0.10.6b) unstable; urgency=low

* use shared logrotate, upstart, and systemd scripts
* add bash_completion and ufw support files

-- Sean Channel <pentabular@gmail.com> Mon, 3 Dec 2012 11:14:35 -0700

salt (0.10.5-1) unstable; urgency=low

* [f735ab9] Filter pyc files
Expand Down Expand Up @@ -65,7 +72,7 @@ salt (0.10.2) precise; urgency=low
* Non-maintainer upload.
* New upstream version

-- Dave Rawks <drawks@mint> Wed, 01 Aug 2012 13:34:10 -0700
-- Dave Rawks <drawks@pandora.org> Wed, 01 Aug 2012 13:34:10 -0700

salt (0.10.1-3) unstable; urgency=low

Expand Down
5 changes: 1 addition & 4 deletions debian/rules
Expand Up @@ -7,9 +7,6 @@ include /usr/share/python/python.mk
PKGFILES := pkg/*.service pkg/*.upstart pkg/*.logrotate

%:
dh $@ --with python2

override_dh_auto_build:
cp $(PKGFILES) debian
dh_auto_build
make -C doc html
dh $@ --with python2
2 changes: 2 additions & 0 deletions debian/salt-common.install
@@ -1 +1,3 @@
usr/lib/python2*/dist-packages/salt/
pkg/salt.ufw /etc/ufw/applications.d/
pkg/salt.bash /etc/bash_completion.d/
File renamed without changes.
File renamed without changes.

0 comments on commit fdbbb72

Please sign in to comment.