diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-14 09:18:22 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-14 09:18:22 +0000 |
commit | 78039990b3dde9aad916cff9df70d1d1473f5e4d (patch) | |
tree | a42c336c25033ec88a6b232c0c9901ba145524a0 /debian | |
parent | 189d05b73ac28dd479d3f16b6420659c8f4e80f0 (diff) |
Removed tests
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 9bc3dac..4af8914 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: custodian Section: net Priority: extra Maintainer: Steve Kemp <steve@bytemark.co.uk> -Build-Depends: debhelper (>= 7.0.0), cdbs, ruby1.8, libjson-ruby1.8, libbeanstalkclient-ruby1.8 +Build-Depends: debhelper (>= 7.0.0), cdbs Standards-Version: 3.9.1 Package: custodian diff --git a/debian/rules b/debian/rules index f2481bf..c684e52 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,3 @@ include /usr/share/cdbs/1/rules/debhelper.mk -build/custodian:: - ruby t/test-suite - |