diff options
author | Julian Andres Klode <jak@debian.org> | 2019-04-04 14:15:55 +0000 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2019-04-04 14:15:55 +0000 |
commit | aea842e1faf5aceebdc046d3d6957a12ae10142d (patch) | |
tree | 08c1f2a12a3a07e1ab0a526fd26ad10e06ff806b | |
parent | c028f80a364c03e021b88049151dddf31b657835 (diff) | |
parent | 0f51535e9b26fd7973e72bae21e35e48da605f25 (diff) |
Merge branch 'pu/tighten-lib-deps' into 'master'
Tighten dependencies from apt and apt-utils on libs
See merge request apt-team/apt!56
-rw-r--r-- | debian/control | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 1362bd984..cc573c176 100644 --- a/debian/control +++ b/debian/control @@ -37,6 +37,7 @@ Package: apt Architecture: any Depends: adduser, gpgv | gpgv2 | gpgv1, + libapt-pkg6.0 (>= ${binary:Version}), ${apt:keyring}, ${misc:Depends}, ${shlibs:Depends} @@ -143,7 +144,10 @@ Description: documentation for APT development Package: apt-utils Architecture: any -Depends: apt (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} +Depends: apt (= ${binary:Version}), + libapt-inst3.0 (>= ${binary:Version}), + ${misc:Depends}, + ${shlibs:Depends} Description: package management related utility programs This package contains some less used commandline utilities related to package management with APT. |