summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 6c93afc2e1a787bd987e81ef491d590e4644826a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f


include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk

DEB_MAKE_BUILD_TARGET = dummy
DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEB_DESTDIR)

clean::
	rm -f debian/rapid-tunneling-server.sshd_support.init

build/rapid-tunneling-server::
	cp sshd_support_debian debian/rapid-tunneling-server.sshd_support.init

install/rapid-tunneling-server::
	dh_installinit -p rapid-tunneling-server --name=sshd_support