diff options
author | Guillem Jover <guillem@debian.org> | 2014-01-27 00:20:51 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2014-04-21 16:23:49 +0200 |
commit | c018d4712353cf6d6571e46ff71445e5f33af354 (patch) | |
tree | f32525d09636bf573ed51c9814ca659ec661bab0 /scripts/Dpkg/Control/HashCore.pm | |
parent | 74e7ba89e0478355cf929e6abde534992bc13342 (diff) | |
download | dpkg-c018d4712353cf6d6571e46ff71445e5f33af354.tar.gz |
Dpkg::Control::HashCore: Document is_pgp_signed as a public option
Closes: #735975
Diffstat (limited to 'scripts/Dpkg/Control/HashCore.pm')
-rw-r--r-- | scripts/Dpkg/Control/HashCore.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/Dpkg/Control/HashCore.pm b/scripts/Dpkg/Control/HashCore.pm index 6c1df0b80..6d6f1c554 100644 --- a/scripts/Dpkg/Control/HashCore.pm +++ b/scripts/Dpkg/Control/HashCore.pm @@ -92,6 +92,13 @@ The user friendly name of the information stored in the object. It might be used in some error messages or warnings. A default name might be set depending on the type. +=item is_pgp_signed + +Set by the parser (starting in dpkg 1.17.0) if it finds an OpenPGP +signature around the control information. Value can be 0 (default) +or 1, and undef when the option is not supported by the code (in +versions older than dpkg 1.17.0). + =back =cut |