File: rules

package info (click to toggle)
fastp 0.19.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 548 kB
  • sloc: cpp: 7,388; makefile: 42; sh: 10
file content (18 lines) | stat: -rwxr-xr-x 367 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CXXFLAGS_MAINT_APPEND = -DDYNAMIC_ZLIB

%:
	dh $@

override_dh_auto_clean:

override_dh_auto_build:
	dh_auto_build
	help2man --no-discard-stderr --name="ultra-fast all-in-one FASTQ preprocessor" ./fastp > fastp.1

override_dh_auto_install:

override_dh_installman:
	dh_installman fastp.1