summaryrefslogtreecommitdiff
path: root/dh_testdir.1
blob: 569a580b7f5efc22e00efb5d52aa8f0eb6c9219e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.TH DH_INSTALLDOCS 1
.SH NAME
dh_testdir \- test directory before building debian package
.SH SYNOPSIS
.B dh_testdir
.I "[-v] [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
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.
.TP
.B file ...
Test for the existance of these files.
.SH ENVIRONMENT
.TP
.I DH_VERBOSE
Enables verbose mode
.SH "SEE ALSO"
.BR /usr/doc/debhelper/README
.SH BUGS
Files with spaces in their names will not be processed correctly.
.SH AUTHOR
Joey Hess <joeyh@master.debian.org>