X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=debian%2Fmake-upstream.sh;h=91c1b257f0e918e2d0d844ee78e0b5482d1c25c5;hb=2d9b78f4f4859a48bbb0659c779382d67daca8b1;hp=d34ccb796efd74d0a83818306b45276c0ab23478;hpb=058b5c71b81113e05afcb812a5ec4ab9a0d82423;p=uffi.git diff --git a/debian/make-upstream.sh b/debian/make-upstream.sh index d34ccb7..91c1b25 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."