From a1464cb4025cd737ac57ea7392402d5efd2af027 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sun, 14 Jun 2020 09:48:29 +0200 Subject: Deduplicate EDSP Provides line of M-A:foreign packages M-A:foreign causes Provides to apply to all architectures and as we wanted to avoid resolver changes for M-A those are done by explicitly creating these provides instead of forcing the resolvers to learn about this. The EDSP is a different beast though & we don't need this trick here especially as it leads to needless (but harmless) duplication. No sort+unique is done to avoid changing order (not that it should matter, but just to be sure), but the sets should be small enough to not make a huge difference either way. --- test/integration/test-external-dependency-solver-protocol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/integration/test-external-dependency-solver-protocol b/test/integration/test-external-dependency-solver-protocol index 33d78be2a..0091263b7 100755 --- a/test/integration/test-external-dependency-solver-protocol +++ b/test/integration/test-external-dependency-solver-protocol @@ -312,7 +312,7 @@ Dependencies: Provides: 1 - ./incoming/dummy-webserver_1_all.deb (= 1) httpd:armhf (= ) httpd:armel (= ) httpd:i386 (= ) httpd (= ) Reverse Provides: ' tail -n 6 showpkg.output -testsuccessequal 'Provides: httpd, httpd, httpd, httpd +testsuccessequal 'Provides: httpd Provides: httpd Provides: httpd Provides: httpd -- cgit v1.2.3