From 72a3420944edf62cc09d1c65c7634812315f1f4e Mon Sep 17 00:00:00 2001 From: Dan Streetman Date: Fri, 29 Jun 2018 17:01:18 -0400 Subject: [PATCH] make ubuntu-dev-tools require matching version of python-ubuntutools without specific version matching, a simple 'apt install ubuntu-dev-tools' on a system with an older version of ubuntu-dev-tools and deps will leave the older python-ubuntutools installed, which may not work with the updated ubuntu-dev-tools code. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 0dcfcd8..d448fd0 100644 --- a/debian/control +++ b/debian/control @@ -61,10 +61,10 @@ Depends: python-httplib2, python-launchpadlib (>= 1.5.7), python-lazr.restfulclient, - python-ubuntutools, + python-ubuntutools (= ${binary:Version}), python3, python3-distro-info, - python3-ubuntutools, + python3-ubuntutools (= ${binary:Version}), sensible-utils, sudo, ${misc:Depends},