[neon/qt6/qt6-webengine/Neon/unstable] debian: run it all as one command
Carlos De Maine
null at kde.org
Tue Sep 5 01:54:46 BST 2023
Git commit 3af94a2c989314b9db8afbb8c5c0129f6621bfed by Carlos De Maine.
Committed on 05/09/2023 at 02:54.
Pushed by carlosdem into branch 'Neon/unstable'.
run it all as one command
M +7 -7 debian/rules
https://invent.kde.org/neon/qt6/qt6-webengine/-/commit/3af94a2c989314b9db8afbb8c5c0129f6621bfed
diff --git a/debian/rules b/debian/rules
index 970f5e4..aa44b3e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,13 +41,13 @@ override_dh_auto_clean:
rm -f $(CURDIR)/$${fname}; \
done
- # init nvm and thus npm
- . ~/.nvm/nvm.sh
- # install needed nodejs deps with npm
- npm install pako
- #npm install rollup
- npm install rollup-plugin-terser
+ # init nvm and thus npm && # install needed nodejs deps with npm
+ . ~/.nvm/nvm.sh && \
+ npm install pako && \
+ npm install rollup-plugin-terser && \
npm install yargs
+ cat ~/.profile
+
# Turn on system FFmpeg libraries for 6.3
override_dh_auto_configure:
@@ -88,4 +88,4 @@ execute_after_dh_auto_install:
# Reproducible builds: remove build paths from .prl files
sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libQt6*.prl
-override_dh_dwz:
\ No newline at end of file
+override_dh_dwz:
More information about the Neon-commits
mailing list