[neon/kde/plasma-browser-integration/Neon/unstable] debian: Update rules

Carlos De Maine null at kde.org
Mon Apr 17 02:30:57 BST 2023


Git commit 860c680a5881c0e6c0093b54c9aedf04a5281049 by Carlos De Maine.
Committed on 17/04/2023 at 01:30.
Pushed by carlosdem into branch 'Neon/unstable'.

Update rules

M  +10   -0    debian/rules

https://invent.kde.org/neon/kde/plasma-browser-integration/commit/860c680a5881c0e6c0093b54c9aedf04a5281049

diff --git a/debian/rules b/debian/rules
index 47c772a..4433def 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,15 @@
 %:
 	dh $@ --with kf6 --buildsystem kf6
 
+override_dh_auto_configure:
+	dh_auto_configure -- -DINSTALL_CHROME_MANIFEST=OFF
+
 override_dh_shlibdeps:
 	dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
+
+override_dh_auto_install:
+	dh_auto_install --destdir=debian/tmp
+
+override_dh_missing:
+	dh_missing --list-missing
+


More information about the Neon-commits mailing list