[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.7-1-114-g8514fa4
Andrew Pollock
apollock at icarus.andrew.net.au
Wed Jun 17 06:42:23 UTC 2009
The following commit has been merged in the master branch:
commit 15a777b242adad4d295d66a7708d19c1adc321b5
Author: Andrew Pollock <apollock at icarus.andrew.net.au>
Date: Tue Jun 16 23:15:29 2009 -0700
Depend on ruby1.8 instead of ruby to placate Lintian
diff --git a/debian/changelog b/debian/changelog
index 436a683..9130960 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,8 +22,9 @@ puppet (0.24.8-2) unstable; urgency=high
[ Andrew Pollock ]
* debian/control: add rdoc, libopenssl-ruby and facter to build dependencies
+ * debian/control: depend on ruby1.8 instead of ruby to placate Lintian
- -- Andrew Pollock <apollock at debian.org> Tue, 16 Jun 2009 23:08:47 -0700
+ -- Andrew Pollock <apollock at debian.org> Tue, 16 Jun 2009 23:15:05 -0700
puppet (0.24.8-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 92749e5..ac13842 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,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
+Depends: ruby1.8, libxmlrpc-ruby, libopenssl-ruby, libshadow-ruby1.8, adduser, facter, lsb-base
Recommends: rdoc, libaugeas-ruby1.8
Description: centralised configuration management for networks
Puppet lets you centrally manage every important aspect of your system
@@ -28,7 +28,7 @@ Description: centralised configuration management for networks
Package: puppetmaster
Architecture: all
-Depends: ruby (>= 1.8.1), puppet (= ${source:Version}), facter, lsb-base
+Depends: ruby1.8, puppet (= ${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 packaging for Debian
More information about the Pkg-puppet-devel
mailing list