#!/usr/bin/make -f # -*- makefile -*- # $HeadURL$ $LastChangedRevision$ #export DH_VERBOSE=1 PACKAGE=rdw SHELL=/bin/bash #ADETEST_FLAGS=-vk get-orig-source: uscan --noconf --force-download --rename --repack --download-current-version --destdir=. %: dh $@ override_dh_auto_build: env -i $(MAKE) -s cp doc/examples/rdw.init $(CURDIR)/debian/ cp doc/examples/rdw.default $(CURDIR)/debian/ override_dh_auto_install: mkdir -p $(CURDIR)/debian/$(PACKAGE)/usr/bin cp bin/{rdw,te,te-cron,te-sqlite} $(CURDIR)/debian/$(PACKAGE)/usr/bin chmod 755 $(CURDIR)/debian/$(PACKAGE)/usr/bin/* mkdir -p $(CURDIR)/debian/$(PACKAGE)/usr/include cp include/* $(CURDIR)/debian/$(PACKAGE)/usr/include