This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=11baf20d22ca1a16a94b0a171228dc9604b6eb61 commit 11baf20d22ca1a16a94b0a171228dc9604b6eb61 Author: Guillem Jover <[email protected]> AuthorDate: Sat Oct 1 20:13:56 2022 +0200 doc: Do not use UTF-8 quotes in POD The pod-spell check complains about these wide-characters. Warned-by: pod-spell --- scripts/Dpkg/BuildOptions.pm | 4 ++-- scripts/Dpkg/Deps.pm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/Dpkg/BuildOptions.pm b/scripts/Dpkg/BuildOptions.pm index 2806d1bf4..1feac3990 100644 --- a/scripts/Dpkg/BuildOptions.pm +++ b/scripts/Dpkg/BuildOptions.pm @@ -160,8 +160,8 @@ sub has { Parse the $option values, as a set of known features to enable or disable, as specified in the $use_feature hash reference. -Each feature is prefixed with a ‘B<+>’ or a ‘B<->’ character as a marker -to enable or disable it. The special feature “B<all>” can be used to act +Each feature is prefixed with a 'B<+>' or a 'B<->' character as a marker +to enable or disable it. The special feature "B<all>" can be used to act on all known features. Unknown or malformed features will emit warnings. diff --git a/scripts/Dpkg/Deps.pm b/scripts/Dpkg/Deps.pm index 3e66109c1..5afa38428 100644 --- a/scripts/Dpkg/Deps.pm +++ b/scripts/Dpkg/Deps.pm @@ -239,12 +239,12 @@ this when parsing non-dependency fields like Conflicts. =item virtual (defaults to 0) If set to 1, allow only virtual package version relations, that is none, -or “=”. +or "=". This should be set whenever working with Provides fields. =item build_dep (defaults to 0) -If set to 1, allow build-dep only arch qualifiers, that is “:native”. +If set to 1, allow build-dep only arch qualifiers, that is ":native". This should be set whenever working with build-deps. =item tests_dep (defaults to 0) -- Dpkg.Org's dpkg

