[libntl] 01/01: Enable gf2x (closes #872711)

Julien Puydt julien.puydt at laposte.net
Thu Aug 31 07:23:49 UTC 2017


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

jpuydt-guest pushed a commit to branch master
in repository libntl.

commit 27674a11e371a8f5ef66a0870171c65829bcb076
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Thu Aug 31 09:08:31 2017 +0200

    Enable gf2x (closes #872711)
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 debian/rules     | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3a874a2..6f93fcc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ ntl (10.5.0-1) UNRELEASED; urgency=medium
   * Refresh the patch for typos.
   * Rewrote d/copyright since upstream license changed.
   * Follow the soname bump from 27 to 35.
+  * Enable linking to gf2x (Closes: #872711).
 
  -- Julien Puydt <julien.puydt at laposte.net>  Wed, 30 Aug 2017 21:30:38 +0200
 
diff --git a/debian/control b/debian/control
index db83eef..65cb699 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: math
 Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Bernhard R. Link <brlink at debian.org>, Lifeng Sun <lifongsun at gmail.com>, Felix Salfelder <felix at salfelder.org>, Julien Puydt <julien.puydt at laposte.net>
-Build-Depends: debhelper (>= 10), libtool-bin, libgmp-dev
+Build-Depends: debhelper (>= 10), libtool-bin, libgmp-dev, libgf2x-dev
 Homepage: http://www.shoup.net/ntl/
 Standards-Version: 4.0.1
 Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/libntl.git
diff --git a/debian/rules b/debian/rules
index 605ee83..30004fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,7 +25,7 @@ include/NTL/con%ig.h src/src/m%ileout src/make%ile src/c%ileout: src/configure s
 		CPPFLAGS='$(CPPFLAGS)' CXXFLAGS='$(CXXFLAGS)' LDFLAGS='$(LDFLAGS)' \
 		DEF_PREFIX='/usr' \
 		NTL_GMP_LIP=on SHARED=on \
-		NTL_GF2X_LIB=off
+		NTL_GF2X_LIB=on
 
 include/NTL/mach_desc.h: src/makefile include/NTL/config.h src/cfileout
 	# TODO: better make that file static and check it is correct than

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libntl.git



More information about the debian-science-commits mailing list