X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=make-dist.sh;h=ece2de04ee063c37acf37ec5cb7a415b43ff1ef1;hb=310f1a2f381b4dba9a1eb8db2b8d51eb4db08a58;hp=a7d3c5dfa81488dad855cbb12cdca418cbdfa2fd;hpb=44d784363ec55380317b8b2cbb2b0f763a4e2cd3;p=ctsim.git diff --git a/make-dist.sh b/make-dist.sh index a7d3c5d..ece2de0 100755 --- a/make-dist.sh +++ b/make-dist.sh @@ -15,9 +15,9 @@ DISTDIR=${PKG}-${VERSION} 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 +#echo "(re)tagging with release tag '$TAG'" +#cvs -q rtag -d $TAG $PKG +#cvs -q tag -F $TAG # build the tarball @@ -30,9 +30,9 @@ cp -a ${TOPDIR} ${DISTDIR} # Remove junk from distribution dir find ${DISTDIR} -type f -name .cvsignore -exec rm {} \; find ${DISTDIR} -type d -name CVS | xargs rm -r +find ${DISTDIR} -type f -name *~ -or -name ".#*" -or -name "#*#" |xargs rm -f find ${DISTDIR}/doc -type f -and -name *.tex -or -name *.aux -or \ - -name *.log -or -name *.out -or -name *.dvi -or \ - -name *~ -or -name ".#*" -or -name "#*#" |xargs rm -f + -name *.log -or -name *.out -or -name *.dvi | xargs rm -f # Create original distribution archives rm -rf ${DISTDIR}/debian @@ -67,7 +67,7 @@ rm -r ${DEBDIR} lintian ${DEBPKG}_${VERSION}-*.changes -mkdir -p /usr/local/share/Packages/${DEBPKG} -mv ${DEBPKG}_${VERSION}* /usr/local/share/Packages/${DEBPKG} +mkdir -p /usr/local/src/Packages/${DEBPKG} +mv ${DEBPKG}_${VERSION}* /usr/local/src/Packages/${DEBPKG} cd ${TOPDIR} exit 0