[postgis] 10/11: Add build dependencies for protobuf support.

Bas Couwenberg sebastic at debian.org
Sat Sep 2 21:02:16 UTC 2017


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

sebastic pushed a commit to branch experimental
in repository postgis.

commit 483f4abb04c88a0d705964ad571ebadefcca832d
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Sep 2 21:58:50 2017 +0200

    Add build dependencies for protobuf support.
---
 debian/changelog  | 1 +
 debian/control    | 2 ++
 debian/control.in | 2 ++
 3 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 586c115..d1cf1c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ postgis (2.4.0~beta1+dfsg-1) UNRELEASED; urgency=medium
   * Drop avoid-bashisms.patch, applied upstream.
   * Update symbols for 2.4.0~beta1.
   * Drop unused overrides for hardening-no-pie.
+  * Add build dependencies for protobuf support.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 02 Sep 2017 19:56:21 +0200
 
diff --git a/debian/control b/debian/control
index a4951d9..e38cc4e 100644
--- a/debian/control
+++ b/debian/control
@@ -23,12 +23,14 @@ Build-Depends: autoconf2.13,
                libgtk2.0-dev,
                libjson-c-dev | libjson0-dev (>= 0.9~),
                libproj-dev (>= 4.6.0),
+               libprotobuf-c-dev,
                libsfcgal-dev [!armel],
                libxml2-dev (>= 2.5.0~),
                po-debconf,
                postgresql,
                postgresql-common (>= 148~),
                postgresql-server-dev-all,
+               protobuf-c-compiler,
                rdfind,
                xsltproc
 Standards-Version: 4.0.0
diff --git a/debian/control.in b/debian/control.in
index 9610a12..0ebc49d 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -23,12 +23,14 @@ Build-Depends: autoconf2.13,
                libgtk2.0-dev,
                libjson-c-dev | libjson0-dev (>= 0.9~),
                libproj-dev (>= 4.6.0),
+               libprotobuf-c-dev,
                libsfcgal-dev [!armel],
                libxml2-dev (>= 2.5.0~),
                po-debconf,
                postgresql,
                postgresql-common (>= 148~),
                postgresql-server-dev-all,
+               protobuf-c-compiler,
                rdfind,
                xsltproc
 Standards-Version: 4.0.0

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



More information about the Pkg-grass-devel mailing list