[neon/qt/qtconnectivity/Neon/experimental] debian: Merge remote-tracking branch 'origin/master' into Neon/experimental
Jonathan Riddell
null at kde.org
Wed Oct 21 12:23:51 BST 2020
Git commit 733d48c1a95513afc498b495f13fd366ef7ded93 by Jonathan Riddell.
Committed on 21/10/2020 at 11:09.
Pushed by jriddell into branch 'Neon/experimental'.
Merge remote-tracking branch 'origin/master' into Neon/experimental
M +8 -1 debian/rules
https://invent.kde.org/neon/qt/qtconnectivity/commit/733d48c1a95513afc498b495f13fd366ef7ded93
diff --cc debian/rules
index fef22a6,b438a58..f5e63c4
--- a/debian/rules
+++ b/debian/rules
@@@ -19,9 -19,16 +19,16 @@@ override_dh_auto_configure
PKG_CONFIG_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig \
QT_BUILD_PARTS+=tests
-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 paths from prl files.
+ sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libQt5Bluetooth.prl
+ sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libQt5Nfc.prl
+
override_dh_auto_install-indep:
make INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs
More information about the Neon-commits
mailing list