File: rules

package info (click to toggle)
soapdenovo2 242%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,300 kB
  • sloc: ansic: 43,641; cpp: 6,528; makefile: 208; perl: 78; sh: 46
file content (29 lines) | stat: -rwxr-xr-x 762 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

include /usr/share/dpkg/pkg-info.mk
export BDATE=$(shell TZ=UTC LC_ALL=C date --date="@$(SOURCE_DATE_EPOCH)" +'%b %d %Y')
export BTIME=$(shell TZ=UTC LC_ALL=C date --date="@$(SOURCE_DATE_EPOCH)" +'%T')

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@ --no-parallel

#override_dh_auto_build:
#	cd standardPregraph && make 63mer=1
#	cd standardPregraph && make 127mer=1
#	cd sparsePregraph && make
#	dh_auto_build

override_dh_install:
	dh_install
	cd debian/soapdenovo2/usr/bin/;rename 's/SOAPdenovo/soapdenovo2/' SOAP*

override_dh_clean:
	cd standardPregraph && make 63mer=1 clean && make 127mer=1 clean
	cd sparsePregraph && make clean
	dh_clean