diff options
| author | Steve Kemp <steve@steve.org.uk> | 2012-11-24 09:55:38 +0000 | 
|---|---|---|
| committer | Steve Kemp <steve@steve.org.uk> | 2012-11-24 09:55:38 +0000 | 
| commit | e8f40441a5382d0c9a0e518cd2d030ce5bc46458 (patch) | |
| tree | 59cbf25f7e82dcb7c96701df4f4597e4729b9d26 | |
| parent | 71eb0c4a32cb155ab5ef3f3c2510f6f24c6292f3 (diff) | |
  Depend upon rubygems rather than curl.
| -rw-r--r-- | debian/control | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/debian/control b/debian/control index 14de79e..92ef4bd 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.9.1  Package: custodian  Architecture: all -Depends: ruby1.8, libbeanstalkclient-ruby1.8, curl, ${misc:Depends} +Depends: ruby1.8, libbeanstalkclient-ruby1.8, rubygems, ${misc:Depends}  Suggests: beanstalkd  Description: This package provides remote monitoring   This package allows you to setup a semi-distributed monitoring | 
