]> git.donarmstrong.com Git - debhelper.git/blob - dh_testdir.1
r348: * Fixes for perl 5.6.
[debhelper.git] / dh_testdir.1
1 .TH DH_TESTDIR 1 "" "Debhelper Commands" "Debhelper Commands"
2 .SH NAME
3 dh_testdir \- test directory before building debian package
4 .SH SYNOPSIS
5 .B dh_testdir
6 .I "[debhelper options] [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 [debhelper options]
15 See
16 .BR debhelper (1)
17 for a list of options common to all debhelper commands.
18 .TP
19 .B file ...
20 Test for the existence of these files.
21 .SH ENVIRONMENT
22 See
23 .BR debhelper (1)
24 for a list of environment variables that affect all debhelper commands.
25 .SH "SEE ALSO"
26 .BR debhelper (1)
27 .SH AUTHOR
28 Joey Hess <joeyh@debian.org>