aboutsummaryrefslogtreecommitdiff
path: root/pdebuild-checkparams
diff options
context:
space:
mode:
authordancer <dancer>2006-05-14 18:32:32 +0000
committerdancer <dancer>2006-05-14 18:32:32 +0000
commit6dee61ea8597c198b3dfd642103022b034ce774a (patch)
treeb7bd573fcb906d2df0e0de808e8adea495d757de /pdebuild-checkparams
parentf058806c55f99eb803a99e91735fcd4d80a2979e (diff)
downloadpbuilder-6dee61ea8597c198b3dfd642103022b034ce774a.tar
pbuilder-6dee61ea8597c198b3dfd642103022b034ce774a.tar.gz
* fix pdebuild --help output (closes: #367133)
* pbuilderrc.5: undocument the restriction that --buildresult option needs to be specified for pdebuild, and BUILDRESULT cannot be used. I should probably warn that the directory should be absolute. * pdebuild.1: fix man a bit to make --buildresult option doc unambiguous.
Diffstat (limited to 'pdebuild-checkparams')
-rw-r--r--pdebuild-checkparams3
1 files changed, 1 insertions, 2 deletions
diff --git a/pdebuild-checkparams b/pdebuild-checkparams
index 6cd055f..0b60624 100644
--- a/pdebuild-checkparams
+++ b/pdebuild-checkparams
@@ -1,7 +1,7 @@
#! /bin/bash
# this is sourced from pbuilder packages to process the optional parameters.
# pbuilder -- personal Debian package builder
-# Copyright (C) 2005 Junichi Uekawa
+# Copyright (C) 2005-2006 Junichi Uekawa
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -110,4 +110,3 @@ fi
if [ -z "${CHROOTEXEC}" ]; then
CHROOTEXEC="chroot $BUILDPLACE "
fi
-