summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control14
1 files changed, 10 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index a61210127..4aca00b95 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Michael Vogt <mvo@debian.org>,
Rules-Requires-Root: no
Standards-Version: 4.1.1
Build-Depends: cmake (>= 3.4),
- debhelper (>= 11.2~),
+ debhelper-compat (= 12),
docbook-xml,
docbook-xsl,
dpkg-dev (>= 1.17.14),
@@ -27,6 +27,7 @@ Build-Depends: cmake (>= 3.4),
ninja-build,
pkg-config,
po4a (>= 0.34-2),
+ triehash,
xsltproc,
zlib1g-dev
Build-Depends-Indep: doxygen, graphviz, w3m
@@ -37,6 +38,7 @@ Package: apt
Architecture: any
Depends: adduser,
gpgv | gpgv2 | gpgv1,
+ libapt-pkg6.0 (>= ${binary:Version}),
${apt:keyring},
${misc:Depends},
${shlibs:Depends}
@@ -66,7 +68,7 @@ Description: commandline package manager
* apt-config as an interface to the configuration settings
* apt-key as an interface to manage authentication keys
-Package: libapt-pkg5.0
+Package: libapt-pkg6.0
Architecture: any
Multi-Arch: same
Priority: optional
@@ -92,7 +94,7 @@ Description: package management runtime library
http(s), rsh as well as an interface to add more transports like
tor+http(s) (apt-transport-tor).
-Package: libapt-inst2.0
+Package: libapt-inst3.0
Architecture: any
Multi-Arch: same
Priority: optional
@@ -143,7 +145,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.
@@ -156,6 +161,7 @@ Description: package management related utility programs
Package: apt-transport-https
Architecture: all
+Multi-Arch: foreign
Depends: apt (>= 1.5~alpha4), ${misc:Depends}
Priority: optional
Section: oldlibs