[neon/qt/qtgamepad/Neon/experimental] debian: Merge remote-tracking branch 'origin/master' into Neon/experimental
Jonathan Riddell
null at kde.org
Wed Oct 21 12:24:10 BST 2020
Git commit 8ce30df71199a6b61ad2ee1f06ed179feee0a1f7 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 +6 -0 debian/rules
https://invent.kde.org/neon/qt/qtgamepad/commit/8ce30df71199a6b61ad2ee1f06ed179feee0a1f7
diff --cc debian/rules
index c5c6a25,1e1cbc8..e19234d
--- a/debian/rules
+++ b/debian/rules
@@@ -14,9 -14,15 +14,15 @@@ export QT_SELECT := qt
override_dh_auto_configure:
dh_auto_configure -- 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)/libQt5Gamepad.prl
+
override_dh_auto_install-indep:
make INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs
More information about the Neon-commits
mailing list