File debian.rules of Package diary-nightly
#!/usr/bin/make -f
# See debhelper(7)
# output every command that modifies files on the build system.
DH_VERBOSE = 1
PACKAGE = diary-nightly
PKGDIR = ${CURDIR}/debian/${PACKAGE}
_PREFIX = /usr
%:
dh $@
override_dh_auto_install:
mkdir -p "${PKGDIR}${_PREFIX}/bin"
dh_auto_install --destdir="${PKGDIR}" -- PREFIX="${_PREFIX}"
chmod 0755 "${PKGDIR}${_PREFIX}/bin/diary"