aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-satisfydepends
diff options
context:
space:
mode:
authordancer <dancer>2005-08-17 00:46:53 +0000
committerdancer <dancer>2005-08-17 00:46:53 +0000
commit3b3aad5eb7c4af1509b0bfe1605a4f343f1098d6 (patch)
treea240add6df907af962da78ce19273c244c87d4a3 /pbuilder-satisfydepends
parent042b1c3edb12b4e472d6c20ff3f3d87167a4a2c6 (diff)
downloadpbuilder-3b3aad5eb7c4af1509b0bfe1605a4f343f1098d6.tar
pbuilder-3b3aad5eb7c4af1509b0bfe1605a4f343f1098d6.tar.gz
0.129
Diffstat (limited to 'pbuilder-satisfydepends')
-rw-r--r--pbuilder-satisfydepends8
1 files changed, 6 insertions, 2 deletions
diff --git a/pbuilder-satisfydepends b/pbuilder-satisfydepends
index b153d7c..5da4315 100644
--- a/pbuilder-satisfydepends
+++ b/pbuilder-satisfydepends
@@ -1,6 +1,6 @@
#!/bin/bash
# pbuilder -- personal Debian package builder
-# Copyright (C) 2001,2002 Junichi Uekawa
+# Copyright (C) 2001,2002,2003,2005 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
@@ -207,7 +207,7 @@ function print_help () {
# print out help message
cat <<EOF
pbuilder-satisfydepends -- satisfy dependencies
-Copyright 2002 Junichi Uekawa <daner@debian.org>
+Copyright 2002,2003,2005 Junichi Uekawa <daner@debian.org>
--help: give help
--control: specify control file (debian/control, *.dsc)
@@ -240,6 +240,10 @@ while [ -n "$1" ]; do
CHROOTEXEC="chroot $2 "
shift; shift
;;
+ --internal-chrootexec)
+ CHROOTEXEC="$2"
+ shift; shift
+ ;;
--binary-all)
BD_REGEXP='build-(depends|depends-indep)'
BC_REGEXP='build-(conflicts|conflicts-indep)'