X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=debian%2Fcvsbp-prepare.sh;fp=debian%2Fcvsbp-prepare.sh;h=143c4d7236dba4912aadb9e2b324ee13f5e018a0;hp=0000000000000000000000000000000000000000;hb=5abb3194d9903b561f910139a534b23598ef3e17;hpb=4b49778f44b9149451ba36e5f1bd7830c74c8fee diff --git a/debian/cvsbp-prepare.sh b/debian/cvsbp-prepare.sh new file mode 100755 index 0000000..143c4d7 --- /dev/null +++ b/debian/cvsbp-prepare.sh @@ -0,0 +1,12 @@ +#!/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 do-autoconf +rm -f `find . -type f -name .cvsignore` +rm -rf images doc stamp-h.in build-stamp configure-stamp +rm -f debian/cvsbp-prepare.sh + +