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

Commit

Permalink
debian/1.44: Terrain provider support
Browse files Browse the repository at this point in the history
  • Loading branch information
vaclavblazek committed Mar 14, 2019
1 parent 0aaff7a commit c2b7a2e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
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.44) stable; urgency=medium

* Terrain provider support.

-- Vaclav Blazek <[email protected]> Wed, 13 Mar 2019 17:06:10 +0100

vts-mapproxy (1.43) stable; urgency=medium

* Added munin support.
Expand Down
4 changes: 2 additions & 2 deletions mapproxy/debian/templates/control.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Homepage: https://www.melown.com/maps

Package: vts-mapproxy
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, vts-registry (>= 1.23)
Depends: ${shlibs:Depends}, ${misc:Depends}, vts-registry (>= 1.24)
, vts-mapproxy-tools (= ${binary:Version})
Replaces: ctt-vts-mapproxy (<< 1.0)
Breaks: ctt-vts-mapproxy (<< 1.0)
Expand All @@ -17,7 +17,7 @@ Description: VTS MapProxy backend server

Package: vts-mapproxy-tools
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, vts-registry (>= 1.23)
Depends: ${shlibs:Depends}, ${misc:Depends}, vts-registry (>= 1.24)
Replaces: ctt-vts-mapproxy-tools (<< 1.0)
Breaks: ctt-vts-mapproxy-tools (<< 1.0)
Description: VTS MapProxy backend server tools
Expand Down

0 comments on commit c2b7a2e

Please sign in to comment.