summaryrefslogtreecommitdiffstats
path: root/debian/rules
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-02-18 10:48:33 +1100
committerJames Turnbull <james@lovedthanlost.net>2008-02-18 10:48:33 +1100
commitf087df0644c2532cbdf2d0e9ee20fae0a19dc6e6 (patch)
treeff4af7dbb1b4434e5e425ca74116bdeb0bde68cc /debian/rules
parent0eede7604d9da9b453d48465b06de9813602c09b (diff)
downloadpuppet-f087df0644c2532cbdf2d0e9ee20fae0a19dc6e6.tar.gz
puppet-f087df0644c2532cbdf2d0e9ee20fae0a19dc6e6.tar.xz
puppet-f087df0644c2532cbdf2d0e9ee20fae0a19dc6e6.zip
Fixed ticket #1072 - Debian directory updates
Diffstat (limited to 'debian/rules')
-rwxr-xr-x[-rw-r--r--]debian/rules11
1 files changed, 6 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules
index 69bf3a4af..ecabcbad0 100644..100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,10 +66,10 @@ install: build
$(INSTALL) -m0644 debian/puppet.conf $(pkgconfdir)/puppet.conf
# Vim auto-syntax-highlighting stuff
- $(INSTALL) -m0644 ext/vim/puppet.vim \
- $(CURDIR)/debian/puppet/usr/share/vim/vim70/syntax/puppet.vim
- $(INSTALL) -m0644 ext/vim/filetype.vim \
- $(CURDIR)/debian/puppet/usr/share/vim/addons/ftdetect/puppet.vim
+ $(INSTALL) -m0644 ext/vim/syntax/puppet.vim \
+ $(CURDIR)/debian/puppet/usr/share/vim/vim71/syntax/
+ $(INSTALL) -m0644 ext/vim/ftdetect/puppet.vim \
+ $(CURDIR)/debian/puppet/usr/share/vim/addons/ftdetect/
# Emacs keeping up with the Joneses
$(INSTALL) -m0644 ext/emacs/puppet-mode-init.el \
@@ -100,7 +100,8 @@ binary-indep: build install
dh_movefiles -i
dh_installchangelogs -i CHANGELOG
dh_installdocs -i
- dh_installinit -i
+ dh_installinit -ppuppetmaster
+ dh_installinit -ppuppet -- defaults 21
dh_installlogrotate -i
dh_compress -i
dh_fixperms -i