From: Kevin M. Rosenberg Date: Tue, 16 Jul 2002 10:35:21 +0000 (+0000) Subject: r2224: Autocommit for make-debian X-Git-Tag: debian-4.5.3-3~181 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=b1e035889527734813a8a16aa59e87203f73c82c r2224: Autocommit for make-debian --- diff --git a/Makefile.am b/Makefile.am index a9d50ba..015a2b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,7 @@ SUBDIRS=man libctsupport libctsim html cgi-bin include $(EXTRA_DIRS1) $(EXTRA_D EXTRA_DIST=acsite.m4 make.bat msvc/ctsim.dsw msvc/ctsimtext/ctsimtext.dsp msvc/libctsim/libctsim.dsp msvc/ctsim/ctsim.dsp install-data-hook: - test -d $(datadir) || mkdir $(datadir) && chmod 0755 $(datadir) + test -d $(datadir) || mkdir -p $(datadir) && chmod 0755 $(datadir) install -g root -o root -m 0644 docs/ctsim.htb $(datadir) 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)