rules: use execute_after_dh_auto_install
this avoids calling dh_auto_install manually again also, this fixes the override: we need to fix the installed files in any type of build, not only during arch-builds
This commit is contained in:
parent
af628062ba
commit
86ff2e4dc2
4
debian/rules
vendored
4
debian/rules
vendored
@ -71,9 +71,7 @@ override_dh_auto_configure:
|
|||||||
$(extra_cmake_args)
|
$(extra_cmake_args)
|
||||||
|
|
||||||
|
|
||||||
override_dh_auto_install-arch:
|
execute_after_dh_auto_install:
|
||||||
dh_auto_install
|
|
||||||
|
|
||||||
# Policy § 10.4. Remove this if https://bugs.debian.org/904409 gets fixed.
|
# Policy § 10.4. Remove this if https://bugs.debian.org/904409 gets fixed.
|
||||||
sed -i 's,bin/env perl,bin/perl,' debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt6/libexec/*.pl \
|
sed -i 's,bin/env perl,bin/perl,' debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt6/libexec/*.pl \
|
||||||
debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt6/mkspecs/features/data/unix/findclasslist.pl
|
debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt6/mkspecs/features/data/unix/findclasslist.pl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user