File: rules

package info (click to toggle)
po4a 0.74-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,312 kB
  • sloc: perl: 15,767; sh: 405; xml: 293; makefile: 25
file content (13 lines) | stat: -rwxr-xr-x 283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@

# Replace the shebang line in perl scripts to
# comply with Policy 10.4
override_dh_auto_install:
	dh_auto_install
	sed -i -e "1 s,^.*perl.*$$,#!/usr/bin/perl," $(CURDIR)/debian/po4a/usr/bin/*

override_dh_installchangelogs:
	dh_installchangelogs NEWS