diff options
author | Niels Thykier <niels@thykier.net> | 2018-06-10 14:03:43 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2018-06-23 17:45:52 +0000 |
commit | 6718818559818fbd139fe79d393d9bceedea9595 (patch) | |
tree | d5878cbaeeeca910fb132d446e4ffd0f5e424cdd /debian | |
parent | 377491765720e0321495bd2333f886825104e66a (diff) | |
download | debhelper-6718818559818fbd139fe79d393d9bceedea9595.tar.gz |
d/changelog: Document deb822 parser related changes
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index bc27419c..aa643e8f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,15 @@ debhelper (11.3.3) UNRELEASED; urgency=medium to Nadav Ruskin for the suggestion. (Closes: #901715) * Dh_Lib.pm: Avoid forking a shell when running executable debhelper config files. + * Dh_Lib.pm: Validate package names according the rules for + Debian packages. Thanks to Raphael Geissert and Tim + Düsterhus for the suggestion. (Closes: #567178) + * Dh_Lib.pm: Rewrite deb822 parser to validate d/control + more strictly. Particularly, debhelper no longer permits + the same field twice in a stanza. Thanks to Tim Düsterhus + for the suggestion. + * Dh_Lib.pm: Ensure that at most once definition of + (X-)Package-Type is used per stanza. [ Roberto C. Sánchez ] * cmake.pm: Reorder arguments to cmake to make "-D FOO=BAR" |