[grass] 07/16: Enable bzip2 support.
Bas Couwenberg
sebastic at debian.org
Fri Oct 28 14:16:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch experimental
in repository grass.
commit 183177fee75b7e108596ec040654174eb9b510a2
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Apr 9 19:36:47 2016 +0200
Enable bzip2 support.
---
debian/changelog | 1 +
debian/control | 1 +
debian/control.in | 1 +
debian/rules | 1 +
4 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index bd8786f..f6d1dc2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ grass (7.2.0~rc1-1) UNRELEASED; urgency=medium
* Update watch file for 7.2.x releases.
* Drop Conflicts/Provides/Replaces for old upstream GRASS 7.0 packages.
* Refresh patches.
+ * Enable bzip2 support.
-- Bas Couwenberg <sebastic at debian.org> Fri, 28 Oct 2016 12:44:55 +0200
diff --git a/debian/control b/debian/control
index bf8f4ae..9ecf361 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Build-Depends: autoconf2.13,
flex,
graphviz,
libblas-dev,
+ libbz2-dev,
libcairo2-dev,
libfftw3-dev,
libfreetype6-dev,
diff --git a/debian/control.in b/debian/control.in
index 679d5de..e96b773 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -14,6 +14,7 @@ Build-Depends: autoconf2.13,
flex,
graphviz,
libblas-dev,
+ libbz2-dev,
libcairo2-dev,
libfftw3-dev,
libfreetype6-dev,
diff --git a/debian/rules b/debian/rules
index 3f67b9e..f757956 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,6 +79,7 @@ override_dh_auto_configure: templates
--enable-socket \
--enable-shared \
--with-blas \
+ --with-bzlib \
--with-cairo \
--with-cxx \
--with-freetype \
--
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