diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rwxr-xr-x | dh_ucf | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a3d196bc..3159d544 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,9 @@ debhelper (11.1.6) UNRELEASED; urgency=medium for compat 11. Prevently the option was incorrectly silently ignored. Thanks to Nicolas Boulenguez for the report and the patch. (Closes: #894226) + * dh_ucf.1: Apply patch from Nicolas Boulenguez to add missing + documentation of the "--all" and non-option parameters. + (Closes: #894228) -- Niels Thykier <niels@thykier.net> Mon, 26 Feb 2018 19:32:52 +0000 @@ -14,7 +14,7 @@ our $VERSION = DH_BUILTIN_VERSION; =head1 SYNOPSIS -B<dh_ucf> [S<I<debhelper options>>] [B<-n>] +B<dh_ucf> [S<I<debhelper options>>] [B<-A>] [B<-n>] [S<I<file> ...>] =head1 DESCRIPTION @@ -41,10 +41,20 @@ A dependency on ucf will be generated in B<${misc:Depends}>. =over 4 +=item B<-A>, B<--all> + +Install all files specified by command line parameters in ALL packages +acted on. + =item B<-n>, B<--no-scripts> Do not modify F<postinst>/F<postrm> scripts. Turns this command into a no-op. +=item I<file> ... + +Install these info files into the first package acted on. (Or in +all packages if B<-A> is specified). + =back =head1 NOTES |