X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=cvsbp-prepare.sh;fp=cvsbp-prepare.sh;h=ddf4c292965aabc9e968c6a36ec836c4210deef4;hb=b0f9b865e7581f8c1691fe37fecc2c4673359222;hp=0000000000000000000000000000000000000000;hpb=bdd8c1a8287aec0c4538ad565e6f9e70c8f5ba2e;p=clsql.git diff --git a/cvsbp-prepare.sh b/cvsbp-prepare.sh new file mode 100755 index 0000000..ddf4c29 --- /dev/null +++ b/cvsbp-prepare.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +set -e # abort on error + +# Clean checked out CVS directory +rm -f debian/upload.sh debian/make-upstream.sh debian/make-debian.sh +rm -f `find . -type f -name .cvsignore` +rm -f stamp-h.in build-stamp configure-stamp +rm -f debian/cvsbp-prepare.sh