File: rules

package info (click to toggle)
tinc 1.0.35-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,280 kB
  • sloc: ansic: 13,151; sh: 4,378; makefile: 130
file content (16 lines) | stat: -rwxr-xr-x 334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh $@

override_dh_clean:
	dh_clean
	rm -f doc/tinc.info

override_dh_auto_configure:
	dh_auto_configure -- --enable-uml --enable-vde --with-systemd=/lib/systemd/system --runstatedir=/run

override_dh_auto_install:
	dh_auto_install -- install-html
	# Remove info dir file
	rm -f debian/tinc/usr/share/info/dir