[grass] 01/02: Enable bzip2 support.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Apr 9 17:55:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master-svn
in repository grass.
commit befc77587369636242034df0aa3983b02db6d1c3
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 59977be..d4c2148 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ grass (7.1.svn20160409-1) UNRELEASED; urgency=medium
* Use packaged jQuery in HTML documentation.
* Add jquery.fixedheadertable.js to missing-sources.
* Remove empty files (class_graphical).
+ * Enable bzip2 support.
-- Bas Couwenberg <sebastic at debian.org> Sat, 09 Apr 2016 12:50:12 +0200
diff --git a/debian/control b/debian/control
index 2e481c3..b592c61 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Build-Depends: autoconf2.13,
flex,
bison,
graphviz,
+ libbz2-dev,
libmotif-dev | lesstif2-dev,
libcairo2-dev,
libfftw3-dev,
diff --git a/debian/control.in b/debian/control.in
index 85169d5..b20e1ea 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -13,6 +13,7 @@ Build-Depends: autoconf2.13,
flex,
bison,
graphviz,
+ libbz2-dev,
libmotif-dev | lesstif2-dev,
libcairo2-dev,
libfftw3-dev,
diff --git a/debian/rules b/debian/rules
index f9b3977..8119958 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,6 +72,7 @@ override_dh_auto_configure: templates
--prefix=/usr/lib \
--enable-socket \
--enable-shared \
+ --with-bzlib \
--with-postgres \
--with-mysql \
--with-cxx \
--
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