X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=make-dist.sh;h=d88be3c19332e513e1170732438ac6add66e82c2;hb=a38db71484c93a961ad0a4a481d38dd36a387a08;hp=f50a3a8ec728229633fcd81be0614f6992be010e;hpb=c41fa5197a161588a5a8ac1fe3fb8dda97464ffe;p=uffi.git diff --git a/make-dist.sh b/make-dist.sh index f50a3a8..d88be3c 100755 --- a/make-dist.sh +++ b/make-dist.sh @@ -16,13 +16,13 @@ DEBDIR=${DEBPKG}-${VERSION} DEB_TAG=debian_version_`echo ${DEBVERSION} | tr . _` UPSTREAM_TAG=upstream_version_`echo ${VERSION} | tr . _` -echo "(Re)tagging with debian tag '${DEB_TAG}'" +echo "(Re-)tagging with Debian tag '${DEB_TAG}'" cvs -q rtag -d ${DEB_TAG} ${PKG} > /dev/null cvs -q tag -F ${DEB_TAG} > /dev/null # Retag with upstream tag if release not 0 or 1 if [ "`echo ${DEBVERSION} | egrep '\-0$\-1$]'`" != "" ]; then - echo "(Re)tagging with upstream tag '${UPSTREAM_TAG}'" + echo "(Re-)tagging with Upstream tag '${UPSTREAM_TAG}'" cvs -q rtag -d $UPSTREAM_TAG $PKG > /dev/null cvs -q tag -F $UPSTREAM_TAG > /dev/null fi @@ -38,7 +38,7 @@ find ${DISTDIR} -type f -name .cvsignore -exec rm -f {} \; rm -rf `find ${DISTDIR} -type d -name CVS` rm -f `find ${DISTDIR} -type f -name '*~' -or -name '#*' -or -name '#*#'` rm -f `find ${DISTDIR}/doc -type f -name \*.tex -or -name \*.aux -or \ - -name \*.log -or -name \*.out -or -name \*.dvi -or -name bp` + -name \*.log -or -name \*.out -or -name \*.dvi -or -name copy` echo "Creating upstream archives" rm -rf ${DISTDIR}/debian