diff options
| author | Julian Andres Klode <jak@debian.org> | 2023-07-11 13:47:13 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2023-07-11 13:47:13 +0000 |
| commit | 50efb65f339e715e04af114bca44c9b8c53ad3ad (patch) | |
| tree | f7906cd23ce5be10b7170289b8aafb0fdf9631f1 /apt-pkg/sourcelist.cc | |
| parent | 9ef79abd2f7942c4c5d789fd29b83f493626e440 (diff) | |
| parent | aba813975abb880f8b27d659147f7760c02f99e7 (diff) | |
Merge branch 'pu/missing-signed-by' into 'main'
update: Add notice about missing Signed-By in deb822 sources
See merge request apt-team/apt!298
Diffstat (limited to 'apt-pkg/sourcelist.cc')
| -rw-r--r-- | apt-pkg/sourcelist.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-pkg/sourcelist.cc b/apt-pkg/sourcelist.cc index 055cf4142..e11afceed 100644 --- a/apt-pkg/sourcelist.cc +++ b/apt-pkg/sourcelist.cc @@ -143,6 +143,8 @@ bool pkgSourceList::Type::ParseStanza(vector<metaIndex *> &List, /*{{{*/ Options["sourceslist-entry"] = entry; } + Options["sourceslist-entry-is-deb822"] = "true"; + // now create one item per suite/section auto const list_uris = FindMultiValue(Tags, "URIs"); auto const list_comp = FindMultiValue(Tags, "Components"); |
