summaryrefslogtreecommitdiff
path: root/dh_testdir.1
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 04:20:25 +0000
committerjoey <joey>1999-08-17 04:20:25 +0000
commitecff4e2941eefd33c368be7a0ee372406a6d0e94 (patch)
tree708fb3b1166f14d0c5a1ac89a024de71af289671 /dh_testdir.1
parent938b66ee19e113785e6655b1c3e73e9003e6464c (diff)
r3: Initial revision
Diffstat (limited to 'dh_testdir.1')
-rw-r--r--dh_testdir.129
1 files changed, 29 insertions, 0 deletions
diff --git a/dh_testdir.1 b/dh_testdir.1
new file mode 100644
index 00000000..569a580b
--- /dev/null
+++ b/dh_testdir.1
@@ -0,0 +1,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>