File: rules

package info (click to toggle)
tinc 1.0.36-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,284 kB
  • sloc: ansic: 13,148; sh: 4,378; makefile: 130
file content (16 lines) | stat: -rwxr-xr-x 325 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 --with-systemd=/usr/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