[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. puppet-0.24.5-rc3-1654-g4217395
Stig Sandbeck Mathisen
ssm at fnord.no
Sat Jan 16 14:43:41 UTC 2010
The following commit has been merged in the master branch:
commit f2b8ca9b9382eb0c680ea578e8a7ae26b8d8e7c7
Author: Stig Sandbeck Mathisen <ssm at fnord.no>
Date: Tue Oct 27 19:47:08 2009 +0100
Relayout: Fix debian/rules vim and emacs support files, move to new package
diff --git a/debian/rules b/debian/rules
index ab08c2b..16d33a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,15 +56,15 @@ install: build
# Vim auto-syntax-highlighting stuff
$(INSTALL) -m0644 ext/vim/syntax/puppet.vim \
- $(CURDIR)/debian/puppet/usr/share/vim/addons/syntax/
+ $(CURDIR)/debian/puppet-common/usr/share/vim/addons/syntax/
$(INSTALL) -m0644 ext/vim/ftdetect/puppet.vim \
- $(CURDIR)/debian/puppet/usr/share/vim/addons/ftdetect/
+ $(CURDIR)/debian/puppet-common/usr/share/vim/addons/ftdetect/
# Emacs mode
$(INSTALL) -m0644 ext/emacs/puppet-mode-init.el \
- $(CURDIR)/debian/puppet/etc/emacs/site-start.d/50puppet-mode-init.el
+ $(CURDIR)/debian/puppet-common/etc/emacs/site-start.d/50puppet-mode-init.el
$(INSTALL) -m0644 ext/emacs/puppet-mode.el \
- $(CURDIR)/debian/puppet/usr/share/emacs/site-lisp/puppet-mode.el
+ $(CURDIR)/debian/puppet-common/usr/share/emacs/site-lisp/puppet-mode.el
dh_installexamples examples/*
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list