[Pkg-libvirt-commits] [Git][libvirt-team/virt-manager][debian/sid] 2 commits: Remove extra exec bits from .py files in /usr/share/virt-manager

Pino Toscano (@pino) gitlab at salsa.debian.org
Tue Mar 8 06:29:54 GMT 2022



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


Commits:
1c017196 by Pino Toscano at 2022-03-08T07:26:25+01:00
Remove extra exec bits from .py files in /usr/share/virt-manager

- - - - -
24a080ce by Pino Toscano at 2022-03-08T07:27:45+01:00
Remove the forced C locale during tests, the issue was fixed upstream

- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
@@ -7,12 +7,11 @@ override_dh_python3:
 	dh_python3 usr/share/virt-manager
 
 override_dh_auto_test:
-	# 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
+	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
+	find debian/tmp/usr/share/virt-manager -perm /111 -name '*.py' -print -exec chmod -x {} \;
 
 override_dh_installdocs:
 	dh_installdocs --all NEWS.md



View it on GitLab: https://salsa.debian.org/libvirt-team/virt-manager/-/compare/84f7c8206e748ada99f5c3c8da4a091ec3fc250e...24a080ced7fdd0091da6411f7996b766fb85d618

-- 
View it on GitLab: https://salsa.debian.org/libvirt-team/virt-manager/-/compare/84f7c8206e748ada99f5c3c8da4a091ec3fc250e...24a080ced7fdd0091da6411f7996b766fb85d618
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/20220308/99948e8d/attachment.htm>


More information about the Pkg-libvirt-commits mailing list