diff options
author | Jakub Wilk <jwilk@jwilk.net> | 2018-05-14 10:43:52 +0200 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2018-05-15 05:37:24 +0000 |
commit | 4799b95be2a1d6932bda8a7d0343ee7091797228 (patch) | |
tree | 145d19c71999f484cd419aa3d75645f190dd102e | |
parent | 406bd37eb4692e172fbf6c3c390cb4f50d8eaae9 (diff) | |
download | debhelper-4799b95be2a1d6932bda8a7d0343ee7091797228.tar.gz |
dh_usrlocal: Fix POD markup
Signed-off-by: Niels Thykier <niels@thykier.net>
-rw-r--r-- | debian/changelog | 3 | ||||
-rwxr-xr-x | dh_usrlocal | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5b0605b5..bce67e9e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -66,6 +66,9 @@ debhelper (11.3) UNRELEASED; urgency=medium debhelper-compat dependency when it is the first or the last relation listed. (Closes: #897937) + [ Jakub Wilk ] + * dh_usrlocal: Fix invalid POD markup. + -- Niels Thykier <niels@thykier.net> Sun, 08 Apr 2018 09:40:32 +0000 debhelper (11.2.1) unstable; urgency=medium diff --git a/dh_usrlocal b/dh_usrlocal index cda686f2..5ee1fc28 100755 --- a/dh_usrlocal +++ b/dh_usrlocal @@ -44,7 +44,7 @@ preserved with the sole exception where the directory is owned by root:root. If a directory is owned by root:root, then ownership will be determined at install time. The ownership and permission bits will either be root:root mode 0755 or root:staff mode 02775. The actual choice depends on whether -the system has F/etc/staff-group-for-usr-local> (as documented in the Debian +the system has F</etc/staff-group-for-usr-local> (as documented in the Debian Policy Manual ยง9.1.2 since version 4.1.4) =head1 OPTIONS |