Fix debian/control syntax error - remove stray comma
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Failing after 6m10s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 7s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 2m10s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped

- 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
This commit is contained in:
joe 2025-08-13 22:37:41 -07:00
parent d480a59e2f
commit aea9aa5cce

1
debian/control vendored
View file

@ -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.