Package: snapd / 2.68.3-3

Metadata

Package Version Patches format
snapd 2.68.3-3 3.0 (quilt)

Patch series

view the series file
Patch 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/cmd_connect_test.go | 1 1 + 0 - 0 !
cmd/snap/cmd_disconnect_test.go | 1 1 + 0 - 0 !
cmd/snap/cmd_info_test.go | 2 2 + 0 - 0 !
cmd/snap/cmd_interface_test.go | 1 1 + 0 - 0 !
cmd/snap/cmd_list_test.go | 1 1 + 0 - 0 !
cmd/snap/cmd_prefer_test.go | 1 1 + 0 - 0 !
cmd/snap/cmd_unalias_test.go | 1 1 + 0 - 0 !
8 files changed, 9 insertions(+)

 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/i18n_test.go | 124 5 + 119 - 0 !
2 files changed, 11 insertions(+), 200 deletions(-)

 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/snapd-env-generator/snapd-env-generator.rst | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 cmd: adjust manual page sections

XXX: Why?

multilib.patch | (download)

cmd/snap-seccomp/main_test.go | 3 1 + 2 - 0 !
tests/lib/snaps/store/test-snapd-daemon-user/src/Makefile | 55 28 + 27 - 0 !
2 files changed, 29 insertions(+), 29 deletions(-)

 multilib


0005 Add Debian Trixie to autopkgtest entries.patch | (download)

spread.yaml | 21 20 + 1 - 0 !
1 file changed, 20 insertions(+), 1 deletion(-)

 add debian 13 to autopkgtest entries

This should fix autopkgtest in for non-sid.

Signed-off-by: Zygmunt Krynicki <Zygmunt Krynicki me@zygoon.pl>