File: rules

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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_install:
	dh_install
	prename 's/\.pl//' $(CURDIR)/debian/libgo-perl/usr/bin/*
	prename 's/\.pl//' $(CURDIR)/debian/libgo-perl/usr/share/man/man1/*.pl*