File: rules

package info (click to toggle)
webtunnel 0.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 164 kB
  • sloc: sh: 65; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 330 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@ --builddirectory=_build --buildsystem=golang

override_dh_auto_install:
	dh_auto_install -- --no-source

execute_after_dh_auto_install:
	mv debian/webtunnel/usr/bin/server \
		debian/webtunnel/usr/bin/webtunnel-server
	mv debian/webtunnel/usr/bin/client \
		debian/webtunnel/usr/bin/webtunnel-client