File: rules

package info (click to toggle)
mha4mysql-node 0.58-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 240 kB
  • sloc: perl: 2,648; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 382 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	mv inc inc-notuse
	dh_auto_build
	mv inc-notuse inc

execute_after_dh_install:
	find debian/mha4mysql-node/usr/bin -type f -print0 | xargs -r0 sed -i -e '1s|^#!/usr/bin/env perl|#!/usr/bin/perl|'
	find debian/mha4mysql-node/usr/share -type f -name *.pm -print0 | xargs -r0 sed -i -e '1s|^#!/usr/bin/env perl|#!/usr/bin/perl|'