[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. f6c5e4422462ffbfbee2002cb4cabc4c60b33c36
Micah Anderson
micah at riseup.net
Fri Apr 18 18:53:49 UTC 2008
The following commit has been merged in the master branch:
commit b2375286ad39d98869b5602624e7cd9e30e88b03
Author: Micah Anderson <micah at riseup.net>
Date: Fri Apr 18 11:20:33 2008 -0400
add ralsh executable, closes: 476629
diff --git a/debian/changelog b/debian/changelog
index 798b43a..8f61f1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ puppet (0.24.4-4) unstable; urgency=low
thanks Sam Quigley
* Added Should-Start: $network and Should-Stop: $network in
puppetmaster initscript
+ * Install ralsh (Closes: #476629)
* Cherry-pick upstream patches from 0.24.x branch:
- Install manpages
- Fix shebang issues (#1148)
diff --git a/debian/puppet.files b/debian/puppet.files
index d92ac32..19d6753 100644
--- a/debian/puppet.files
+++ b/debian/puppet.files
@@ -1,6 +1,7 @@
usr/bin/puppet
usr/bin/puppetdoc
usr/sbin/puppetd
+usr/bin/ralsh
usr/lib/ruby/1.8/
var/log/puppet
etc/puppet/puppet.conf
diff --git a/debian/rules b/debian/rules
index 1a4ad0a..cdbc6cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,7 +56,7 @@ install: build
install -d -m0755 $(localstatedir)/run
install -d -m0755 $(localstatedir)/log/puppet
- $(INSTALL) -m0755 bin/puppet bin/puppetdoc $(bindir)
+ $(INSTALL) -m0755 bin/puppet bin/puppetdoc bin/ralsh $(bindir)
$(INSTALL) -m0755 bin/puppetd bin/puppetmasterd bin/puppetca bin/puppetrun $(sbindir)
$(INSTALL) -m0644 lib/puppet.rb $(rubylibdir)/puppet.rb
cp -a lib/puppet $(rubylibdir)
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list