From b68dd640f147d24fca3c95c21db61d8d71f41389 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 16 Jul 2002 10:05:24 +0000 Subject: [PATCH] r2220: Autocommitting for 3.5.7 --- debian/cvsbp-prepare.sh | 5 +++-- debian/make-debian.sh | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/cvsbp-prepare.sh b/debian/cvsbp-prepare.sh index 511dcaf..143c4d7 100755 --- a/debian/cvsbp-prepare.sh +++ b/debian/cvsbp-prepare.sh @@ -3,9 +3,10 @@ set -e # abort on error # Clean checked out CVS directory -rm -f debian/upload.sh debian/make-upstream.sh debian/make-debian.sh debian/cvsbp-prepare.sh +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 cvsbp-prepare.sh +rm -f debian/cvsbp-prepare.sh + diff --git a/debian/make-debian.sh b/debian/make-debian.sh index a3d6a72..a13d839 100755 --- a/debian/make-debian.sh +++ b/debian/make-debian.sh @@ -30,7 +30,7 @@ cd ${WORK_DIR} test -s CVS/Root && export CVSROOT=`cat CVS/Root` echo "Building Debian files" -cvs-buildpackage -rfakeroot -kkevin@rosenberg.net -H${WORK_DIR}/debian/cvsbp-prepare.sh -i"\.pdf|\.htb" -F $* -d ${DEBPKG} -uc -us -sa > ${BUILD_LOG} 2>&1 +cvs-buildpackage -rfakeroot -kkevin@rosenberg.net -H${WORK_DIR}/debian/cvsbp-prepare.sh -i -F $* -d ${DEBPKG} -uc -us -sa > ${BUILD_LOG} 2>&1 test -s ${PACKAGE_DIR}/${DEBPKG}_${DEBVERSION}_*.changes && \ (cd ${PACKAGE_DIR}; \ -- 2.34.1