[Pkg-javascript-devel] Bug#1048433: fixed in node-webassemblyjs 1.14.1+dfsg3+~cs1.2.7-1
Santiago Vila
sanvila at debian.org
Tue Jan 6 15:36:47 GMT 2026
reopen 1048433
tags 1048433 patch
thanks
Thanks a lot for updating the package.
Unfortunately, the bug is still there. When I try to build source
after binary build, this is what I get:
dpkg-source: info: local changes detected, the modified files are:
node-webassemblyjs-1.14.1+dfsg3+~cs1.2.7/packages/ast/src/nodes.js
node-webassemblyjs-1.14.1+dfsg3+~cs1.2.7/packages/ast/src/types/nodes.js
dpkg-source: error: aborting due to unexpected upstream changes, see /tmp/node-webassemblyjs_1.14.1+dfsg3+~cs1.2.7-1.d
iff.YfnRUN
dpkg-source: hint: make sure the version in debian/changelog matches the unpacked source tree
dpkg-source: hint: you can integrate the local changes with dpkg-source --commit
dpkg-buildpackage: error: dpkg-source -b . subprocess failed with exit status 2
The attached patch should fix this.
(I leave the upload to you, but if it helps and you tell me, I can do
it as well).
Thanks.
-------------- next part --------------
commit acf41559a1720494c1ff28b126b9da7d2a9c8f8f
Author: Santiago Vila <sanvila at debian.org>
Date: Tue Jan 6 16:25:00 2026 +0100
Fix clean target. Closes: #1048433.
diff --git a/debian/clean b/debian/clean
index b370f8f..c882ede 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1,3 +1,5 @@
-packages/ast/tmp/
packages/*/esm/
packages/*/lib/
+packages/ast/src/nodes.js
+packages/ast/src/types/nodes.js
+packages/ast/tmp/
More information about the Pkg-javascript-devel
mailing list