Debian Patches
Status for snapd/2.71-3
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0004-cmd-snap-skip-tests-depending-on-text-wrapping.patch | cmd/snap: skip tests depending on text wrapping Upstream snapd contains tests that check the output of various commands along with the --help command-line argument. The output is wrapped to match terminal width and for readability. The algorithm for wrapping has apparently changed across versions of github.com/jessevdk/go-flags. Since this test is not critical for anything it can be disabled to let the package build. |
Zygmunt Krynicki <me@zygoon.pl> | no | 2019-01-17 | ||
0007-i18n-use-dummy-localizations-to-avoid-dependencies.patch | i18n: use dummy localizations to avoid dependencies Upstream snapd uses the github.com/ojii/gettext.go package for access to translation catalogs. This package is currently not available in Debian and prevents building the package. As such, replace the real implementation with a simple dummy one that always uses the English input strings. |
Zygmunt Krynicki <me@zygoon.pl> | no | 2019-01-17 | ||
0010-man-page-sections.patch | cmd: adjust manual page sections | Michael Hudson-Doyle <mwhudson@debian.org> | no | 2024-06-03 | ||
multilib.patch | cmd/snap-seccomp: use i386 cross-compiler instead of multilib Multilib gcc has been deprecated. |
Michael Hudson-Doyle <mwhudson@debian.org> | no | 2025-07-14 | ||
0005-snap-pass-no-xattrs-to-unsquashfs-unpacking-files.patch | snap: pass -no-xattrs to unsquashfs unpacking files To work correctly on systems that use SELinux and extended attributes pass -no-xattrs when unpacking files. |
Zygmunt Krynicki <me@zygoon.pl> | no | 2025-08-13 | ||
0006-o-fdestate-tag-nosecboot-on-reseal_sb_test.go.patch | o/fdestate: tag nosecboot on reseal_sb_test.go | Zygmunt Krynicki <me@zygoon.pl> | no | 2025-08-13 | ||
0007-tests-adjust-gendeveloper1-to-older-github.com-jesse.patch | tests: adjust gendeveloper1 to older github.com/jessevdk/go-flags | Zygmunt Krynicki <me@zygoon.pl> | no | 2025-08-13 | ||
0005-Add-Debian-Trixie-to-autopkgtest-entries.patch | spread: add autopkgtest section for Debian 13 This should fix autopkgtest in for non-sid. |
"me@zygoon.pl" <me@zygoon.pl> | no | 2025-07-14 | ||
0009-spread-add-autopkgtest-section-for-Debian-14.patch | spread: add autopkgtest section for Debian 14 | Zygmunt Krynicki <me@zygoon.pl> | no | 2025-08-20 | ||
0010-interfaces-prompting-handle-unsupported-xattrs.patch | interfaces/prompting: handle unsupported xattrs This happens in Debian build infrastructure: ``` requestrules_test.go:765: c.Assert(err, IsNil) ... value syscall.Errno = 0x5f ("operation not supported") ``` Most likely the file system under /run is not a tmpfs or is restricted by a sandbox of some sort. Allow tests to detect this condition and skip certain parts. |
Zygmunt Krynicki <me@zygoon.pl> | no | 2025-08-21 |