Commit 0438573
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 automation1 parent 3789592 commit 0438573
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
0 commit comments