summaryrefslogtreecommitdiff
path: root/debhelper.pod
diff options
context:
space:
mode:
authorjoey <joey>2002-05-24 02:55:33 +0000
committerjoey <joey>2002-05-24 02:55:33 +0000
commit9dc5e9ccba3756ad14d7c2941c3130243bbc4406 (patch)
treed2ba7c3d16823a8024a3d40b6364224587ba92fd /debhelper.pod
parente5fd7eb1e142ccf2b2dcea5993168102219c5b9d (diff)
r527: * dh_install: glob relative to --sourcedir. Closes: #147908
* Documented what globbing is allowed.
Diffstat (limited to 'debhelper.pod')
-rw-r--r--debhelper.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/debhelper.pod b/debhelper.pod
index 67cfbe73..08c51153 100644
--- a/debhelper.pod
+++ b/debhelper.pod
@@ -64,7 +64,7 @@ then they will be used in preference to other, more general files.
In many cases, these config files are used to specify various types of
files. Documentation or example files to install, files to move, and so on.
When appropriate, in cases like these, you can use standard shell wildcard
-characters ('?' and '*') in the files.
+characters ('?' and '*' and '[..]' character classes) in the files.
=head1 SHARED DEBHELPER OPTIONS