This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
commit 07d119d50a469bcee7c1da77d97415c979cc7d05 Author: Guillem Jover <[email protected]> Date: Tue Aug 9 02:34:29 2016 +0200 man: Fix formatting in SOURCE_DATE_EPOCH description --- debian/changelog | 1 + man/dpkg-deb.1 | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3bdb003..c634139 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ dpkg (1.18.11) UNRELEASED; urgency=medium - Update custom changelog parser API support status in README.api. - Fix typos in docs and man pages. Thanks to Jakub Wilk <[email protected]> Closes: #834584 + - Fix formatting in SOURCE_DATE_EPOCH description in dpkg-deb(5). * Build system: - Add support for profiling perl modules. - Clean up compiler and linker automatic flag usage in configure. diff --git a/man/dpkg-deb.1 b/man/dpkg-deb.1 index 11c63e6..bdcb7a8 100644 --- a/man/dpkg-deb.1 +++ b/man/dpkg-deb.1 @@ -307,8 +307,8 @@ temporary files and directories. .TP .B SOURCE_DATE_EPOCH If set, it will be used as the timestamp (as seconds since the epoch) in -the \fBdeb\fP(5)'s \fBar\fB(5) container and used to clamp the mtime in -the \fBtar\fB(5) file entries. +the \fBdeb\fP(5)'s \fBar\fP(5) container and used to clamp the mtime in +the \fBtar\fP(5) file entries. . .SH NOTES Do not attempt to use just -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/dpkg/dpkg.git

