[Pkg-libvirt-commits] [Git][libvirt-team/virt-manager][debian/sid] 2 commits: Move the translations from virt-manager to virtinst

Pino Toscano gitlab at salsa.debian.org
Wed Dec 2 09:58:15 GMT 2020



Pino Toscano pushed to branch debian/sid at Libvirt Packaging Team / virt-manager


Commits:
4e414455 by Pino Toscano at 2020-12-02T10:54:14+01:00
Move the translations from virt-manager to virtinst

The virt-manager translations are used by the virt-* tools as well, so
ship them in virtinst so the tools can be translated also without
virt-manager installed.

- - - - -
f88ac2ee by Pino Toscano at 2020-12-02T10:57:44+01:00
Run the test suite also with LANGUAGE=C

https://github.com/virt-manager/virt-manager/issues/199

Gbp-Dch: Short

- - - - -


4 changed files:

- debian/control
- debian/rules
- debian/virt-manager.install
- debian/virtinst.install


Changes:

=====================================
debian/control
=====================================
@@ -86,6 +86,10 @@ Recommends:
  virt-viewer,
 Suggests:
  python3-argcomplete,
+Breaks:
+ virt-manager (<< 1:3.2.0-3~),
+Replaces:
+ virt-manager (<< 1:3.2.0-3~),
 Description: utilities to create and edit virtual machines
  This package contains some command line utilities to create and edit virtual
  machines:


=====================================
debian/rules
=====================================
@@ -7,7 +7,9 @@ override_dh_python3:
 	dh_python3 usr/share/virt-manager
 
 override_dh_auto_test:
-	LANG=C pytest-3 -v -rs
+	# run it with English locales only, as it does not work otherwise:
+	# https://github.com/virt-manager/virt-manager/issues/199
+	LANG=C LANGUAGE=C pytest-3 -v -rs
 
 override_dh_auto_install:
 	python3 setup.py --no-update-icon-cache --no-compile-schemas install --force --root=debian/tmp --no-compile -O0


=====================================
debian/virt-manager.install
=====================================
@@ -3,7 +3,6 @@ usr/bin/virt-manager
 usr/share/applications
 usr/share/glib-2.0
 usr/share/icons/
-usr/share/locale
 usr/share/man/man1/virt-manager.1
 usr/share/metainfo/virt-manager.appdata.xml
 usr/share/virt-manager/icons


=====================================
debian/virtinst.install
=====================================
@@ -2,6 +2,7 @@ usr/bin/virt-clone
 usr/bin/virt-install
 usr/bin/virt-xml
 usr/share/bash-completion/completions/
+usr/share/locale/
 usr/share/man/man1/virt-clone.1
 usr/share/man/man1/virt-install.1
 usr/share/man/man1/virt-xml.1



View it on GitLab: https://salsa.debian.org/libvirt-team/virt-manager/-/compare/81b6d1d8850f0bfe8e56dd910feb010f8042d1a2...f88ac2ee9d5b5cac82ca9cfaf901f57628fcbe3a

-- 
View it on GitLab: https://salsa.debian.org/libvirt-team/virt-manager/-/compare/81b6d1d8850f0bfe8e56dd910feb010f8042d1a2...f88ac2ee9d5b5cac82ca9cfaf901f57628fcbe3a
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-libvirt-commits/attachments/20201202/35444683/attachment-0001.html>


More information about the Pkg-libvirt-commits mailing list