Merge changes from Debian Med packaging of 5.2.0-4
[ctsim.git] / debian / cvsbp-prepare.sh
diff --git a/debian/cvsbp-prepare.sh b/debian/cvsbp-prepare.sh
deleted file mode 100755 (executable)
index 143c4d7..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/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
-
-