Add the version of the built deb to be configured by a file
diff --git a/tools/distpackages/build_deb_packages.sh b/tools/distpackages/build_deb_packages.sh
index 3976529..7dff8e3 100755
--- a/tools/distpackages/build_deb_packages.sh
+++ b/tools/distpackages/build_deb_packages.sh
@@ -35,7 +35,7 @@
 
 # Update version from default values if the file /version.txt exists
 #
-# - when present, /version.txt will by the docker build
+# - when present, /version.txt will added by the docker build.
 pkg_version='0.5.0'
 if [ -f /version.txt ]; then
   pkg_version=$(cat /version.txt)