reopen 1048856 tags 1048856 patch thanks > * removed debian/patches/update_ts_files.patch, created the file > debian/source/options to disregard modifications in files > pampi/translations/*.ts; Closes: #1048856
Hi. In this case, this is still not enough. Current build log when trying to build source after binary build is now like this: Package: pampi Version: 1.3+dfsg1-3 [...] dpkg-source: info: local changes detected, the modified files are: pampi-1.3+dfsg1/script-nonfree/pampi-nonfree.ts pampi-1.3+dfsg1/script-nonfree/pampi-nonfree_fr.ts We need to use two regexps here, either by concatenating them with "|", or by adding another extend-diff-ignore line, as in the patch below. Thanks. --- a/debian/source/options +++ b/debian/source/options @@ -2,3 +2,4 @@ # generated by build tools. extend-diff-ignore = "^pampi/translations/[^/]+\.ts$" +extend-diff-ignore = "^script-nonfree/[^/]+\.ts$"

