File: rules

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

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

include /usr/share/dpkg/default.mk

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_install:
	help2man --name="Align sequences in MFAFILE(s) and print result to standard output" \
	         --no-discard-stderr \
	         --version-string=$(DEB_VERSION_UPSTREAM) \
	         --help-option=" " \
	         --no-info \
                 $(CURDIR)/probalign > $(CURDIR)/debian/$(DEB_SOURCE)/usr/share/man/man1/probalign.1