[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.25.4-2-26-gc42d082
Micah Anderson
micah at riseup.net
Sun Apr 25 22:17:02 UTC 2010
The following commit has been merged in the master branch:
commit c42d082f519fcc729c91397d8309ba5e456d9c5b
Author: Micah Anderson <micah at riseup.net>
Date: Sun Apr 25 18:16:41 2010 -0400
in order to use passenger, you need to have a version of librack-ruby installed that is at least version 1.0.0, so we set that version here in debian/control
diff --git a/debian/changelog b/debian/changelog
index 8684274..3a02c6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
puppet (0.25.4-6) unstable; urgency=low
+ * debian/control: add version depends on librack-ruby
* additional start-stop-daemon fix for puppet.init and puppetqd.init
* debian/rules: actually install config.ru owned by the puppet user,
this is necessary for proper suid of passenger (closes: #577366)
diff --git a/debian/control b/debian/control
index 4d47da4..bb4af38 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, stompserver, libstomp-ruby1.8
+Suggests: apache2 | nginx, mongrel, puppet-el, vim-puppet, libapache2-mod-passenger, librack-ruby (>= 1.0.0), 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
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list