File: rules

package info (click to toggle)
seqtk 1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: ansic: 2,357; makefile: 31; sh: 18
file content (19 lines) | stat: -rwxr-xr-x 430 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
#!/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"

override_dh_auto_build:
	dh_auto_build -- CFLAGS="$(CFLAGS)"