r2224: Autocommit for make-debian
[ctsim.git] / debian / make-debian.sh
index 169c6deeb13f2590decd22156d64e5d8282cf246..12e000defbdb2629cc088657f5e4601482a890a9 100755 (executable)
@@ -33,6 +33,7 @@ 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)