diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-10-28 15:41:56 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-10-28 15:46:35 +0000 |
commit | ce75647a9a9ef614c5ea2f45b198f8e79f2063e4 (patch) | |
tree | 9db4fe0076feb5d45ed6591d43381210431b2b1c | |
parent | 51959a7c391d314cd8d1e47b5566b9ceb229af3d (diff) | |
download | pbuilder-ce75647a9a9ef614c5ea2f45b198f8e79f2063e4.tar pbuilder-ce75647a9a9ef614c5ea2f45b198f8e79f2063e4.tar.gz |
no need to load runhooks anymore now that it's all handled in -modules
Gbp-Dch: ignore
-rwxr-xr-x | pbuilder | 3 | ||||
-rwxr-xr-x | pbuilder-buildpackage | 1 | ||||
-rwxr-xr-x | pbuilder-createbuildenv | 1 | ||||
-rwxr-xr-x | pbuilder-updatebuildenv | 1 |
4 files changed, 0 insertions, 6 deletions
@@ -53,7 +53,6 @@ case "$1" in --login|login) shift . /usr/lib/pbuilder/pbuilder-checkparams - . /usr/lib/pbuilder/pbuilder-runhooks extractbuildplace trap umountproc_cleanbuildplace_trap exit sighup copyinputfile "${BUILDPLACE}$BUILDDIR" @@ -99,7 +98,6 @@ File extracted to: $BUILDPLACE # try to execute arbitrary program. shift . /usr/lib/pbuilder/pbuilder-checkparams - . /usr/lib/pbuilder/pbuilder-runhooks EXECPROGRAM="$1" shift if [ ! -f "${EXECPROGRAM}" ]; then @@ -146,7 +144,6 @@ File extracted to: $BUILDPLACE --dumpconfig|dumpconfig) shift . /usr/lib/pbuilder/pbuilder-checkparams - . /usr/lib/pbuilder/pbuilder-runhooks extractbuildplace trap umountproc_cleanbuildplace_trap exit sighup executehooks "F" diff --git a/pbuilder-buildpackage b/pbuilder-buildpackage index dd99ccc..daeb077 100755 --- a/pbuilder-buildpackage +++ b/pbuilder-buildpackage @@ -22,7 +22,6 @@ export LC_ALL=C set -e . /usr/lib/pbuilder/pbuilder-checkparams -. /usr/lib/pbuilder/pbuilder-runhooks . /usr/lib/pbuilder/pbuilder-buildpackage-funcs PACKAGENAME="$1" diff --git a/pbuilder-createbuildenv b/pbuilder-createbuildenv index 15be713..81c3a81 100755 --- a/pbuilder-createbuildenv +++ b/pbuilder-createbuildenv @@ -21,7 +21,6 @@ set -e . /usr/lib/pbuilder/pbuilder-checkparams -. /usr/lib/pbuilder/pbuilder-runhooks if [ -z "$DISTRIBUTION" ]; then DISTRIBUTION=sid diff --git a/pbuilder-updatebuildenv b/pbuilder-updatebuildenv index f745cf4..3e1a680 100755 --- a/pbuilder-updatebuildenv +++ b/pbuilder-updatebuildenv @@ -19,7 +19,6 @@ set -e . /usr/lib/pbuilder/pbuilder-checkparams -. /usr/lib/pbuilder/pbuilder-runhooks if [ -n "$DISTRIBUTION" ] && [ "$OVERRIDE_APTLINES" = "yes" ]; then log "I: Upgrading for distribution $DISTRIBUTION" |