#!/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"
