summaryrefslogtreecommitdiff
path: root/dh_testdir.1
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 04:56:24 +0000
committerjoey <joey>1999-08-17 04:56:24 +0000
commite348bcc96f206a25afc2ad1d4f004c74b7f8ab37 (patch)
tree6e7a8eb3621fc7b4ba2727b187e4a6a7b9c321cd /dh_testdir.1
parentaec37078c45ab2dc23bfb7bb9bde2c5d130d663f (diff)
downloaddebhelper-e348bcc96f206a25afc2ad1d4f004c74b7f8ab37.tar.gz
r104: Initial Import
Diffstat (limited to 'dh_testdir.1')
-rw-r--r--dh_testdir.119
1 files changed, 10 insertions, 9 deletions
diff --git a/dh_testdir.1 b/dh_testdir.1
index 17561acc..309a7d94 100644
--- a/dh_testdir.1
+++ b/dh_testdir.1
@@ -1,9 +1,9 @@
-.TH DH_TESTDIR 1
+.TH DH_TESTDIR 1 "" "Debhelper Commands" "Debhelper Commands"
.SH NAME
dh_testdir \- test directory before building debian package
.SH SYNOPSIS
.B dh_testdir
-.I "[-v] [file ...]"
+.I "[debhelper options] [file ...]"
.SH "DESCRIPTION"
dh_testdir tries to make sure that you are in the correct directory when
building a debian package. It makes sure that the file debian/control
@@ -11,18 +11,19 @@ exists, as well as any other files you specify. If not,
it exits with an error.
.SH OPTIONS
.TP
-.B \-v, \--verbose
-Verbose mode; show all commands that modify the package build directory.
-This currently has no effect.
+.B [debhelper options]
+See
+.BR debhelper (1)
+for a list of options common to all debhelper commands.
.TP
.B file ...
Test for the existence of these files.
.SH ENVIRONMENT
-.TP
-.I DH_VERBOSE
-Enables verbose mode
+See
+.BR debhelper (1)
+for a list of environment variables that affect all debhelper commands.
.SH "SEE ALSO"
-.BR /usr/doc/debhelper/README
+.BR debhelper (1)
.SH BUGS
Files with spaces in their names will not be processed correctly.
.SH AUTHOR