[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.7-1-103-ga699304

Micah Anderson micah at riseup.net
Wed May 27 13:58:15 UTC 2009


The following commit has been merged in the master branch:
commit a699304895958618c6f5551365604d5ab3951f85
Author: Micah Anderson <micah at riseup.net>
Date:   Wed May 27 09:57:47 2009 -0400

    Fix the debian/rules installation of the vim syntax highlighting so it will always track the latest vim installed version

diff --git a/debian/changelog b/debian/changelog
index 732f3d0..cf9674c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 puppet (0.24.8-2) UNRELEASED; urgency=low
 
   * Cherry-pick upstream versioncmp fix (redmine:#2110)
+  * Change the vim syntax highlighting installation to use vimcurrent
 
  -- Micah Anderson <micah at debian.org>  Tue, 14 Apr 2009 14:21:11 -0400
 
diff --git a/debian/rules b/debian/rules
index 2e5cd0c..e379d0f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,7 +65,7 @@ install: build
 
 	# Vim auto-syntax-highlighting stuff
 	$(INSTALL) -m0644 ext/vim/syntax/puppet.vim				\
-		$(CURDIR)/debian/puppet/usr/share/vim/vim71/syntax/
+		$(CURDIR)/debian/puppet/usr/share/vim/vimcurrent/syntax/
 	$(INSTALL) -m0644 ext/vim/ftdetect/puppet.vim				\
 		$(CURDIR)/debian/puppet/usr/share/vim/addons/ftdetect/
 

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list