[neon/qt/qtserialport/Neon/testing] debian: merge master
Jonathan Riddell
null at kde.org
Fri Oct 23 10:24:52 BST 2020
Git commit 27adb37106c5daa47d9b4e5fba3be3e388964cc0 by Jonathan Riddell.
Committed on 23/10/2020 at 09:17.
Pushed by jriddell into branch 'Neon/testing'.
merge master
M +8 -3 debian/rules
https://invent.kde.org/neon/qt/qtserialport/commit/27adb37106c5daa47d9b4e5fba3be3e388964cc0
diff --cc debian/rules
index 4dce14a,c44b0ac..ecb31e6
--- a/debian/rules
+++ b/debian/rules
@@@ -8,11 -10,14 +10,14 @@@ DEB_HOST_MULTIARCH ?= $(shell dpkg-arch
%:
dh $@ --with pkgkde_symbolshelper
-override_dh_auto_build-indep:
+override_dh_auto_build-indep: build-arch
dh_auto_build -Smakefile -- docs
+ override_dh_auto_install-arch:
+ dh_auto_install
+
+ # Reproducible builds: remove build path from the prl file.
+ sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libQt5SerialPort.prl
+
override_dh_auto_install-indep:
make INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs
-
- override_dh_missing:
- dh_missing --fail-missing
More information about the Neon-commits
mailing list