From: Kevin M. Rosenberg Date: Thu, 27 Jun 2002 03:57:51 +0000 (+0000) Subject: r2173: Committing for 3.5.6 X-Git-Tag: debian-4.5.3-3~198 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=cff1b7cd9d277f6235f22537d842844e6d7aabb2 r2173: Committing for 3.5.6 --- diff --git a/make-upstream.sh b/make-upstream.sh index 28b1f2c..d39aa59 100755 --- a/make-upstream.sh +++ b/make-upstream.sh @@ -40,18 +40,6 @@ PACKAGE_DIR=/usr/local/src/Packages/${DEBPKG} DISTDIR=${PKG}-${VERSION} DEBDIR=${DEBPKG}-${VERSION} -if [ -f ${PACKAGE_DIR}/${DEBPKG}_${VERSION}.orig.tar.gz ]; then - echo "File ${PACKAGE_DIR}/${DEBPKG}_${VERSION}.orig.tar.gz already exists." - echo -n "Are you sure that you want to create a new upstream archive? (y/N): " - read answer - case $answer in - [Yy]*) nop= ;; - *) echo "Not building" - exit 1 - ;; - esac -fi - if [ ! -z ${opt_commit} ]; then echo "Committing to CVS server" cvs commit -m "Committing for ${VERSION}" @@ -64,6 +52,18 @@ if [ ! -z ${opt_tag} ]; then cvs -q tag -F $UPSTREAM_TAG > /dev/null fi +if [ -f ${PACKAGE_DIR}/${DEBPKG}_${VERSION}.orig.tar.gz ]; then + echo "File ${PACKAGE_DIR}/${DEBPKG}_${VERSION}.orig.tar.gz already exists." + echo -n "Are you sure that you want to create a new upstream archive? (y/N): " + read answer + case $answer in + [Yy]*) nop= ;; + *) echo "Not building" + exit 1 + ;; + esac +fi + if [ ! -f docs/${PKG}.htb -o ! -f docs/html/${PKG}_contents.html -o ! -f docs/${PKG}.pdf ]; then echo "Making documentation"