Skip to content

Commit

Permalink
(#15342, #17804) Add build-depends on ruby-stomp, rubygems, ruby
Browse files Browse the repository at this point in the history
Using to install.rb on debian means ruby must be present on the system.
install.rb verifies that both rubygems and the stomp library are present, so
build dependencies are need for those as well. This commit adds those build
dependencies to the debian control file.
  • Loading branch information
haus committed Nov 4, 2013
1 parent e80a4e6 commit f8d7beb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ext/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ Source: mcollective
Section: utils
Priority: extra
Maintainer: Riccardo Setti <[email protected]>
Build-Depends: debhelper (>= 7), quilt, cdbs
Build-Depends: debhelper (>= 7), quilt, cdbs, ruby, rubygems, ruby-stomp | libstomp-ruby
Standards-Version: 3.8.0
Homepage: http://marionette-collective.org/

Package: mcollective
Architecture: all
Depends: ruby (>= 1.8.1), mcollective-common (= ${source:Version})
Description: build server orchestration or parallel job execution systems
The Marionette Collective aka. mcollective is a framework
The Marionette Collective aka. mcollective is a framework
to build server orchestration or parallel job execution systems.

Package: mcollective-client
Architecture: all
Depends: ruby (>= 1.8.1), mcollective-common (= ${source:Version})
Description: build server orchestration or parallel job execution systems
The Marionette Collective aka. mcollective is a framework
The Marionette Collective aka. mcollective is a framework
to build server orchestration or parallel job execution system

Package: mcollective-common
Expand All @@ -26,7 +26,7 @@ Breaks: mcollective (<< 2.0.0-1), mcollective-client (<< 2.0.0-1)
Architecture: all
Depends: ruby (>= 1.8.1) , rubygems, ruby-stomp | libstomp-ruby
Description: build server orchestration or parallel job execution systems
The Marionette Collective aka. mcollective is a framework
The Marionette Collective aka. mcollective is a framework
to build server orchestration or parallel job execution systems.
.
Common files for mcollective packages.
Expand All @@ -35,7 +35,7 @@ Package: mcollective-doc
Architecture: all
Section: doc
Description: Documentation for mcollective
The Marionette Collective aka. mcollective is a framework
The Marionette Collective aka. mcollective is a framework
to build server orchestration or parallel job execution systems.
.
Documentation package.
Expand Down

0 comments on commit f8d7beb

Please sign in to comment.