[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.25.4-2-16-gd04f67d
Micah Anderson
micah at riseup.net
Mon Apr 5 02:29:27 UTC 2010
The following commit has been merged in the master branch:
commit d04f67de43a9ee199a51b6226a09e34c4b59f737
Author: Micah Anderson <micah at riseup.net>
Date: Sun Apr 4 22:25:39 2010 -0400
suggests on libselinux-ruby1.8 which puppet supports, if the library is present. You tend to see warnings in debug mode about it without the library available: Failed to load library 'selinux' for feature 'selinux'
diff --git a/debian/changelog b/debian/changelog
index dea9dac..90548e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,16 @@
puppet (0.25.4-4) UNRELEASED; urgency=low
+ [ Andrew Pollock ]
* debian/watch: update for new upstream location
* apply patch from Mathias Gug to add /etc/puppet to puppet-common's
directories so that it is removed on package purge (if empty). Also removes
/var/log/puppet on purge (closes: #571130)
- -- Andrew Pollock <apollock at debian.org> Fri, 02 Apr 2010 21:34:53 -0700
+ [ Micah Anderson ]
+ * add Suggests: libselinux-ruby1.8 as puppet supports it, but only
+ if the library is present
+
+ -- Micah Anderson <micah at debian.org> Sun, 04 Apr 2010 22:24:05 -0400
puppet (0.25.4-3) unstable; urgency=low
diff --git a/debian/control b/debian/control
index b20ef27..4d47da4 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Package: puppet
Architecture: all
Depends: ${misc:Depends}, ruby1.8, libxmlrpc-ruby, libopenssl-ruby, libshadow-ruby1.8, adduser, facter, lsb-base, puppet-common (= ${source:Version})
Recommends: rdoc, libaugeas-ruby1.8
-Suggests: puppet-el, vim-puppet
+Suggests: puppet-el, vim-puppet, libselinux-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
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list