This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=1052d840f5feed79c18e2689b63b3dc06e6ee286 commit 1052d840f5feed79c18e2689b63b3dc06e6ee286 Author: Guillem Jover <[email protected]> AuthorDate: Sun May 17 16:57:02 2020 +0200 man: The Installed-Size field does not get its value from du(1) This has been the case since 1.18.0. --- debian/changelog | 2 ++ man/dpkg-gencontrol.man | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b6300e83f..6ba5c1d40 100644 --- a/debian/changelog +++ b/debian/changelog @@ -73,6 +73,8 @@ dpkg (1.20.1) UNRELEASED; urgency=medium - man: Reword text to reduce length in verbatim code block. - man: Add semicolons before varbatim code blocks. - man: Update dselect methods provided. Several got removed in 1.20.0. + - man: The Installed-Size field does not get its value from du(1) since + 1.18.0. * Code internals: - Use $() in shell or qx() in perl instead of ``. - dpkg-split: Switch part number variables from unsigned int to int. diff --git a/man/dpkg-gencontrol.man b/man/dpkg-gencontrol.man index 8435a20cb..0bcea917e 100644 --- a/man/dpkg-gencontrol.man +++ b/man/dpkg-gencontrol.man @@ -127,8 +127,7 @@ instead of .BR debian/tmp . This value is used to find the default value of the .B Installed\-Size -substitution variable and control file field (using -.BR du ), +substitution variable and control file field, and for the default location of the output file. .TP .BR \-O [\fIfilename\fP] -- Dpkg.Org's dpkg

