File: rules

package info (click to toggle)
mha4mysql-node 0.58-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 228 kB
  • sloc: perl: 2,648; makefile: 8
file content (14 lines) | stat: -rwxr-xr-x 403 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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

#override_dh_install:
#	sed -i '1s|^#!/usr/bin/env perl|#!/usr/bin/perl|' $(TMP)/usr/bin/latexrevise