X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=make-upstream.sh;h=adb660cf9387bbc19c6a5ce00a56080f3d98dd72;hb=c57456a61454df74d1724d13010322ca606d070a;hp=6a3ba2f63257847175b1d9c04e098d86c4b8b463;hpb=ffa431d2f677263c3bd256da23090248d82b186a;p=uffi.git diff --git a/make-upstream.sh b/make-upstream.sh index 6a3ba2f..adb660c 100755 --- a/make-upstream.sh +++ b/make-upstream.sh @@ -44,6 +44,10 @@ PACKAGE_DIR=/usr/local/src/Packages/${DEBPKG} DISTDIR=${PKG}-${VERSION} DEBDIR=${DEBPKG}-${VERSION} +if [ ! -z ${opt_commit} ]; then + cvs commit -m 'Debian build' +fi + if [ ! -z ${opt_tag} ]; then UPSTREAM_TAG=upstream_version_`echo ${VERSION} | tr . _` echo "(Re-)tagging with Upstream tag '${UPSTREAM_TAG}'"