#!/bin/bash VERSION="$1" DEBIAN_PACKAGE_PATH="$2" echo "Version: ${VERSION}" >> $DEBIAN_PACKAGE_PATH/DEBIAN/control dpkg-deb --root-owner-group --build $DEBIAN_PACKAGE_PATH