summaryrefslogtreecommitdiff
path: root/dh_testdir.1
diff options
context:
space:
mode:
authorunknown <unknown>2003-07-28 18:43:17 +0000
committerunknown <unknown>2003-07-28 18:43:17 +0000
commite5474c83813a7795bb9ee043f65fcf57167039f7 (patch)
tree47c37051ccc443d59968a2acd5d86a53b3c4a6b0 /dh_testdir.1
parentd579dae0cf159c50dcd902ff4a35590f7dcff395 (diff)
parent63e45075003b1d9fcff097b5644a81131c346653 (diff)
downloaddebhelper-version_2.0.22.tar.gz
r621: This commit was manufactured by cvs2svn to create tag 'rel-2-0-22'.version_2.0.22
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>