File: rules

package info (click to toggle)
libperlanet-perl 2.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 440 kB
  • sloc: xml: 1,177; perl: 717; sh: 6; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 188 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

# fix hashbang
execute_after_dh_auto_install:
	find debian/lib*/usr/bin -type f -print0 | \
		xargs -r0 sed -i -e '1s|^#!/usr/bin/env perl|#!/usr/bin/perl|'

%:
	dh $@