X-Git-Url: https://git.rohieb.name/iserv-mod-error-reporter.git/blobdiff_plain/00f745bf3765e88988b8ea1f6fe91119a6be1a3a..d407054d9d08b1cc259f67821d0a59d8bdfd5e13:/debian/rules diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 55b5eb3..0000000 --- a/debian/rules +++ /dev/null @@ -1,41 +0,0 @@ -#!/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 -