summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Cohen <bencoh@alkaid.muarf.org>2020-08-29 23:24:44 +0300
committerBenjamin Cohen <bencoh@alkaid.muarf.org>2020-08-29 23:24:44 +0300
commit81f576158e9f613ba53f6ea43a11a97720fa1c16 (patch)
tree2975e4b349566c94b4c1fbb5b5984d3d49098327
parent0128072ff592abe6fd70bb7fbdf86a818ba3ef57 (diff)
Adapt to busterbuster-1.1
-rwxr-xr-xdebian/rules14
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