File: rules

package info (click to toggle)
libexpect-perl 1.35-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 428 kB
  • sloc: perl: 1,766; makefile: 6
file content (9 lines) | stat: -rwxr-xr-x 222 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@

override_dh_installexamples:
	dh_installexamples
	sed -i -e'1 s,^#!/usr/local/bin/perl\b,#!/usr/bin/perl,' \
	    $$(find debian/libexpect-perl/usr/share/doc/libexpect-perl/examples -type f)