X-Git-Url: https://git.distorted.org.uk/~mdw/mdwfonts/blobdiff_plain/c904e4a14151f295410cf8a6118915b4a2bfa789..1a257dc327bc6ad66caa10dbbf82c78734b5f9cf:/debian/rules diff --git a/debian/rules b/debian/rules index c2baf91..85dd0b7 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,10 @@ #! /usr/bin/make -f -%:; dh $@ --with tex +%:; dh $@ --parallel --with tex + +override_dh_auto_install: + dh_auto_install -- texmfdir=/usr/share/texmf override_dh_clean: dh_clean rm -f *.dvi *.ps *.pdf *.etx *.sty *.fd *.map *.pl *.vpl *.tfm *.vf - -override_dh_auto_install: - make install DESTDIR=debian/tmp - dh_install -a