Codebase list libbrowser-open-perl / 66e1035
Remove override for dh_auto_install The override is not needed anymore as the temporary files pod2htmd.tmp and pod2htmi.tmp are removed from the source upstream. Salvatore Bonaccorso 12 years ago
1 changed file(s) with 0 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
00 #!/usr/bin/make -f
1
2 PACKAGE = $(firstword $(shell dh_listpackages))
3 TMP = $(CURDIR)/debian/$(PACKAGE)
41
52 %:
63 dh $@
7
8 override_dh_auto_install:
9 dh_auto_install
10 rm $(TMP)/usr/share/perl5/Browser/pod2htmd.tmp
11 rm $(TMP)/usr/share/perl5/Browser/pod2htmi.tmp