[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, debian, updated. debian/0.24.5-2-107-g5352531
Micah Anderson
micah at riseup.net
Fri Jan 23 14:14:41 UTC 2009
The following commit has been merged in the debian branch:
commit 53525310b7262679be01fdb4770ff79531c18bc9
Author: Micah Anderson <micah at riseup.net>
Date: Fri Jan 23 07:59:09 2009 -0500
* Added puppetmaster Recommends: libldap-ruby1.8 to silence puppetrun (Closes: #512639)
* Added puppet Recommends: libaugeas-ruby1.8 for new Augeas support in this release
diff --git a/debian/changelog b/debian/changelog
index 74bb2fe..d086183 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ puppet (0.24.7-1) experimental; urgency=low
* Fixed comment in defaults/puppetmaster (Closes: #510881)
* Fixed debian/puppetmaster.manpages and debian/puppet.manpages to distribute
puppetrun and puppetca correctly, thanks Savvas Radevic (Closes: #511826)
+ * Added puppetmaster Recommends: libldap-ruby1.8 to silence puppetrun (Closes: #512639)
+ * Added puppet Recommends: libaugeas-ruby1.8 for new Augeas support in this release
puppet (0.24.6-1) experimental; urgency=low
diff --git a/debian/control b/debian/control
index 94029f5..ddb64fa 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Homepage: http://reductivelabs.com/trac/puppet
Package: puppet
Architecture: all
Depends: ruby (>= 1.8.1), libxmlrpc-ruby, libopenssl-ruby, libshadow-ruby1.8, adduser, facter, lsb-base
-Recommends: rdoc
+Recommends: rdoc, libaugeas-ruby1.8
Description: centralised configuration management for networks
Puppet lets you centrally manage every important aspect of your system
using a cross-platform specification language that manages all the
@@ -29,7 +29,7 @@ Description: centralised configuration management for networks
Package: puppetmaster
Architecture: all
Depends: ruby (>= 1.8.1), puppet (= ${source:Version}), facter, lsb-base
-Recommends: rails (>= 1.2.3-2), rdoc
+Recommends: rails (>= 1.2.3-2), rdoc, libldap-ruby1.8
Suggests: apache2 | nginx, mongrel
Description: centralised configuration management control daemon
Puppet lets you centrally manage every important aspect of your system
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list