X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=make-dist.sh;h=6494c945273ab291a040566079be10d83e0b1de5;hb=3fdee3eb974bf302aa7d7fce542b70073b28d4a9;hp=8bb25929b4731fe060a3c969d0f39ccfe9f1a1c2;hpb=03dd581e52a320079420ed33fc06532000a8baed;p=uffi.git diff --git a/make-dist.sh b/make-dist.sh index 8bb2592..6494c94 100755 --- a/make-dist.sh +++ b/make-dist.sh @@ -1,5 +1,8 @@ #!/bin/sh +# Creates debian and system-independent archive files +# Programmer: Kevin Rosenberg based on script used by onShore Development + set -e VERSION=`cat VERSION` @@ -12,8 +15,8 @@ DEBDIR=${DEBPKG}-${VERSION} TAG=upstream_version_`echo $VERSION | tr . _` echo "(re)tagging with release tag '$TAG'" -#cvs -q rtag -d $TAG $PKG -#cvs -q tag -F $TAG +cvs -q rtag -d $TAG $PKG +cvs -q tag -F $TAG # build the tarball @@ -57,7 +60,7 @@ cd .. rm -rf ${DISTDIR} rm -rf ${DEBDIR} -lintian ${PKG}_${VERSION}-*.changes +lintian ${DEBPKG}_${VERSION}-*.changes cd ${TOPDIR} exit 0