[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.25.4-2-8-g9e26b93
Micah Anderson
micah at riseup.net
Thu Apr 1 03:22:32 UTC 2010
The following commit has been merged in the master branch:
commit 9e26b938e642d26eadbd0bf172a30afc9d6aaa49
Author: Micah Anderson <micah at riseup.net>
Date: Wed Mar 31 22:44:54 2010 -0400
Add pieces needed to run puppetqd:
add suggests on stompserver, libstomp-ruby1.8
add puppetmaster.docs which installs the README.queuing
diff --git a/debian/changelog b/debian/changelog
index 3d3e8ef..c080fd5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ puppet (0.25.4-3) UNRELEASED; urgency=low
* Fix puppet-el.emacsen-startup script to be properly installed
* debian/puppetmaster.init: Fix init stop action to not fail if the
puppetmaster is already stopped, Thanks Mathias Gug (Closes: #574677)
+ * Add Suggests: stompserver/libstomp-ruby1.8 - needed for puppetqd
+ * Add README.queueing to puppetmaster package which describes puppetqd
-- Micah Anderson <micah at debian.org> Tue, 16 Mar 2010 12:27:07 -0400
diff --git a/debian/control b/debian/control
index 9c32d67..b20ef27 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,7 @@ Architecture: all
Depends: ${misc:Depends}, ruby1.8, puppet-common (= ${source:Version}), facter, lsb-base
Conflicts: puppet (<< 0.24.7-1)
Recommends: rails (>= 1.2.3-2), rdoc, libldap-ruby1.8
-Suggests: apache2 | nginx, mongrel, puppet-el, vim-puppet, libapache2-mod-passenger, librack-ruby
+Suggests: apache2 | nginx, mongrel, puppet-el, vim-puppet, libapache2-mod-passenger, librack-ruby, stompserver, libstomp-ruby1.8
Description: centralised configuration management control daemon
Puppet lets you centrally manage every important aspect of your system
using a cross-platform specification language that manages all the
diff --git a/debian/puppetmaster.docs b/debian/puppetmaster.docs
new file mode 100644
index 0000000..eea9ce7
--- /dev/null
+++ b/debian/puppetmaster.docs
@@ -0,0 +1 @@
+README.queueing
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list