Skip to content

Commit 0438573

Browse files
committed
fix: Add golang-x-sys dependency for syscall operations
This change adds the golang-golang-x-sys-dev package to the Build- Depends list in debian/control file. The golang.org/x/sys package provides system calls for Go programs, which are necessary for some platform-specific functionality in the project. The addition was required to address specific syscalls needed during compilation or runtime, particularly for Debian packaging. Without this dependency, certain system-related operations would fail to build or run correctly on Debian systems. Influence: 1. Test package build across Debian versions 2. Verify system calls work correctly after the change 3. Check if any other binary packages might be affected 4. Test Debian packaging process with CI automation
1 parent 3789592 commit 0438573

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Build-Depends:
2525
golang-github-stretchr-testify-dev,
2626
golang-gopkg-alecthomas-kingpin.v2-dev,
2727
golang-gopkg-check.v1-dev,
28+
golang-golang-x-sys-dev,
2829
libcairo2-dev,
2930
libcanberra-dev,
3031
libfreetype-dev | libfreetype6-dev,

0 commit comments

Comments
 (0)