tags 1048310 patch
severity 1048310 normal
thanks

Hello. The current error is like this:

dpkg-source: info: local changes detected, the modified files are:
 
qt6-webengine-6.9.2+dfsg/examples/webenginewidgets/contentmanipulation/jquery.min.js
 
qt6-webengine-6.9.2+dfsg/src/3rdparty/chromium/third_party/pycoverage/coverage/htmlfiles/jquery.min.js
 
qt6-webengine-6.9.2+dfsg/src/3rdparty/chromium/third_party/pycoverage/coverage/htmlfiles/jquery.tablesorter.min.js
dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/qt6-webengine_6.9.2+dfsg-4.diff.MwipF0

and the attached patch seems to be enough to fix that.

Thanks.
commit 36e32125c05deae4dcdfd6daf8a6976aba2d75bb
Author: Santiago Vila <[email protected]>
Date:   Wed Feb 25 12:55:00 2026 +0100

    Fix clean target. Closes: #1048310.

diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..0ec6f67
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,2 @@
+examples/webenginewidgets/contentmanipulation/*.min.js
+src/3rdparty/chromium/third_party/pycoverage/coverage/htmlfiles/*.min.js

Reply via email to