tag 948440 + patch
thanks

On Thu, 16 Jan 2020 14:22:56 +0100 Laurent Bigonville <bi...@debian.org> wrote:

> found 948440 0.8.5-3
> thanks
>
> On Wed, 15 Jan 2020 20:47:18 +0000 Scarlett Moore <sgmo...@kde.org> wrote:
>
> Hello,
>
> > qtspell (0.8.5-3) unstable; urgency=medium
> > .
> > * Fix "FTBFS on all architectures: dh_install: Cannot find (any
> > matches for) "usr/lib/*/libqtspell-qt5-0/moc_example.cpp" (tried in
> > ., debian/tmp)"
> > - Fix install path to -dev package in rules and install file.
> > (Closes: #948440)
> > * Release to unstable.
>
> This doesn't look fixed in 0.8.5-3, reopening the bug here
>

Please find a patch attached that fixes the issue

diff -Nru qtspell-0.8.5/debian/rules qtspell-0.8.5/debian/rules
--- qtspell-0.8.5/debian/rules	2020-01-15 20:51:39.000000000 +0100
+++ qtspell-0.8.5/debian/rules	2020-01-16 14:30:25.000000000 +0100
@@ -20,14 +20,14 @@
 override_dh_auto_install-indep:
 	dh_auto_install -- doc
 	mv $(CURDIR)/obj-$(DEB_HOST_MULTIARCH)/doc/html $(CURDIR)/debian/tmp/
-	mkdir -p  $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libqtspell-qt5-dev/
-	mv $(CURDIR)/obj-$(DEB_HOST_MULTIARCH)/examples/moc_example.cpp $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libqtspell-qt5-dev/
 
 override_dh_installexamples:
 	dh_installexamples
 
 override_dh_auto_install-arch:
 	dh_auto_install
+	mkdir -p  $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libqtspell-qt5-dev/
+	mv $(CURDIR)/obj-$(DEB_HOST_MULTIARCH)/examples/moc_example.cpp $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libqtspell-qt5-dev/
 
 override_dh_missing:
 	dh_missing --fail-missing

Reply via email to