summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRaphael Hertzog <hertzog@debian.org>2009-04-17 22:24:19 +0200
committerRaphael Hertzog <hertzog@debian.org>2009-04-17 22:24:19 +0200
commit64439508ccaf2c9a98fa11b7cce4df4d314cc334 (patch)
treecea6e336bfd203411a4b0bc0c69827fdd5ce10fb /man
parentfee30cd37c83bd85465edba36546a3661d273d7d (diff)
downloaddpkg-64439508ccaf2c9a98fa11b7cce4df4d314cc334.tar.gz
dpkg-source: accept dashes in component name of additional tarballs
The regular expression used to identify additional tarballs (used in formats "2.0" and "3.0 (quilt)") was too strict and refused dashes. This commit fixes that and documents the set of allowed characters in the dpkg-source manual page.
Diffstat (limited to 'man')
-rw-r--r--man/dpkg-source.11
1 files changed, 1 insertions, 0 deletions
diff --git a/man/dpkg-source.1 b/man/dpkg-source.1
index 60fffffea..0cbf798cb 100644
--- a/man/dpkg-source.1
+++ b/man/dpkg-source.1
@@ -354,6 +354,7 @@ an original tarball (\fB.orig.tar.\fP\fIext\fP where \fIext\fP can be
\fBgz\fP, \fBbz2\fP and \fBlzma\fP) and a debian tarball
(\fB.debian.tar.\fP\fIext\fP). It can also contain additional original
tarballs (\fB.orig-\fP\fIcomponent\fP\fB.tar.\fP\fIext\fP).
+\fIcomponent\fP can only contain alphanumeric characters and dashes ("-").
.PP
.B Extracting
.PP