X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=debian%2Fmake-debian.sh;h=12e000defbdb2629cc088657f5e4601482a890a9;hp=169c6deeb13f2590decd22156d64e5d8282cf246;hb=b1e035889527734813a8a16aa59e87203f73c82c;hpb=f4c5d3a20e78a3528181f6b2e2b090d86ff3ab15 diff --git a/debian/make-debian.sh b/debian/make-debian.sh index 169c6de..12e000d 100755 --- a/debian/make-debian.sh +++ b/debian/make-debian.sh @@ -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)