[Pkg-libvirt-commits] [virt-manager] 01/02: Remove data/gschemas.compiled in clean target
Guido Guenther
agx at moszumanska.debian.org
Sat Apr 16 08:59:03 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-4
in repository virt-manager.
commit 80b35573790dc8b8cf84b61425dcbd1be083fc87
Author: Guido Günther <agx at sigxcpu.org>
Date: Sat Apr 16 10:54:35 2016 +0200
Remove data/gschemas.compiled in clean target
Invoking setup.py always compiles a schema due to setup.py including
CLIConfig.
Closes: #820629
---
debian/rules | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/rules b/debian/rules
index 5d163ee..adffccc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,3 +11,7 @@ override_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/
+
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -f data/gschemas.compiled
--
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