summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2020-11-25 18:05:18 +0000
committerJulian Andres Klode <jak@debian.org>2020-11-25 18:05:18 +0000
commit82a3c83036aed76e8d1b2d05b0c83cde7a70d427 (patch)
treeffb3812eab5722d4887ddeacaf2ed07a7c186d04
parentc5c7f2e571717363ac8a622f38919be0ca2e5026 (diff)
parent45672b5ba890cf9827bb69405e2c5a397b8242a7 (diff)
Merge branch 'multiarch-fixes' into 'master'
Apply hints suggested by the multi-arch hinter See merge request apt-team/apt!137
-rw-r--r--debian/changelog7
-rw-r--r--debian/control2
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 39afd8340..eb01b4daf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+apt (2.1.13) UNRELEASED; urgency=medium
+
+ * Apply multi-arch hints.
+ + apt-doc, libapt-pkg-doc: Add Multi-Arch: foreign.
+
+ -- Debian Janitor <janitor@jelmer.uk> Mon, 23 Nov 2020 17:47:17 -0000
+
apt (2.1.12) unstable; urgency=medium
[ Julian Andres Klode ]
diff --git a/debian/control b/debian/control
index 0a8594f86..0341df538 100644
--- a/debian/control
+++ b/debian/control
@@ -99,6 +99,7 @@ Architecture: all
Priority: optional
Depends: ${misc:Depends}
Section: doc
+Multi-Arch: foreign
Description: documentation for APT
This package contains the user guide and offline guide for various
APT tools which are provided in a html and a text-only version.
@@ -122,6 +123,7 @@ Architecture: all
Priority: optional
Depends: ${misc:Depends}
Section: doc
+Multi-Arch: foreign
Description: documentation for APT development
This package contains documentation for development of the APT
Debian package manipulation program and its libraries.