#! /usr/bin/make -f # Made with the aid of debmake, by Christoph Lameter, # based on the sample debian/rules file for GNU hello by Ian Jackson. #export DH_VERBOSE=1 pkg=fortunes-bofh-excuses build: dh_testdir clean: dh_testdir dh_clean binary-arch: build # There are no architecture-dependent files to be uploaded # generated by this package. If there were any they would be # made here. binary-indep: build dh_testdir dh_testroot dh_installdirs strfile bofh-excuses debian/$(pkg)/usr/share/games/fortunes/bofh-excuses.dat install -m 0644 bofh-excuses debian/$(pkg)/usr/share/games/fortunes dh_link dh_installdocs README dh_installchangelogs dh_compress dh_fixperms dh_gencontrol dh_installdeb dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: binary binary-arch binary-indep clean checkroot