File: rules

package info (click to toggle)
libmoops-perl 0.036-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 552 kB
  • sloc: perl: 1,312; makefile: 6; sh: 6
file content (10 lines) | stat: -rwxr-xr-x 210 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@

# fix interpreter path
override_dh_installexamples:
	dh_installexamples
	perl -i -pe 's,^#!\s*\K(?:/usr/bin/env\s+)?perl,/usr/bin/perl,' \
		debian/*/usr/share/doc/*/examples/*/*