2002-04-11 07:26:14 +00:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
2010-04-13 10:06:36 +00:00
|
|
|
%:
|
2016-10-10 20:30:25 +00:00
|
|
|
dh $@
|
2002-04-11 07:26:14 +00:00
|
|
|
|
2019-01-28 20:54:45 +00:00
|
|
|
override_dh_clean:
|
|
|
|
dh_clean
|
|
|
|
rm -f doc/tinc.info
|
|
|
|
|
2012-03-10 13:50:00 +00:00
|
|
|
override_dh_auto_configure:
|
2018-06-12 21:00:49 +00:00
|
|
|
dh_auto_configure -- --enable-uml --enable-vde --with-systemd=/lib/systemd/system --runstatedir=/run
|
2012-03-10 13:50:00 +00:00
|
|
|
|
2010-04-13 10:06:36 +00:00
|
|
|
override_dh_auto_install:
|
2015-07-05 15:23:08 +00:00
|
|
|
dh_auto_install -- install-html
|
2010-04-13 10:06:36 +00:00
|
|
|
# Remove info dir file
|
|
|
|
rm -f debian/tinc/usr/share/info/dir
|