ext/debian/control in puppet-3.1.1 vs ext/debian/control in puppet-3.2.0.rc1
- old
+ new
@@ -9,13 +9,13 @@
Vcs-Git: git://github.com/puppetlabs/puppet
Homepage: http://projects.puppetlabs.com/projects/puppet
Package: puppet-common
Architecture: all
-Depends: ${misc:Depends}, ruby | ruby-interpreter, libxmlrpc-ruby, libopenssl-ruby, libshadow-ruby1.8 | ruby-shadow , libaugeas-ruby1.8 | libaugeas-ruby1.9, adduser, lsb-base, sysv-rc (>= 2.86) | file-rc, hiera (>= 1.0.0), facter (>= 1.6.12)
+Depends: ${misc:Depends}, ruby | ruby-interpreter, libxmlrpc-ruby, libopenssl-ruby, ruby-shadow | libshadow-ruby1.8, libaugeas-ruby | libaugeas-ruby1.9.1 | libaugeas-ruby1.8, adduser, lsb-base, sysv-rc (>= 2.86) | file-rc, hiera (>= 1.0.0), facter (>= 1.6.12), ruby-rgen
Recommends: lsb-release, debconf-utils
-Suggests: libselinux-ruby1.8 | ruby-selinux, librrd-ruby1.8 | librrd-ruby1.9
+Suggests: ruby-selinux | libselinux-ruby1.8, librrd-ruby1.9.1 | librrd-ruby1.8
Breaks: puppet (<< 2.6.0~rc2-1), puppetmaster (<< 0.25.4-1)
Provides: hiera-puppet
Conflicts: hiera-puppet
Replaces: hiera-puppet
Description: Centralized configuration management
@@ -60,11 +60,11 @@
Breaks: puppet (<< 0.24.7-1), puppetmaster (<< 2.6.1~rc2-1)
Replaces: puppetmaster (<< 2.6.1~rc2-1)
Suggests: apache2 | nginx, puppet-el, vim-puppet, stompserver, ruby-stomp | libstomp-ruby1.8,
rdoc, ruby-ldap | libldap-ruby1.8, puppetdb-terminus
Description: Puppet master common scripts
- This package contains common scripts for the puppet master,
+ This package contains common scripts for the puppet master,
which is the server hosting manifests and files for the puppet nodes.
.
Puppet lets you centrally manage every important aspect of your system
using a cross-platform specification language that manages all the
separate elements normally aggregated in different files, like users,
@@ -78,12 +78,12 @@
Package: puppetmaster
Architecture: all
Depends: ${misc:Depends}, ruby | ruby-interpreter, puppetmaster-common (= ${source:Version}), facter (>= 1.6.12), lsb-base
Breaks: puppet (<< 0.24.7-1)
-Suggests: apache2 | nginx, puppet-el, vim-puppet, stompserver, libstomp-ruby1.8 | ruby-stomp,
- rdoc, libldap-ruby1.8 | ruby-ldap, puppetdb-terminus
+Suggests: apache2 | nginx, puppet-el, vim-puppet, stompserver, ruby-stomp | libstomp-ruby1.8,
+ rdoc, ruby-ldap | libldap-ruby1.8, puppetdb-terminus
Description: Centralized configuration management - master startup and compatibility scripts
This package contains the startup and compatibility scripts for the puppet
master, which is the server hosting manifests and files for the puppet nodes.
.
Puppet lets you centrally manage every important aspect of your system
@@ -134,10 +134,10 @@
Description: syntax highlighting for puppet manifests in emacs
The puppet-el package provides syntax highlighting for puppet manifests
Package: puppet-testsuite
Architecture: all
-Depends: ${misc:Depends}, ruby | ruby-interpreter, puppet-common (= ${source:Version}), facter (>= 1.6.12), lsb-base, rails (>= 1.2.3-2), rdoc, libldap-ruby1.8 | ruby-ldap, librspec-ruby | ruby-rspec, git-core, libmocha-ruby1.8 | ruby-mocha
+Depends: ${misc:Depends}, ruby | ruby-interpreter, puppet-common (= ${source:Version}), facter (>= 1.6.12), lsb-base, rails (>= 1.2.3-2), rdoc, ruby-ldap | libldap-ruby1.8, ruby-rspec | librspec-ruby, git-core, ruby-mocha | libmocha-ruby1.8
Recommends: cron
Description: Centralized configuration management - test suite
This package provides all the tests from the upstream puppet source code.
The tests are used for improving the QA of the puppet package.