r2232: Auto commit for Debian build
[ctsim.git] / debian / make-debian.sh
index a13d83966eda666c9415c70cdc029abcd335e599..12e000defbdb2629cc088657f5e4601482a890a9 100755 (executable)
@@ -30,8 +30,10 @@ cd ${WORK_DIR}
 test -s CVS/Root && export CVSROOT=`cat CVS/Root`
 
 echo "Building Debian files"
+cvs com -m 'Autocommit for make-debian'
 cvs-buildpackage -rfakeroot -kkevin@rosenberg.net -H${WORK_DIR}/debian/cvsbp-prepare.sh -i -F $* -d ${DEBPKG} -uc -us -sa > ${BUILD_LOG} 2>&1
 
+echo "Checking package"
 test -s ${PACKAGE_DIR}/${DEBPKG}_${DEBVERSION}_*.changes && \
     (cd ${PACKAGE_DIR}; \ 
     lintian ${DEBPKG}_${DEBVERSION}_*.changes)