From 44cf9c6d2d274eac37502e835155f7e985f1b8e6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 7 Aug 2024 15:30:08 +0200 Subject: Adding upstream version 1.22.7. Signed-off-by: Daniel Baumann --- man/deb-substvars.pod | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'man/deb-substvars.pod') diff --git a/man/deb-substvars.pod b/man/deb-substvars.pod index c6fca29..3a0cc28 100644 --- a/man/deb-substvars.pod +++ b/man/deb-substvars.pod @@ -54,11 +54,14 @@ is rescanned to look for more substitutions. =head2 File Syntax Substitution variables can be specified in a file. -These files consist of lines of the form IB<=>I or -IBI. -The B<=> operator assigns a normal substitution variable, while the B -operator (since dpkg 1.21.8) assigns an optional substitution variable -which will emit no warnings even if unused. +These files consist of lines of the form IB<=>I, +IBI, or +IBI. +The B<=> operator assigns a normal substitution variable, +the B operator (since dpkg 1.21.8) assigns an optional substitution +variable which will emit no warnings even if unused, +and the B operator (since dpkg 1.22.7) assigns a required substitution +variable which will error out if unused. Trailing whitespace on each line, blank lines, and lines starting with a B<#> symbol (comments) are ignored. -- cgit v1.2.3