[grass] 01/01: Add build dependency on libpq-dev to grass-dev for libpq-fe.h.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Thu Feb 19 22:59:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch experimental
in repository grass.
commit 11509e0e410fd4ba6caea9aae801aea72e244714
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Thu Feb 19 23:59:13 2015 +0100
Add build dependency on libpq-dev to grass-dev for libpq-fe.h.
---
debian/changelog | 1 +
debian/control | 1 +
debian/control.in | 1 +
3 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index f751d03..1991b3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ grass (7.0.0~rc2-1~exp2) UNRELEASED; urgency=medium
* Update python-ctypes-ternary.patch to use if/else instead of and/or.
* Drop check4dev patch, rely on upstream check.
+ * Add build dependency on libpq-dev to grass-dev for libpq-fe.h.
-- Bas Couwenberg <sebastic at debian.org> Tue, 10 Feb 2015 22:55:48 +0100
diff --git a/debian/control b/debian/control
index eb8b0a6..d05e252 100644
--- a/debian/control
+++ b/debian/control
@@ -176,6 +176,7 @@ Depends: grass-core (= ${binary:Version}),
libproj-dev,
libgdal-dev,
libfreetype6-dev,
+ libpq-dev,
python,
${shlibs:Depends},
${misc:Depends}
diff --git a/debian/control.in b/debian/control.in
index 8821950..1252bff 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -176,6 +176,7 @@ Depends: grass-core (= ${binary:Version}),
libproj-dev,
libgdal-dev,
libfreetype6-dev,
+ libpq-dev,
python,
${shlibs:Depends},
${misc:Depends}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/grass.git
More information about the Pkg-grass-devel
mailing list