diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-15 08:03:41 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-15 08:03:41 +0000 |
commit | 6c78bd44932582c29ca04f826c21e3ede81dd898 (patch) | |
tree | 19528d01c681612598ef333d837a0c7fd4e9718a /debian/control | |
parent | 68e428ef64958b90274b3f6169413030631ce0ba (diff) |
Depend upon curl
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 4af8914..2fd6a3d 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.9.1 Package: custodian Architecture: all -Depends: ruby1.8, libjson-ruby1.8, libbeanstalkclient-ruby1.8, ${misc:Depends} +Depends: ruby1.8, libjson-ruby1.8, libbeanstalkclient-ruby1.8, curl, ${misc:Depends} Suggests: beanstalkd Description: This package provides remote monitoring This package allows you to setup a semi-distributed monitoring |