diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-03-03 10:44:50 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-03-03 10:44:50 +0000 |
| commit | 939aa53621fd6b884b1d3d48a7abc55bf6c16ca4 (patch) | |
| tree | 80062a0bc3aa8c8ac8b248868e77680e4972f92a /test/integration | |
| parent | c21598657c8e3e7eaf4f3337774878d1463a8711 (diff) | |
| parent | 45b04762e1990a761a7c308f9e73a286a92f908a (diff) | |
Merge branch 'edsp-downloadable' into 'main'
Consider 0-size debs not downloadable, set a size in EDSP
See merge request apt-team/apt!454
Diffstat (limited to 'test/integration')
| -rwxr-xr-x | test/integration/test-external-dependency-solver-protocol | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/test-external-dependency-solver-protocol b/test/integration/test-external-dependency-solver-protocol index 81204fc19..bc32886c5 100755 --- a/test/integration/test-external-dependency-solver-protocol +++ b/test/integration/test-external-dependency-solver-protocol @@ -189,6 +189,7 @@ Source: stuff Source-Version: 3 Priority: optional Section: other +Size: 42 APT-Release: a=experimental,n=experimental,c=main,b=all APT-Pin: 1 @@ -202,6 +203,7 @@ Source: stuff Source-Version: 2 Priority: optional Section: other +Size: 42 APT-Release: a=unstable,n=sid,c=main,b=all APT-Pin: 500 |
