aboutsummaryrefslogtreecommitdiff
path: root/pdebuild
diff options
context:
space:
mode:
Diffstat (limited to 'pdebuild')
-rw-r--r--pdebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/pdebuild b/pdebuild
index 0b1a1ec..7b91280 100644
--- a/pdebuild
+++ b/pdebuild
@@ -27,7 +27,7 @@ if test ! -d ./debian; then
fi;
export PBCURRENTCOMMANDLINEOPERATION="pdebuild"
-. /usr/lib/pbuilder/pbuilder-checkparams
+. /usr/lib/pbuilder/pdebuild-checkparams
PKG_SOURCENAME=$(dpkg-parsechangelog|sed -n 's/^Source: //p')
PKG_VERSION=$(dpkg-parsechangelog|sed -n 's/^Version: \(.*:\|\)//p')
@@ -54,5 +54,4 @@ if [ "${AUTO_DEBSIGN}" = "yes" ]; then
fi
DEBSIGN_PARAM[2]="${BUILDRESULT}/${PKG_SOURCENAME}_${PKG_VERSION}_${ARCHITECTURE}.changes"
debsign "${DEBSIGN_PARAM[@]}"
-
fi