summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2015-11-29 16:25:56 +0100
committerDavid Kalnischkies <david@kalnischkies.de>2015-11-29 17:55:02 +0100
commita0bf789783ea283914d059aea0f4d0f77d6bbaaf (patch)
tree5191ff80e33a99236ce2c4ffecfe3c1998d6f387
parentf6777222f82f6279c104138216b0e5e50d8caa67 (diff)
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.
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
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.