Package: virt-viewer / 11.0-4

Metadata

Package Version Patches format
virt-viewer 11.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Disable automatich usb redirection by default.patch | (download)

src/virt-viewer-session.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable automatic usb redirection by default
Bug-Debian: https://bugs.debian.org/765016
data remove bogus param for meson i18n.merge_file.patch | (download)

data/meson.build | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 data: remove bogus param for meson i18n.merge_file
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

The positional parameter used to be treated as 'input', but since we
already set 'input' explicitly it is redundant. With latest meson
versions it now generates an error

data/meson.build:4:7: ERROR: Function does not take positional arguments.

Signed-off-by: Daniel P. Berrang <berrange@redhat.com>
(cherry picked from commit 98d9f202ef768f22ae21b5c43a080a1aa64a7107)