Le 21/07/2019 à 13:14, Nilesh Patra a écrit : > Hi > While trying to build node-node-sass, I had to embed a few modules. Now > when I build I get this error on a module(node-true-case-path) which I > embedded: > > dpkg-source: info: local changes detected, the modified files are: > node-node-sass/true-case-path/LICENSE > node-node-sass/true-case-path/README.md > node-node-sass/true-case-path/index.js > node-node-sass/true-case-path/package.json dpkg-source: info: you can > integrate the local changes with dpkg-source --commit dpkg-source: > error: aborting due to unexpected upstream changes, see > /tmp/node-node-sass_4.12.0-1.diff.QsHoSK > > It would be great if someone could let me know as to why I get that > error with embedded modules. > > Here's the complete log: http://paste.debian.net/1092509/ > > This is the local repository I'm working on: > https://salsa.debian.org/gi-boi-guest/node-node-sass > > Regards > Nilesh
You missed to import properly components (dpkg-source didn't found ../node-node-sass_x.x.x.orig-true-case.tar.gz). See https://wiki.debian.org/Javascript/GroupSourcesTutorial -- Pkg-javascript-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel
