reopen 1045615 tags 1045615 patch thanks > * included the changes made in TS files by an ordinary build as a > debian patch, which prevents changes in the source package during > successive builds. Closes: #1045615
Hi. For some reason, this didn't work as expected. This is what I get when trying to build source after a binary build: Package: turing Version: 0.11-4 [...] dpkg-source: info: local changes detected, the modified files are: turing-0.11/src/lang/de.ts turing-0.11/src/lang/es.ts turing-0.11/src/lang/fr.ts turing-0.11/src/lang/it.ts turing-0.11/src/lang/zh-CN.ts dpkg-source: error: aborting due to unexpected upstream changes, see /tmp/turing_0.11-4.diff.R4kS2u I've put a full build log here for reference: https://people.debian.org/~sanvila/build-logs/ftbfs-source-after-build/ My feeling is that ts-files.patch was created in an environment which differs slightly from the one used by autobuilders. If you can't really avoid modifying those files during build, I suggest the patch below, which would also make ts-files.patch unnecessary. Thanks. --- /dev/null +++ b/debian/source/options @@ -0,0 +1 @@ +extend-diff-ignore = "^src/lang/[^/]+\.ts$"

