From a0bf789783ea283914d059aea0f4d0f77d6bbaaf Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sun, 29 Nov 2015 16:25:56 +0100 Subject: add apt-utils Depends apt (= ${binary:Version}) As we ship some tools in apt-utils which depend on our private library we have to ensure that apt-utils depends on a proper apt version. An exact version is probably a bit much, but the simplest way out. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e74afa109..066735a08 100644 --- a/debian/control +++ b/debian/control @@ -108,7 +108,7 @@ Description: documentation for APT development Package: apt-utils Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, apt (= ${binary:Version}) Description: package management related utility programs This package contains some less used commandline utilities related to package management with APT. -- cgit v1.2.3