Skip to content

Commit c49ab23

Browse files
committed
Add libkea back in; we now have a bionic package for it
1 parent 4fc1112 commit c49ab23

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

gdal/debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ Build-Depends: debhelper (>= 9.20160114),
6060
zlib1g-dev,
6161
libssl-dev,
6262
libesri-filegdb,
63-
libkakadu
64-
# libkea (>= 1.4.4)
63+
libkakadu,
64+
libkea1.4
6565
Build-Conflicts: automake1.11,
6666
python-setuptools
6767
Standards-Version: 4.3.0

gdal/debian/rules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ override_dh_auto_configure:
155155
--with-java=/usr/lib/jvm/default-java \
156156
--with-perl \
157157
--with-python \
158+
--with-kea=/usr/bin/kea-config \
158159
--with-fgdb=/usr/local \
159160
--with-kakadu=/usr/local ; \
160161
mv GDALmake.opt GDALmake.opt-$$V; \

0 commit comments

Comments
 (0)