[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. puppet-0.24.5-rc3-1608-gd4319a5
James Turnbull
james at lovedthanlost.net
Thu Jan 21 14:18:56 UTC 2010
The following commit has been merged in the upstream branch:
commit f7e14356ad7781fafa52a459d3c24372fa6c0900
Author: James Turnbull <james at lovedthanlost.net>
Date: Wed Jan 13 07:52:17 2010 +1100
Updated rake task to fix gem build issue
diff --git a/tasks/rake/gem.rake b/tasks/rake/gem.rake
index e373952..ba9d8ab 100644
--- a/tasks/rake/gem.rake
+++ b/tasks/rake/gem.rake
@@ -25,7 +25,7 @@ spec = Gem::Specification.new do |spec|
spec.platform = Gem::Platform::RUBY
spec.name = 'puppet'
spec.files = GEM_FILES.to_a
- spec.executables = EXECUTABLES.gsub(/sbin|bin/, '').to_a
+ spec.executables = EXECUTABLES.gsub(/sbin\/|bin\//, '').to_a
spec.version = Puppet::PUPPETVERSION
spec.add_dependency('facter', '>= 1.5.1')
spec.summary = 'Puppet, an automated configuration management tool'
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list