debian packaging: disable webkit on sid, trixie and plucky

This commit is contained in:
Juergen E. Fischer 2025-06-21 22:14:05 +02:00
parent 5d9ba037df
commit e0e6405172
3 changed files with 8 additions and 7 deletions

4
debian/control vendored
View File

@ -27,7 +27,6 @@ Build-Depends:
libqt5serialport5-dev,
libqt5sql5-sqlite,
libqt5svg5-dev,
libqt5webkit5-dev,
libqt5xmlpatterns5-dev,
libqwt-qt5-dev,
libspatialindex-dev,
@ -48,7 +47,6 @@ Build-Depends:
python3-mock,
python3-nose2,
python3-owslib,
python3-packaging,
python3-psycopg2,
python3-pyqt5,
python3-pyqt5.qsci,
@ -271,7 +269,6 @@ Depends:
libqgispython2.99.0 (= ${binary:Version}),
libqscintilla2-qt5-dev,
libqt5svg5-dev,
libqt5webkit5-dev,
libqwt-qt5-dev,
libsqlite3-dev,
pyqt5-dev-tools,
@ -374,7 +371,6 @@ Depends:
python3-pyqt5.qtpositioning,
python3-pyqt5.qtsql,
python3-pyqt5.qtsvg,
python3-pyqt5.qtwebkit,
python3-sip,
python3-yaml,
${python3:Depends},

6
debian/control.in vendored
View File

@ -27,7 +27,7 @@ Build-Depends:
libqt5serialport5-dev,
libqt5sql5-sqlite,
libqt5svg5-dev,
libqt5webkit5-dev,
#bookworm jammy kinetic lunar mantic noble oracular# libqt5webkit5-dev,
libqt5xmlpatterns5-dev,
libdraco-dev,
qtmultimedia5-dev,
@ -288,7 +288,7 @@ Depends:
libqgispython{QGIS_ABI} (= ${binary:Version}),
libqscintilla2-qt5-dev,
libqt5svg5-dev,
libqt5webkit5-dev,
#bookworm jammy kinetic lunar mantic noble oracular# libqt5webkit5-dev,
libqwt-qt5-dev,
libsqlite3-dev,
nlohmann-json3-dev,
@ -394,7 +394,7 @@ Depends:
python3-pyqt5.qtmultimedia,
python3-pyqt5.qtpositioning,
python3-pyqt5.qtsvg,
python3-pyqt5.qtwebkit,
#bookworm jammy kinetic lunar mantic noble oracular# python3-pyqt5.qtwebkit,
python3-pyqt5.qtserialport,
python3-sip,
python3-yaml,

5
debian/rules vendored
View File

@ -115,6 +115,11 @@ ifneq (,$(findstring ;$(GRASSVER);, ";7;8;"))
-DGRASS_PREFIX$(GRASSVER)=/usr/lib/$(GRASS)
endif
ifneq (,$(filter $(DISTRIBUTION),sid trixie plucky))
CMAKE_OPTS += \
-DWITH_QTWEBKIT=FALSE
endif
ifneq (,$(findstring $(DISTRIBUTION),"trixie sid kinetic lunar mantic noble oracular plucky"))
CMAKE_OPTS += -DGDAL_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libgdal.so
endif