X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/712213a489c35dbaf5120268f1a309dc457cea29..64669d882d7a41b7f3c25a7191f4cc7db0684ef2:/debian/rules diff --git a/debian/rules b/debian/rules index 541ff15..e1e9a31 100755 --- a/debian/rules +++ b/debian/rules @@ -16,3 +16,6 @@ override_dh_clean: dh_clean override_dh_auto_test: +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) + make offlinetest PYTHON=python3 +endif