Package: snapd / 2.68.3-3
Metadata
Package | Version | Patches format |
---|---|---|
snapd | 2.68.3-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0004 cmd snap skip tests depending on text wrapping.patch | (download) |
cmd/snap/cmd_alias_test.go |
1 1 + 0 - 0 ! |
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. Signed-off-by: Zygmunt Krynicki <me@zygoon.pl> |
0007 i18n use dummy localizations to avoid dependencies.patch | (download) |
i18n/i18n.go |
87 6 + 81 - 0 ! |
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. Signed-off-by: Zygmunt Krynicki <me@zygoon.pl> Signed-off-by: Maciej Borzecki <maciej.zenon.borzecki@canonical.com> |
0010 man page sections.patch | (download) |
cmd/snap-discard-ns/snap-discard-ns.rst |
2 1 + 1 - 0 ! |
cmd: adjust manual page sections XXX: Why? |
multilib.patch | (download) |
cmd/snap-seccomp/main_test.go |
3 1 + 2 - 0 ! |
multilib |
0005 Add Debian Trixie to autopkgtest entries.patch | (download) |
spread.yaml |
21 20 + 1 - 0 ! |
add debian 13 to autopkgtest entries This should fix autopkgtest in for non-sid. Signed-off-by: Zygmunt Krynicki <Zygmunt Krynicki me@zygoon.pl> |