File: rules

package info (click to toggle)
libpandoc-elements-perl 0.38-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 732 kB
  • sloc: perl: 1,630; makefile: 15; sh: 1
file content (12 lines) | stat: -rwxr-xr-x 354 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@

execute_after_dh_install:
	find debian/*/usr/share/man/man3 -type f -empty -delete
	sed -i '1s|^#!/usr/bin/env perl|#!/usr/bin/perl|' debian/*/usr/bin/multifilter

execute_after_dh_installexamples:
	find debian/*/usr/share/doc/*/examples -type f -print0 | \
		xargs -r0 sed -i -e '1s|^#!/usr/bin/env perl|#!/usr/bin/perl|'