[saga] 07/11: Add --with-system-dxflib to configure options.

Bas Couwenberg sebastic at debian.org
Fri Jul 1 21:55:58 UTC 2016


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

sebastic pushed a commit to branch master
in repository saga.

commit 7a603ff1607da8f3617fbe3bbf896d728da0e96c
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jul 1 21:00:44 2016 +0200

    Add --with-system-dxflib to configure options.
---
 debian/changelog | 1 +
 debian/rules     | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 03c2f11..d536570 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ saga (2.3.0+dfsg-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release.
   * Drop patches applied upstream, refresh remaining patches.
+  * Add --with-system-dxflib to configure options.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 01 Jul 2016 20:21:37 +0200
 
diff --git a/debian/rules b/debian/rules
index af7200e..c321271 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,9 @@ override_dh_auto_configure: templates
 		--disable-libfire \
 		--disable-triangle \
 		--enable-openmp \
-		--enable-python $(shell dpkg-buildflags --export=configure)
+		--enable-python \
+		--with-system-dxflib \
+		$(shell dpkg-buildflags --export=configure)
 
 override_dh_auto_build:
 	pod2man --section=1 --release=$(VERSION) --center " " debian/saga_gui.pod > saga_gui.1

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



More information about the Pkg-grass-devel mailing list