[neon/qt/qtcharts/Neon/testing] debian: merge master
Jonathan Riddell
null at kde.org
Fri Oct 23 10:24:15 BST 2020
Git commit d60a57f5339bcb6f6af56d5f673b63d650d40528 by Jonathan Riddell.
Committed on 23/10/2020 at 09:17.
Pushed by jriddell into branch 'Neon/testing'.
merge master
M +29 -13 debian/changelog
M +7 -4 debian/rules
https://invent.kde.org/neon/qt/qtcharts/commit/d60a57f5339bcb6f6af56d5f673b63d650d40528
diff --cc debian/rules
index f97d1fe,f211a80..502f3b2
--- a/debian/rules
+++ b/debian/rules
@@@ -16,9 -16,15 +16,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 -- 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)/libQt5Charts.prl
+
override_dh_auto_install-indep:
$(MAKE) install_docs -Csrc INSTALL_ROOT=$(CURDIR)/debian/tmp
More information about the Neon-commits
mailing list