#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_build:
	pod2man --section 1 bar.pod > bar.1
	gzip -n --best bar.1
	cp bar Bar.pm
	cp bar bar.png
	cp bar perllocal.pod
	touch .packlist

override_dh_auto_install:
	dh_install bar.1.gz usr/X11R6/man/man1/

override_dh_usrlocal override_dh_gconf:
	# skip
