[neon/qt/qtspeech/Neon/testing] debian: merge master

Jonathan Riddell null at kde.org
Fri Oct 23 10:24:56 BST 2020


Git commit cc9ccddfb5c6909506df484f07dde4c6089971d2 by Jonathan Riddell.
Committed on 23/10/2020 at 09:17.
Pushed by jriddell into branch 'Neon/testing'.

merge master

M  +6    -4    debian/control
M  +7    -1    debian/rules

https://invent.kde.org/neon/qt/qtspeech/commit/cc9ccddfb5c6909506df484f07dde4c6089971d2

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