[pktools] 04/28: Drop nlopt build dependency & configure option, support disabled upstream.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Wed May 18 10:03:05 UTC 2016


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

sebastic pushed a commit to branch master
in repository pktools.

commit c2653368b926d0ff946c3b314f009fccab13477e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue May 17 20:50:46 2016 +0200

    Drop nlopt build dependency & configure option, support disabled upstream.
---
 debian/changelog | 1 +
 debian/control   | 1 -
 debian/rules     | 3 ++-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0dcd8d1..2a200a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pktools (2.6.7-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Bump Standards-Version to 3.9.7, no changes.
+  * Drop nlopt build dependency & configure option, support disabled upstream.
 
  -- Bas Couwenberg <sebastic at debian.org>  Tue, 17 May 2016 20:46:48 +0200
 
diff --git a/debian/control b/debian/control
index 459c677..adcb762 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,6 @@ Build-Depends: debhelper (>= 9),
                libfann-dev,
                liblas-c-dev (>= 1.8.0-4~),
                libsvm-dev,
-               libnlopt-dev,
                pkg-kde-tools,
                docbook2x,
                docbook-xsl,
diff --git a/debian/rules b/debian/rules
index 85cd1e4..98d9ca8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,8 @@ MANPAGES:=$(wildcard debian/man/*.*.xml)
 	      --parallel
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-fann --enable-las --enable-nlopt
+	dh_auto_configure -- --enable-fann \
+	                     --enable-las
 
 override_dh_clean:
 	dh_clean debian/man/*.1

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



More information about the Pkg-grass-devel mailing list