From aea9aa5ccea3becda482191b2829cf390672d944 Mon Sep 17 00:00:00 2001 From: joe Date: Wed, 13 Aug 2025 22:37:41 -0700 Subject: [PATCH] Fix debian/control syntax error - remove stray comma - Remove stray comma on line 31 that was causing dpkg-buildpackage to fail - Fixes 'Parse error in debian/control, line 31, read: ,' error - Control file now has proper syntax for Debian package building - Should resolve CI build failure at Debian package creation step --- debian/control | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/control b/debian/control index db613db0..f68c3676 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,6 @@ Depends: ${shlibs:Depends}, ostree, systemd, libapt-pkg7.0 (>= 3.0.0) -, Description: Debian/Ubuntu equivalent of rpm-ostree apt-ostree is a tool for managing atomic, immutable deployments on Debian and Ubuntu systems using OSTree as the backend.