Adjustments to make Qt 6.6 build.
This commit is contained in:
parent
f729031e91
commit
9f5fa49fbc
6
debian/control
vendored
6
debian/control
vendored
@ -6,7 +6,7 @@ Build-Depends: cmake (>= 3.24~),
|
|||||||
debhelper-compat (= 13),
|
debhelper-compat (= 13),
|
||||||
default-libmysqlclient-dev,
|
default-libmysqlclient-dev,
|
||||||
dh-exec,
|
dh-exec,
|
||||||
firebird-dev [linux-any],
|
firebird-dev (<< 4.0~) [linux-any],
|
||||||
libatspi2.0-dev,
|
libatspi2.0-dev,
|
||||||
libb2-dev,
|
libb2-dev,
|
||||||
libcups2-dev,
|
libcups2-dev,
|
||||||
@ -73,8 +73,8 @@ Build-Depends: cmake (>= 3.24~),
|
|||||||
qt6-base-dev:native <cross>,
|
qt6-base-dev:native <cross>,
|
||||||
unixodbc-dev,
|
unixodbc-dev,
|
||||||
zlib1g-dev,
|
zlib1g-dev,
|
||||||
Build-Depends-Indep: qt6-base-dev (>= 6.4~) <!nodoc>,
|
Build-Depends-Indep: qt6-base-dev (>= 6.6~) <!nodoc>,
|
||||||
qt6-documentation-tools (>= 6.4~) <!nodoc>,
|
qt6-documentation-tools (>= 6.6~) <!nodoc>,
|
||||||
Standards-Version: 4.6.2
|
Standards-Version: 4.6.2
|
||||||
Section: libs
|
Section: libs
|
||||||
Homepage: https://www.qt.io/developers/
|
Homepage: https://www.qt.io/developers/
|
||||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -85,10 +85,6 @@ override_dh_auto_configure:
|
|||||||
|
|
||||||
|
|
||||||
execute_after_dh_auto_install-arch:
|
execute_after_dh_auto_install-arch:
|
||||||
# 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/qt6/libexec/*.pl \
|
|
||||||
debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt6/mkspecs/features/data/unix/findclasslist.pl
|
|
||||||
|
|
||||||
# Reproducible builds: remove build paths from .prl files
|
# Reproducible builds: remove build paths from .prl files
|
||||||
sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libQt6*.prl
|
sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libQt6*.prl
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user