Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
debian packaging: add ubuntu impish
  • Loading branch information
jef-n committed Aug 5, 2021
1 parent 89f8b1d commit 298c78f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions debian/control.in
Expand Up @@ -59,7 +59,7 @@ Build-Depends:
python3-pyqt5.qtsvg,
python3-sip-dev,
#sid# sip5-tools,
#buster bullseye bionic focal groovy hirsute# python3-sip,
#buster bullseye bionic focal groovy hirsute impish# python3-sip,
python3-termcolor,
python3-yaml,
qt3d5-dev,
Expand Down Expand Up @@ -425,7 +425,7 @@ Depends:
Breaks: python-qgis-common (<< ${source:Version})
Replaces: python-qgis-common (<< ${source:Version})
Suggests:
#focal groovy hirsute buster sid# otb-qgis,
#focal groovy hirsute impish buster sid# otb-qgis,
saga
Description: Python bindings to QGIS - architecture-independent files
QGIS is a Geographic Information System (GIS) which manages, analyzes and
Expand All @@ -444,6 +444,7 @@ Depends:
libqca-qt5-2-plugins,
libqt5sql5-sqlite,
qt5-image-formats-plugins,
#bulleye sid hirsute impish# qt5-image-formats-plugin-pdf,
${shlibs:Depends},
${misc:Depends}
Breaks: qgis (<= 1.6)
Expand Down
4 changes: 2 additions & 2 deletions debian/rules
Expand Up @@ -40,7 +40,7 @@ endif

QT_PLUGINS_DIR = lib/$(DEB_BUILD_MULTIARCH)/qt5/plugins

ifneq ($(DISTRIBUTION),$(findstring $(DISTRIBUTION),"buster bullseye bionic focal groovy hirsute"))
ifneq ($(DISTRIBUTION),$(findstring $(DISTRIBUTION),"buster bullseye bionic focal groovy hirsute impish"))
DISTRIBUTION := sid
endif

Expand Down Expand Up @@ -73,7 +73,7 @@ else
TESTMAKE=ninja $(NINJA_OPTS)
endif

ifeq (,$(findstring $(DISTRIBUTION),"focal groovy hirsute sid"))
ifeq (,$(findstring $(DISTRIBUTION),"focal groovy hirsute impish sid"))
PYTHON_LIBRARY=$(shell python3-config --ldflags | sed -e 's,-L\(.*\) -L/usr/lib -l\([^ ]*\) .*$$,\1/lib\2.so,')
else
PYTHON_LIBRARY=$(shell python3-config --ldflags --embed | sed -e 's,-L\(.*\) -L[^ ]* -l\([^ ]*\) .*$$,\1/lib\2.so,')
Expand Down

0 comments on commit 298c78f

Please sign in to comment.