[libosmium] 02/04: Add (build) dependency on libutfcpp-dev for utf8 headers.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Aug 18 18:45:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libosmium.

commit 8fa4808620c6791f516445c614c75375bfc67d14
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Aug 18 18:54:17 2015 +0200

    Add (build) dependency on libutfcpp-dev for utf8 headers.
---
 debian/changelog | 1 +
 debian/control   | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 43dd7eb..e05ed8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libosmium (2.3.0-1) UNRELEASED; urgency=medium
   * Drop build dependencies on osmpbf & protobuf.
   * Update copyright file, add license & copyright for protozero & utf8.
   * Install protozero headers too.
+  * Add (build) dependency on libutfcpp-dev for utf8 headers.
 
  -- Bas Couwenberg <sebastic at debian.org>  Tue, 18 Aug 2015 14:09:02 +0200
 
diff --git a/debian/control b/debian/control
index e7299f2..664c45a 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Build-Depends: debhelper (>= 9),
                libgdal-dev,
                libgeos++-dev,
                libproj-dev,
+               libutfcpp-dev,
                doxygen,
                graphviz
 Standards-Version: 3.9.6
@@ -24,7 +25,8 @@ Homepage: http://osmcode.org/libosmium/
 Package: libosmium2-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}
+Depends: libutfcpp-dev,
+         ${misc:Depends}
 Suggests: libosmium2-doc
 Conflicts: libosmium-dev
 Provides: libosmium-dev

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libosmium.git



More information about the Pkg-grass-devel mailing list