]> git.donarmstrong.com Git - debhelper.git/blob - dh_testdir.1
r275: No idea.
[debhelper.git] / dh_testdir.1
1 .TH DH_INSTALLDOCS 1
2 .SH NAME
3 dh_testdir \- test directory before building debian package
4 .SH SYNOPSIS
5 .B dh_testdir
6 .I "[-v] [file ...]"
7 .SH "DESCRIPTION"
8 dh_testdir tries to make sure that you are in the correct directory when
9 building a debian package. It makes sure that the file debian/control
10 exists, as well as any other files you specify. If not,
11 it exits with an error.
12 .SH OPTIONS
13 .TP
14 .B \-v
15 Verbose mode; show all commands that modify the package build directory.
16 This currently has no effect.
17 .TP
18 .B file ...
19 Test for the existance of these files.
20 .SH ENVIRONMENT
21 .TP
22 .I DH_VERBOSE
23 Enables verbose mode
24 .SH "SEE ALSO"
25 .BR /usr/doc/debhelper/README
26 .SH BUGS
27 Files with spaces in their names will not be processed correctly.
28 .SH AUTHOR
29 Joey Hess <joeyh@master.debian.org>