File: rules

package info (click to toggle)
seqtk 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 212 kB
  • sloc: ansic: 2,021; makefile: 29; sh: 18
file content (16 lines) | stat: -rwxr-xr-x 368 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

# DH_VERBOSE := 1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

createmanpage:
	help2man --no-info --help-option=" " --no-discard-stderr \
         --name='sampling, trimming, fastq2fasta, subsequence, reverse complement' \
            --version-string="1.0" seqtk > seqtk.1

override_dh_auto_install:
	echo "Ignore broken Makefile"