File: rules

package info (click to toggle)
sickle 1.33%2Bgit20150314.f3d6ae3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,864 kB
  • sloc: ansic: 1,034; xml: 188; makefile: 44; sh: 21
file content (20 lines) | stat: -rwxr-xr-x 447 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

# export DH_VERBOSE=1

override_dh_clean:
	dh_clean
	rm -f README.help2man sickle.1

override_dh_auto_build:
	dh_auto_build
	echo '[DESCRIPTION]' > README.help2man
	grep -A200 '^## Usage' README.md >> README.help2man
	help2man --no-discard-stderr -i README.help2man \
	     -n "windowed adaptive trimming tool for FASTQ files using quality" \
	     ./sickle > sickle.1