[libntl] 06/12: Update to new upstream

Julien Puydt julien.puydt at laposte.net
Thu Aug 28 08:42:48 UTC 2014


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

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

commit 07f0242d928578c3e6b6b2b204f83d8ae15dc383
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Tue Aug 26 18:44:08 2014 +0200

    Update to new upstream
---
 debian/changelog                            | 9 +++++++++
 debian/control                              | 6 +++---
 debian/{libntl0.install => libntl4.install} | 0
 debian/{libntl0.symbols => libntl4.symbols} | 0
 debian/rules                                | 5 +----
 5 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e95d499..2146b65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ntl (6.2.0-1) UNRELEASED; urgency=medium
+
+  * new upstream relase (Closes: 758006)
+  * added myself to uploaders
+  * upstream configure doesn't know about CFLAGS anymore
+  * upstream's soname is now up to libnlt4
+
+ -- Julien Puydt <julien.puydt at laposte.net>  Tue, 26 Aug 2014 16:04:40 +0200
+
 ntl (5.5.2-2) unstable; urgency=low
 
   * add more optional symbols to avoid
diff --git a/debian/control b/debian/control
index 65f233e..7d963fa 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,14 @@ Source: ntl
 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>
+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, libgmp-dev
 Homepage: http://www.shoup.net/ntl/
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/libntl.git
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/libntl.git
 
-Package: libntl0
+Package: libntl4
 Architecture: any
 Section: libs
 Pre-Depends: ${misc:Pre-Depends}
@@ -26,7 +26,7 @@ Package: libntl-dev
 Section: libdevel
 Priority: extra
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libntl0 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libntl4 (= ${binary:Version})
 Description: Number Theory Library, development files
  NTL is a high-performance, portable C++ library providing
  data structures and algorithms for manipulating signed,
diff --git a/debian/libntl0.install b/debian/libntl4.install
similarity index 100%
rename from debian/libntl0.install
rename to debian/libntl4.install
diff --git a/debian/libntl0.symbols b/debian/libntl4.symbols
similarity index 100%
rename from debian/libntl0.symbols
rename to debian/libntl4.symbols
diff --git a/debian/rules b/debian/rules
index d99f201..b10a171 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
 CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)
 CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS)
 LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
@@ -12,7 +11,6 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
         MAKEFLAGS += -j$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
 endif
 
-CFLAGS += -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith # -Wextra
 CXXFLAGS += -Wall
 
 build: build-arch-stamp
@@ -24,8 +22,7 @@ build-indep:
 include/NTL/con%ig.h src/src/m%ileout src/make%ile src/c%ileout: src/configure src/m%ile src/c%ile src/DoConfig
 	cd src && ./configure \
 		WIZARD=off SHARED=on \
-		CFLAGS='$(CFLAGS)' CXXFLAGS='$(CXXFLAGS)' \
-		CPPFLAGS='$(CPPFLAGS)' LDFLAGS='' \
+		CPPFLAGS='$(CPPFLAGS)' CXXFLAGS='$(CXXFLAGS)' LDFLAGS='' \
 		DEF_PREFIX='/usr' \
 		NTL_GMP_LIP=on NTL_STD_CXX=on SHARED=on \
 		NTL_GF2X_LIB=off

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