File: rules

package info (click to toggle)
teseq 1.1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,624 kB
  • sloc: ansic: 3,509; sh: 1,607; perl: 335; makefile: 50
file content (12 lines) | stat: -rwxr-xr-x 313 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

#export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

# parallel build has issues with Makefile target dependency
%:
	dh $@ --no-parallel

execute_before_dh_auto_install:
	# Replace '/usr/bin/env perl' to '/usr/bin/perl' in the file `reseq'.
	sed -i 's/env perl/perl/' reseq