From 61e8dff4852897d3be1a2e7d3f4b8100f0e77c8a Mon Sep 17 00:00:00 2001
From: Marco Marinello <me@marcomarinello.it>
Date: Sun, 20 Feb 2022 10:36:16 +0100
Subject: [PATCH] Switch conflicts into a misc task. Release 10.0.37

---
 ansible/roles/misc/tasks/main.yml | 7 ++++++-
 debian/changelog                  | 7 +++++++
 debian/control                    | 1 -
 3 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/ansible/roles/misc/tasks/main.yml b/ansible/roles/misc/tasks/main.yml
index 2ee441b..bb6357a 100644
--- a/ansible/roles/misc/tasks/main.yml
+++ b/ansible/roles/misc/tasks/main.yml
@@ -48,4 +48,9 @@
   loop:
     - "socket"
     - "service"
-  notify: stop avahi
\ No newline at end of file
+  notify: stop avahi
+
+- name: Remove uvcdynctrl, uvcdynctrl-data packages
+  apt:
+    name: uvcdynctrl,uvcdynctrl-data
+    state: absent
diff --git a/debian/changelog b/debian/changelog
index fe5df50..41a0ebf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+fuss-client (10.0.37) unstable; urgency=medium
+
+  * Switch conflicts into a misc task:
+    the new "Conflicts" parameter prevents apt from upgrading the package
+
+ -- Marco Marinello <mmarinello@fuss.bz.it>  Sun, 20 Feb 2022 10:35:16 +0100
+
 fuss-client (10.0.36) unstable; urgency=medium
 
   * Fix disable avahi-daemon task
diff --git a/debian/control b/debian/control
index 30b7669..e0bd0ab 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,6 @@ Depends:
  python3-apt,
  python3-octofuss,
  python3-pyudev
-Conflicts: uvcdynctrl, uvcdynctrl-data
 Homepage: http://www.fuss.bz.it/
 Description: Connect a workstation to a FUSS Server
  This package contains everything to connect a workstation running
-- 
GitLab