File: rules

package info (click to toggle)
barrnap 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 43,612 kB
  • sloc: perl: 279; sh: 91; makefile: 36
file content (18 lines) | stat: -rwxr-xr-x 358 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-

DH_VERBOSE=1
include /usr/share/dpkg/default.mk

%:
	dh $@

override_dh_auto_build:
	mkdir -p debian/man
	help2man --no-discard-stderr --no-info --name="Predict location of ribosomal RNA genes in genomes" bin/barrnap > debian/man/barrnap.1

override_dh_auto_clean:
	rm -rf debian/man

override_dh_auto_install:
	# pass