Hi, I just tried to build the new 1.7.3 release on Debian sid, and it failed with the following error: make[2]: Entering directory `/tmp/buildd/xfce4-notes-plugin-1.7.3/po' XGETTEXT_ARGS="--keyword=Q_ --from-code=UTF-8" INTLTOOL_EXTRACT=/usr/bin/intltool-extract srcdir=. /usr/bin/intltool-update --gettext-package xfce4-notes-plugin --pot rm -f missing notexist srcdir=. /usr/bin/intltool-update -m 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. src/xfce4-notes-plugin.desktop.in If some of these files are left out on purpose then please add them to POTFILES.skip instead of POTFILES.in. A file 'missing' containing this list of left out files has been written in the current directory. Please report to http://bugzilla.xfce.org/ if [ -r missing -o -r notexist ]; then \ exit 1; \ fi make[2]: *** [check] Error 1 make[2]: Leaving directory `/tmp/buildd/xfce4-notes-plugin-1.7.3/po' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/tmp/buildd/xfce4-notes-plugin-1.7.3' dh_auto_test: make -j1 check returned exit code 2 make: *** [build] Error 29 So src/xfce4-notes-plugin.desktop.in (generated from its .in.in self) should probably be added to po/POTFILES.in. It seems to build fine with that fix. Thanks.
Fixed in git e592d04..eebb995