This is an automated email from the git hooks/post-receive script. lamby pushed a commit to branch master in repository lintian.
commit aacc15c5a3ca9529aa264a29f023fd3859da8c7e Author: Chris Lamb <[email protected]> Date: Mon Dec 18 09:39:20 2017 +0000 Update tests to reflect change in Multi-Arch foreign detection. --- debian/changelog | 3 +++ t/tests/files-pkgconfig/debian/debian/control.in | 2 ++ 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3faf091..3b3dd77 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ lintian (2.5.65) UNRELEASED; urgency=medium XXX: generate tag summary + * t/tests/files-pkgconfig: + + [CL] Update tests to reflect change in Multi-Arch foreign detection. + -- Chris Lamb <[email protected]> Mon, 18 Dec 2017 09:32:55 +0000 lintian (2.5.64) unstable; urgency=medium diff --git a/t/tests/files-pkgconfig/debian/debian/control.in b/t/tests/files-pkgconfig/debian/debian/control.in index 3b91c1d..f276c45 100644 --- a/t/tests/files-pkgconfig/debian/debian/control.in +++ b/t/tests/files-pkgconfig/debian/debian/control.in @@ -8,6 +8,7 @@ Rules-Requires-Root: no Package: pkgconfig-all Architecture: all +Multi-Arch: foreign Depends: $\{misc:Depends\}, $\{shlib:Depends\} Description: Contains test file for pkgconfig arch all This is a test package designed to exercise some feature or tag of @@ -18,6 +19,7 @@ Description: Contains test file for pkgconfig arch all Package: pkgconfig-any Architecture: any +Multi-Arch: foreign Depends: $\{misc:Depends\}, $\{shlib:Depends\} Description: Contains test file for pkgconfig arch any This is a test package designed to exercise some feature or tag of -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

