From 3a15b256ec338fe4f44a78e659d1b1b4ebdb0b47 Mon Sep 17 00:00:00 2001
From: Walter Lozano <walter.lozano@collabora.com>
Date: Tue, 7 Jan 2025 10:01:13 -0300
Subject: [PATCH 1/2] Drop unneeded dependencies

After narrowing the functionality of ade tool to only manage sysroots the
dependencies were not re evaluated, causing several packages to be required
which are not really needed.

To avoid this problem, remove unneeded dependencies.

Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
---
 debian/control | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/debian/control b/debian/control
index 512a29d..4abeafc 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,8 @@ Section: devel
 Priority: optional
 Build-Depends: debhelper-compat (= 13),
                dh-sequence-python3,
-               flatpak,
                git-buildpackage,
                gnupg2,
-               ostree,
                python3-argcomplete,
                python3-debian,
                python3-gi,
@@ -22,7 +20,6 @@ Architecture: all
 Depends: abi-compliance-checker,
          devscripts,
          dpkg-dev,
-         flatpak,
          git-buildpackage,
          gitlab-rulez,
          libconfig-model-dpkg-perl,
-- 
GitLab


From ec220285befbd2cf26cc98c39dcf3d3659583c62 Mon Sep 17 00:00:00 2001
From: Walter Lozano <walter.lozano@collabora.com>
Date: Tue, 7 Jan 2025 10:17:16 -0300
Subject: [PATCH 2/2] Release apertis-dev-tools version 0.2024.16

Signed-off-by: Walter Lozano <walter.lozano@collabora.com>
---
 debian/changelog | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9a9cb35..1fb3513 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+apertis-dev-tools (0.2024.16) apertis; urgency=medium
+
+  * Drop unneeded dependencies.
+    After narrowing the functionality of ade tool to only manage sysroots the
+    dependencies were not re evaluated, causing several packages to be required
+    which are not really needed.
+    To avoid this problem, remove unneeded dependencies.
+
+ -- Walter Lozano <walter.lozano@collabora.com>  Tue, 07 Jan 2025 10:16:52 -0300
+
 apertis-dev-tools (0.2024.15) apertis; urgency=medium
 
   * ci-license-scan: Workaround invalid copyright.
-- 
GitLab