Some cleanups in GitHub Actions CI
[tinc] / .github / workflows / deb / debian / rules
1 #!/usr/bin/make -f
2
3 %:
4         dh $@
5
6 override_dh_auto_configure:
7         dh_auto_configure -- --enable-uml --enable-miniupnpc \
8                 --with-systemd=/lib/systemd/system/
9         $(MAKE) clean
10
11 override_dh_auto_install:
12         dh_auto_install -- install-html
13         # Remove info dir file
14         rm -f debian/tinc/usr/share/info/dir
15
16 override_dh_auto_test:
17         # Don't run the tests, it involves starting tinc daemons and making network connections.
18         # I don't think the autobuilders will like this.
19
20 override_dh_installinit:
21         dh_installinit -r