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