[libvirt] [PATCH v2 01/10] po: Fix record ordering in POTFILES.in

Erik Skultety eskultet at redhat.com
Tue Mar 29 07:51:26 UTC 2016


Commit a474371f broke ordering of the records. Now if a file required for
translation is missing, syntax-check (po-check) will fail and suggest a patch
to add the missing file. However, if the ordering is broken, the patch will
be understandably inapplicable (cleanly), since the diff isn't against the
actual POTFILES.in as is, but against POTFILES.in as it should look like
with the required file missing instead.
---
 po/POTFILES.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/po/POTFILES.in b/po/POTFILES.in
index fccb5ec..3ffd524 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,5 +1,5 @@
-daemon/admin_dispatch.h
 daemon/admin.c
+daemon/admin_dispatch.h
 daemon/libvirtd-config.c
 daemon/libvirtd.c
 daemon/qemu_dispatch.h
-- 
2.4.3




More information about the libvir-list mailing list