[neon/qt6/qt6-webengine/Neon/unstable] debian: jstemplate is no longer shipped

Carlos De Maine null at kde.org
Tue Nov 18 02:00:46 GMT 2025


Git commit 0aceca64bcb107ff378c9d2250dc7ef0b695a28b by Carlos De Maine.
Committed on 18/11/2025 at 02:00.
Pushed by carlosdem into branch 'Neon/unstable'.

jstemplate is no longer shipped

M  +3    -3    debian/rules

https://invent.kde.org/neon/qt6/qt6-webengine/-/commit/0aceca64bcb107ff378c9d2250dc7ef0b695a28b

diff --git a/debian/rules b/debian/rules
index f761f34..69add0e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,7 @@ touch_files = src/3rdparty/chromium/third_party/devtools-frontend/src/front_end/
 override_dh_auto_clean:
 	dh_auto_clean
 
-	rm -f $(CURDIR)/src/3rdparty/chromium/third_party/jstemplate/jstemplate_compiled.js
+	#rm -f $(CURDIR)/src/3rdparty/chromium/third_party/jstemplate/jstemplate_compiled.js
 	for fname in $(touch_files); do \
 		rm -f $(CURDIR)/$${fname}; \
 	done
@@ -47,8 +47,8 @@ override_dh_auto_clean:
 override_dh_auto_configure:
 	# all files need to exist before configure is run for unity build
 	# Create js files, that are needed for building step for arch and indep builds
-	cd $(CURDIR)/src/3rdparty/chromium/third_party/jstemplate/; \
-	cat util.js jsevalcontext.js jstemplate.js exports.js > jstemplate_compiled.js
+	#cd $(CURDIR)/src/3rdparty/chromium/third_party/jstemplate/; \
+	#cat util.js jsevalcontext.js jstemplate.js exports.js > jstemplate_compiled.js
 
 	# jQuery
 	cp /usr/share/javascript/jquery/jquery.min.js examples/webenginewidgets/contentmanipulation/


More information about the Neon-commits mailing list