File: rules

package info (click to toggle)
ssh-tools 1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 136 kB
  • sloc: sh: 792; makefile: 8
file content (11 lines) | stat: -rwxr-xr-x 816 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	help2man -n "check if host is reachable using ssh_config"           -S SSH-TOOLS -N --version-string " " -o $(CURDIR)/ssh-ping.1	$(CURDIR)/ssh-ping
	help2man -n "shows version of the SSH server you are connecting to" -S SSH-TOOLS -N --version-string " " -o $(CURDIR)/ssh-version.1	$(CURDIR)/ssh-version
	help2man -n "diff a file over SSH"                                  -S SSH-TOOLS -N --version-string " " -o $(CURDIR)/ssh-diff.1	$(CURDIR)/ssh-diff
	help2man -n "get some facts about the remote system"                -S SSH-TOOLS -N --version-string " " -o $(CURDIR)/ssh-facts.1	$(CURDIR)/ssh-facts
	help2man -n "prints server host keys in several formats"            -S SSH-TOOLS -N --version-string " " -o $(CURDIR)/ssh-hostkeys.1	$(CURDIR)/ssh-hostkeys