diff options
-rwxr-xr-x | debian/rules | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/debian/rules b/debian/rules index 070a0029..6d40f8dc 100755 --- a/debian/rules +++ b/debian/rules @@ -3,18 +3,14 @@ %: dh $@ +override_dh_clean: + dh_clean + rm -f doc/tinc.info + override_dh_auto_configure: - dh_auto_configure -- --enable-uml - $(MAKE) clean + dh_auto_configure -- --enable-uml --runstatedir=/run override_dh_auto_install: dh_auto_install -- install-html # Remove info dir file rm -f debian/tinc/usr/share/info/dir - -override_dh_auto_test: - # Don't run the tests, it involves starting tinc daemons and making network connections. - # I don't think the autobuilders will like this. - -override_dh_installinit: - dh_installinit -r |