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=418d578d23091a1ad9d15ef6a500498f3f46bcbb commit 418d578d23091a1ad9d15ef6a500498f3f46bcbb Author: Guillem Jover <[email protected]> AuthorDate: Sun Feb 24 03:36:52 2019 +0100 debian: Add bug closures This helps link the reported issues with the changes done. --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3cd9acce4..b25ad39bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -291,6 +291,7 @@ dpkg (1.19.2) unstable; urgency=medium give a more meaningful error message on chroot(). Closes: #614126 * dpkg-divert, dpkg-statoverride: Add new --instdir and --root options, and make the commands honor the DPKG_ROOT environment variable. + Closes: #487108 * libdpkg: Call the pager with «$SHELL -c» to respect POSIX. Closes: #910009 * libdpkg: Do not spawn a pager if we are going to call «cat». * libdpkg: Honor DPKG_PAGER when spawning a pager. @@ -3237,6 +3238,7 @@ dpkg (1.17.11) unstable; urgency=low * Do not write to the available file when unpacking binary packages. This information is not useful as dpkg has never recorded the archive path, so it has never been truly available for re-installation anyway. + Closes: #241768 * Add versioned Provides support: - Add a new dpkg --assert-versioned-provides command. - Packages can provide a specific version, “virtual (= 1.0)” which will -- Dpkg.Org's dpkg

