]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_testdir.1
r186: Initial Import
[debhelper.git] / dh_testdir.1
index c3212301ef4d303797af39af5c20c18fc41f4e0b..43c7439a2a457d2dbc204f5403968eb8243c94b5 100644 (file)
@@ -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,19 +11,18 @@ exists, as well as any other files you specify. If not,
 it exits with an error.
 .SH OPTIONS
 .TP
-.B \-v
-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
-.SH BUGS
-Files with spaces in their names will not be processed correctly.
+.BR debhelper (1)
 .SH AUTHOR
 Joey Hess <joeyh@master.debian.org>