From d6b7ab9a13a9adf65f30990e1c9f7fe8cec8e91e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <dylan.aissi@collabora.com> Date: Mon, 11 Mar 2024 17:36:50 +0100 Subject: [PATCH] Disable SNAP support, not supported in Apertis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com> --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 99ea405c..99a907f8 100755 --- a/debian/rules +++ b/debian/rules @@ -52,7 +52,7 @@ else # export UDEVRULESDIR=/usr/lib/udev/rules.d # For pre-Trixie releases udev rules should go in: export UDEVRULESDIR=/lib/udev/rules.d -SNAP=enabled +SNAP=disabled endif override_dh_auto_configure: -- GitLab