summaryrefslogtreecommitdiff
path: root/debhelper.pod
diff options
context:
space:
mode:
authorjoey <joey>2003-04-06 18:33:01 +0000
committerjoey <joey>2003-04-06 18:33:01 +0000
commitdfc48628ab06f010bb18454d5d8e8701b1bcf58a (patch)
tree3c33ca1a30d1776d37e2dca103c62ba23d81d8b4 /debhelper.pod
parentad0b88983934d9daa702a7416cfab8cf768a54d1 (diff)
r582: * Fix build with 077 umask. Closes: #187757
* Allow colons between multiple items in DH_ALWAYS_EXCLUDE.
Diffstat (limited to 'debhelper.pod')
-rw-r--r--debhelper.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/debhelper.pod b/debhelper.pod
index e1a589c7..56eb531a 100644
--- a/debhelper.pod
+++ b/debhelper.pod
@@ -376,6 +376,9 @@ tarball that (unwisely) includes CVS directories, you might want to export
DH_ALWAYS_EXCLUDE=CVS in debian/rules, to make it take effect wherever
your package is built.
+Multiple things to exclude can be separated with colons, as in
+DH_ALWAYS_EXCLUDE=CVS:.svn
+
=back
=head1 SEE ALSO