#!/usr/bin/make -f #export DH_VERBOSE=1 clean: dh_testdir dh_testroot dh_clean install: build dh_testdir dh_testroot dh_clean -k dh_installdirs # Add here commands to install the package into debian/ttf-fossfonts. install -m 0644 fonts/* debian/ttf-fossfonts/usr/share/fonts/truetype/ttf-fossfonts/ binary-indep: install dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_installexamples dh_compress dh_fixperms dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary-arch: build install binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure