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
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:
parent
d480a59e2f
commit
aea9aa5cce
1 changed files with 0 additions and 1 deletions
1
debian/control
vendored
1
debian/control
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue