summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2018-08-15 05:10:12 +0200
committerGuillem Jover <guillem@debian.org>2018-08-30 03:14:08 +0200
commitc2929d087701dd36f84e8ba5e25ba060466c1c2a (patch)
treee3abf5cc55c4228ece239c846a90af2994b9c074 /debian/changelog
parent3b8cd0ea54e2027fd7c972e3edcbbc8bb43afa52 (diff)
downloaddpkg-c2929d087701dd36f84e8ba5e25ba060466c1c2a.tar.gz
libdpkg, dpkg: Use new pager spawning support
Use it instead of open-coding it, or piping it via a shell invocation, which required metacharacter escaping.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 06462517a..1d46bb361 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -207,6 +207,8 @@ dpkg (1.19.1) UNRELEASED; urgency=medium
- libdpkg: Factor out package stanza printing into its own function.
- libdpkg: Split pager specific code into its own module.
- libdpkg: Add pager spawning and reaping support.
+ - Use new pager spawning support instead of open-coding it, or piping it
+ via a shell invocation, which required metacharacter escaping.
* Build system:
- Set distribution tarball format to ustar, instead of default v7 format.
- Mark PO4A and POD2MAN as precious variables.