X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fmake-upstream.sh;h=06f909da142da702c829a0128e067b73fd85c408;hb=bdd8c1a8287aec0c4538ad565e6f9e70c8f5ba2e;hp=b838c2e89b1be3729ea47e37833c954d705b7517;hpb=3a7fe44546a552323f37c5928091d549a41f73bf;p=clsql.git diff --git a/debian/make-upstream.sh b/debian/make-upstream.sh index b838c2e..06f909d 100755 --- a/debian/make-upstream.sh +++ b/debian/make-upstream.sh @@ -20,7 +20,9 @@ if [ -z "${VERSION}" ]; then exit 1 fi +pushd ${WORK_DIR} > /dev/null cvs commit -m 'Auto commit for Debian build' +popd > /dev/null if [ -f ${PACKAGE_DIR}/${DEBPKG}_${VERSION}.orig.tar.gz ]; then echo "File ${PACKAGE_DIR}/${DEBPKG}_${VERSION}.orig.tar.gz already exists."