#!/usr/bin/make -f # rules for debuild # needed for lintian build: dh_testdir binary-indep: [ ! -f Makefile ] || $(MAKE) clean dh_clean dh_testdir dh_testroot dh_clean -k dh_installdirs $(MAKE) DESTDIR=$(CURDIR)/debian/iserv-mod-error-reporter install # we rather install the documentation via dh_installdocs rm -rf $(CURDIR)/debian/iserv-mod-error-reporter/usr/share/doc/iserv-mod-error-reporter dh_testdir dh_testroot dh_installchangelogs dh_installdocs doc/changelog.old.html doc/TODO doc/source/ dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb # needed for lintian binary-arch: binary: binary-indep clean: dh_testdir dh_testroot [ ! -f Makefile ] || $(MAKE) clean dh_clean .PHONY: build clean binary-indep binary install