[libntl] 03/03: Package 9.3.0

Julien Puydt julien.puydt at laposte.net
Mon Aug 24 17:21:34 UTC 2015


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

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

commit 7508ca68c7a835cd0b8080b6af202a4f8d6663d2
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Mon Aug 24 12:46:31 2015 +0200

    Package 9.3.0
---
 debian/changelog | 6 ++++++
 debian/control   | 2 +-
 debian/rules     | 7 +++++--
 3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b66f17a..74cd38b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ntl (9.3.0-1) UNRELEASED; urgency=medium
+
+  * new upstream release
+
+ -- Julien Puydt <julien.puydt at laposte.net>  Mon, 24 Aug 2015 12:46:00 +0200
+
 ntl (6.2.1-1) unstable; urgency=low
 
   [Julien Puydt]
diff --git a/debian/control b/debian/control
index 5763338..14050ff 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.
 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 (>= 9), libtool-bin, libgmp-dev
 Homepage: http://www.shoup.net/ntl/
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/libntl.git
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/libntl.git
 
diff --git a/debian/rules b/debian/rules
index 234517d..ed82364 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ include/NTL/con%ig.h src/src/m%ileout src/make%ile src/c%ileout: src/configure s
 		WIZARD=off SHARED=on \
 		CPPFLAGS='$(CPPFLAGS)' CXXFLAGS='$(CXXFLAGS)' LDFLAGS='$(LDFLAGS)' \
 		DEF_PREFIX='/usr' \
-		NTL_GMP_LIP=on NTL_STD_CXX=on SHARED=on \
+		NTL_GMP_LIP=on SHARED=on \
 		NTL_GF2X_LIB=off
 
 include/NTL/mach_desc.h: src/makefile include/NTL/config.h src/cfileout
@@ -32,6 +32,9 @@ include/NTL/mach_desc.h: src/makefile include/NTL/config.h src/cfileout
 	# generating it this way and perhaps miss something (extended doubles)
 	$(MAKE) -C src setup1
 
+src/GetPID.c: src/makefile
+	$(MAKE) -C src setup2
+
 src/GetTime.c:
 	# This should be the correct one:
 	cp src/GetTime2.c src/GetTime.c
@@ -43,7 +46,7 @@ include/NTL/gmp_aux.h: src/makefile include/NTL/config.h src/cfileout \
 	$(MAKE) -C src setup3
 
 build-arch-stamp: src/makefile include/NTL/config.h src/cfileout \
-		include/NTL/mach_desc.h src/GetTime.c include/NTL/gmp_aux.h
+		include/NTL/mach_desc.h src/GetTime.c include/NTL/gmp_aux.h src/GetPID.c
 	# ntl.a is quite a misnomer, this is the actual idempotent build target
 	$(MAKE) -C src ntl.a
 	touch $@

-- 
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