summaryrefslogtreecommitdiff
path: root/dh_testdir.1
diff options
context:
space:
mode:
authorunknown <unknown>2003-07-28 18:44:18 +0000
committerunknown <unknown>2003-07-28 18:44:18 +0000
commit40c62e88bcdb7960446390fcbc09ca892a73ca77 (patch)
treefde31e7b782381a31dc7add80814f915a4a9fcd4 /dh_testdir.1
parentd579dae0cf159c50dcd902ff4a35590f7dcff395 (diff)
parent63e45075003b1d9fcff097b5644a81131c346653 (diff)
downloaddebhelper-version_2.0.40.tar.gz
r751: This commit was manufactured by cvs2svn to create tagversion_2.0.40
'debian_version_2_0_40'.
Diffstat (limited to 'dh_testdir.1')
-rw-r--r--dh_testdir.128
1 files changed, 28 insertions, 0 deletions
diff --git a/dh_testdir.1 b/dh_testdir.1
new file mode 100644
index 00000000..43c7439a
--- /dev/null
+++ b/dh_testdir.1
@@ -0,0 +1,28 @@
+.TH DH_TESTDIR 1 "" "Debhelper Commands" "Debhelper Commands"
+.SH NAME
+dh_testdir \- test directory before building debian package
+.SH SYNOPSIS
+.B dh_testdir
+.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
+exists, as well as any other files you specify. If not,
+it exits with an error.
+.SH OPTIONS
+.TP
+.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
+See
+.BR debhelper (1)
+for a list of environment variables that affect all debhelper commands.
+.SH "SEE ALSO"
+.BR debhelper (1)
+.SH AUTHOR
+Joey Hess <joeyh@master.debian.org>