File debian.rules of Package diary
#!/usr/bin/make -f # See debhelper(7) # output every command that modifies files on the build system. DH_VERBOSE = 1 PACKAGE = diary 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/${PACKAGE}"