File: rules

package info (click to toggle)
libterm-shell-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 244 kB
  • ctags: 113
  • sloc: perl: 1,192; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 272 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export LC_ALL=C

PACKAGE = $(shell dh_listpackages)
TMP     = $(CURDIR)/debian/$(PACKAGE)

%:
	dh $@

override_dh_installexamples:
	dh_installexamples
	sed -i -e '1s|#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/libterm-shell-perl/examples/old-test.pl