summaryrefslogtreecommitdiffstats
path: root/man/deb-substvars.pod
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-07 13:30:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-07 13:30:09 +0000
commit3c05da1bdef2a6e2142b4fcac974e7e3fc0db93c (patch)
tree9532e637f47d6ff7246ccbabb62d4e2b4b5908df /man/deb-substvars.pod
parentAdding debian version 1.22.6. (diff)
downloaddpkg-3c05da1bdef2a6e2142b4fcac974e7e3fc0db93c.tar.xz
dpkg-3c05da1bdef2a6e2142b4fcac974e7e3fc0db93c.zip
Merging upstream version 1.22.7.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--man/deb-substvars.pod13
1 files changed, 8 insertions, 5 deletions
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 I<name>B<=>I<value> or
-I<name>B<?=>I<value>.
-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 I<name>B<=>I<value>,
+I<name>B<?=>I<value>, or
+I<name>B<!=>I<value>.
+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.