File: rules

package info (click to toggle)
mha4mysql-manager 0.58-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,108 kB
  • sloc: perl: 10,103; sh: 2,012; makefile: 8; sql: 4
file content (11 lines) | stat: -rwxr-xr-x 301 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	find bin -type f -print0 | xargs -r0 sed -i -e '1s|^#!/usr/bin/env perl|#!/usr/bin/perl|'
	find lib -type f -name *.pm -print0 | xargs -r0 sed -i -e '1s|^#!/usr/bin/env perl|#!/usr/bin/perl|'
	mv inc inc-notuse
	dh_auto_build
	mv inc-notuse inc