From 3d552af0d47dd5044b0228e6f582b2901c42dd4c Mon Sep 17 00:00:00 2001 From: Daniel Hoherd Date: Tue, 28 Jun 2016 11:16:24 -0700 Subject: [PATCH] Fix 'Depends:' for lucid and newer --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e59c022..dac9ba4 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Daniel Nephin Build-Depends: dh-virtualenv, -Depends: python2.7 +Depends: python (>= 2.7) | python2.7 Package: docker-custodian Architecture: any Description: Remove old Docker containers and images that are no longer in use