diff options
author | David Kalnischkies <david@kalnischkies.de> | 2020-06-14 09:48:29 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2020-06-14 10:19:39 +0200 |
commit | a1464cb4025cd737ac57ea7392402d5efd2af027 (patch) | |
tree | 7e43d5687996384ec1d2c7775da82f3e6732e32f /test/integration/test-external-dependency-solver-protocol | |
parent | 419190f6c17aaf750887ec7471599681377fb01b (diff) |
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.
Diffstat (limited to 'test/integration/test-external-dependency-solver-protocol')
-rwxr-xr-x | test/integration/test-external-dependency-solver-protocol | 2 |
1 files changed, 1 insertions, 1 deletions
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 |