X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;ds=sidebyside;f=.ci%2Fpackage%2Fdeb%2Fdebian%2Frules;h=fd9343fb8e7066c41f755883afaa31f13dd08734;hb=09dda64ce99668c918fada04b9ad6bf9cd2ab104;hp=e1cbc60c66bc6968631ebf7750c5c302bf7ae4fa;hpb=d6866ff0f130704ff963d9e053b1d85407ed2d7c;p=tinc diff --git a/.ci/package/deb/debian/rules b/.ci/package/deb/debian/rules index e1cbc60c..fd9343fb 100755 --- a/.ci/package/deb/debian/rules +++ b/.ci/package/deb/debian/rules @@ -1,21 +1,7 @@ #!/usr/bin/make -f %: - dh $@ - -override_dh_auto_configure: - dh_auto_configure -- --enable-uml --enable-miniupnpc \ - --with-systemd=/lib/systemd/system/ - $(MAKE) clean - -override_dh_auto_install: - dh_auto_install -- install-html - # Remove info dir file - rm -f debian/tinc/usr/share/info/dir + dh $@ --buildsystem=meson 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 + # Disable tests.