Signed-off-by: Frantisek Hrbata <frantisek@hrbata.com>
make install DESTDIR=$(DEB_TOP_DIR)/build bindir="/usr/bin" mandir="/usr/share/man"
$(INSTALL) -d -m 755 $(DEB_TOP_DIR)/build/DEBIAN
$(INSTALL) -m 644 gimrr.control $(DEB_TOP_DIR)/build/DEBIAN/control
+ sed -i s'/%%VERSION%%/$(VERSION)/;s/%%RELEASE%%/$(RELEASE)/' $(DEB_TOP_DIR)/build/DEBIAN/control
dpkg-deb --build $(DEB_TOP_DIR)/build $(DEB_TOP_DIR)/gimrr_$(VERSION)-$(RELEASE)_all.deb
doc: man html