Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
debian/1.62: geodata: semantic world support
Browse files Browse the repository at this point in the history
  • Loading branch information
vaclavblazek committed Aug 20, 2019
1 parent b147c30 commit 613a65c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion externals/libsemantic
2 changes: 1 addition & 1 deletion externals/libshtools
4 changes: 3 additions & 1 deletion mapproxy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,6 @@ add_subdirectory(src/setup-resource)

# for testing
add_subdirectory(src/utility/tools EXCLUDE_FROM_ALL)
add_subdirectory(src/semantic/tools EXCLUDE_FROM_ALL)

set(semantic-tools-INSTALL-COMPONENT tools)
add_subdirectory(src/semantic/tools)
3 changes: 2 additions & 1 deletion mapproxy/debian/bionic/control
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ m4_define({{{VAR_BuildDepends}}},{{{debhelper (>= 11), libboost1.65-all-dev
, libicu-dev (>= 60.2-3ubuntu3)
, libtinyxml2-dev
, libmarkdown2-dev
, gawk, pandoc}}})m4_dnl
, libfftw3-dev, liblapack-dev, libblas-dev
, gawk, pandoc, gfortran}}})m4_dnl
6 changes: 6 additions & 0 deletions mapproxy/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
vts-mapproxy (1.62) stable; urgency=medium

* geodata: semantic world support

-- Vaclav Blazek <[email protected]> Tue, 20 Aug 2019 15:03:49 +0000

vts-mapproxy (1.61) stable; urgency=medium

* geodata: layer enhancer ignores NULL entries
Expand Down
3 changes: 2 additions & 1 deletion mapproxy/debian/stretch/control
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ m4_define({{{VAR_BuildDepends}}},{{{debhelper (>= 9.20150101+deb8u2), libboost1.
, libmagic-dev (>= 5.25)
, libtinyxml2-dev
, libmarkdown2-dev
, gawk, pandoc}}})m4_dnl
, libfftw3-dev, liblapack-dev, libblas-dev
, gawk, pandoc, gfortran}}})m4_dnl

0 comments on commit 613a65c

Please sign in to comment.