From 4cc5103dbdd42583c3ce7481e0e4f08d16e2009a Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Tue, 14 Feb 2017 13:32:20 -0700 Subject: [PATCH] Work around make distcheck issue (#778628) The command 'make distcheck' runs a build in dist directory subdirs and then runs intltool -m which in turn complains about translations in a built file: The following files contain translations and are currently not in use. Please consider adding these to the POTFILES.in file, located in the po/ directory. sub/gparted.desktop.in See also upstream intltool issue bug report: intltool confused by separate build-dir https://bugs.launchpad.net/intltool/+bug/1117944 Bug 778628 - Work around automake-1.15 & intltool complaining about translations in build dir --- po/POTFILES.skip | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/po/POTFILES.skip b/po/POTFILES.skip index 2455aa13..1a982bff 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -1,4 +1,5 @@ # List of source files containing translatable strings, but should be skipped. # Please keep this file sorted alphabetically. gparted.desktop.in - +# https://bugs.launchpad.net/intltool/+bug/1117944 +sub/gparted.desktop.in