[neon/qt/qtspeech/Neon/experimental] debian: Merge remote-tracking branch 'origin/master' into Neon/experimental

Jonathan Riddell null at kde.org
Wed Oct 21 12:25:04 BST 2020


Git commit 9e53bf1940032c139407a5e5e6eb9bf03380c338 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    -4    debian/control
M  +7    -1    debian/rules

https://invent.kde.org/neon/qt/qtspeech/commit/9e53bf1940032c139407a5e5e6eb9bf03380c338

diff --cc debian/rules
index 7b34200,89a6901..365f0c1
--- a/debian/rules
+++ b/debian/rules
@@@ -9,9 -9,15 +9,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)/libQt5TextToSpeech.prl
+ 
  override_dh_auto_install-indep:
  	dh_auto_build -- INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs
  



More information about the Neon-commits mailing list