diff --git a/run-build.sh b/run-build.sh index 4f76658..507af3e 100755 --- a/run-build.sh +++ b/run-build.sh @@ -2,6 +2,8 @@ VERSION="$1" DEBIAN_PACKAGE_PATH="$2" +echo $VERSION $DEBIAN_PACKAGE_PATH + echo "Version: ${VERSION}" >> $DEBIAN_PACKAGE_PATH/DEBIAN/control dpkg-deb --root-owner-group --build $DEBIAN_PACKAGE_PATH \ No newline at end of file