<div dir="ltr"><div dir="ltr"><br></div><div>Hi,</div><div><br></div><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 9 Jul 2020 at 16:09, <<a href="mailto:merkys@debian.org">merkys@debian.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
On 2020-07-09 13:12, Nilesh Patra wrote:<br>
> For me, it was failing to even gbp import - I noticed that the<br>
> compression=xz parameter is missing in the watch file.<br>
> After fixing this, the build starts and w/o the unexpected changes thingy.<br>
> I've pushed to salsa, please $gbp pull :-)<br>
<br>
Thanks for the fix! However, this does not solve the problem for me... I<br>
merged my branch to master locally, and executed the following:<br>
<br>
gbp import-orig --pristine-tar --uscan<br>
gbp dch --commit<br>
<br>
Then commented out first two patches and ran:<br>
<br>
gbp buildpackage -uc -us --git-pristine-tar --git-ignore-new<br>
<br>
This results in the same "unexpected upstream changes" error. I am<br>
working on machine running sid.<br>
<br>
> If you feel that this looks fine, can you please merge this branch with<br>
> master and push here? :)<br>
> That'd  be great.<br>
<br>
I will merge and push my branch once I solve the issue with MUT. I don't<br>
want to leave the repository on salsa in somewhat broken state.<br></blockquote><div><br></div><div>I tried to build this again, and I noticed that I get the same error now.</div><div>Pasting some of it:</div><div><br></div><div>dpkg-source: info: local changes detected, the modified files are:<br> node-node-sass-4.14.1+git20200512.e1fc158+dfsg/sass-spec/spec/errors/extend/placeholder/missing/input.scss<br> node-node-sass-4.14.1+git20200512.e1fc158+dfsg/sass-spec/spec/errors/extend/placeholder/optional/input.scss<br> node-node-sass-4.14.1+git20200512.e1fc158+dfsg/sass-spec/spec/errors/extend/placeholder/simple/input.scss<br> node-node-sass-4.14.1+git20200512.e1fc158+dfsg/sass-spec/spec/errors/extend/selector/missing/input.scss</div><div><br></div><div>This looks very weird, considering sass-spec is just an embedded node module and should not throw upstream errors.</div><div>I suspected that the tarball is getting corrupted somehow.<br></div><div>Hence, I did the following:</div><div><br></div><div>tar cvfJ node-node-sass_4.14.1+git20200512.e1fc158+dfsg.orig-true-case-path.tar.xz true-case-path</div><div>mv node-node-sass_4.14.1+git20200512.e1fc158+dfsg.orig-true-case-path.tar.xz ../<br></div><div>tar cvfJ  mv sass-spec.xz ../node-node-sass_4.14.1+git20200512.e1fc158+dfsg.orig-sass-spec.tar.xz sass-spec<br></div><div>mv sass-spec.xz ../node-node-sass_4.14.1+git20200512.e1fc158+dfsg.orig-sass-spec.tar.xz ../</div><div><br></div><div>Delete the tag and re-import</div><div><br></div><div>git tag -d git tag -d upstream/4.14.1+git20200512.e1fc158+dfsg</div><div>gbp import-orig --pristine-tar ../node-node-sass_4.14.1+git20200512.e1fc158+dfsg.orig.tar.gz</div><div><br></div><div>This now starts to build w/o those weird stuff.</div><div>Hope that helps.</div><div><br></div><div>Kind Regards,</div><div>Nilesh<br></div></div></div></div>