From 98fca917b3ad28fec408f3c205622fa1e073c1d3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 25 Jul 2013 17:18:40 +0200 Subject: [PATCH] be more verbose for debugging --- maven_post_build_debian_wrapper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven_post_build_debian_wrapper.sh b/maven_post_build_debian_wrapper.sh index ea00024..4cc1f94 100755 --- a/maven_post_build_debian_wrapper.sh +++ b/maven_post_build_debian_wrapper.sh @@ -53,9 +53,9 @@ function validateSettings fi SOURCE=$(dpkg-parsechangelog 2>/dev/null|grep ^Source:|cut -d " " -f2) # get the name of the source package - echo "Ahout to start to build the debian packages:" + echo "About to start to build the debian packages:" echo "============================================" - echo "$SOURCE $VERSION" + echo "$SOURCE $VERSION" "$DISTRIBUTION" echo "============================================" } -- 2.39.5