[Pkg-libvirt-commits] [virt-manager] 06/07: Pass --no-update-icon-cache --no-compile-schemas
Guido Guenther
agx at moszumanska.debian.org
Thu Feb 4 11:15:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
agx pushed a commit to annotated tag debian/1%1.3.2-1
in repository virt-manager.
commit b54e4421c0122edc802b56abf09cf952c0a54ca2
Author: Guido Günther <agx at sigxcpu.org>
Date: Thu Feb 4 12:01:19 2016 +0100
Pass --no-update-icon-cache --no-compile-schemas
since these are run via dpkg triggers on installation. Invoke setup.py
directly due to #813686.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 7ce09f8..5d163ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,6 @@ override_dh_python2:
dh_python2 -p virtinst usr/share/virt-manager
override_dh_auto_install:
- dh_auto_install
+ python setup.py --no-update-icon-cache --no-compile-schemas install --force --root=debian/tmp --no-compile -O0
dh_install debian/10_virt-manager.gschema.override \
/usr/share/glib-2.0/schemas/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/virt-manager.git
More information about the Pkg-libvirt-commits
mailing list