aboutsummaryrefslogtreecommitdiff
path: root/pdebuild
diff options
context:
space:
mode:
Diffstat (limited to 'pdebuild')
-rw-r--r--pdebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdebuild b/pdebuild
index af7b365..c589de2 100644
--- a/pdebuild
+++ b/pdebuild
@@ -74,7 +74,7 @@ if [ "${USE_PDEBUILD_INTERNAL}" = 'yes' ]; then
fi
else
if ! dpkg-checkbuilddeps -B ; then
- log "W: Unmet build-dependency in source"
+ log.w "Unmet build-dependency in source"
fi
echo "dpkg-buildpackage -S -d -us -uc -r${BUILDSOURCEROOTCMD} $DEBBUILDOPTS" | \
perl -pe 's/(^|\s)['\'']?-[AbBFgG]['\'']?(\s|$)/$1$2/g' | \