[libntl] 12/12: Updated to 6.2.1
Julien Puydt
julien.puydt at laposte.net
Thu Aug 28 08:42:49 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 73b54b95e24ad325219edbc0363bd325ab59c40f
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Wed Aug 27 09:32:52 2014 +0200
Updated to 6.2.1
---
debian/changelog | 5 +++--
debian/control | 4 ++--
debian/{libntl4.install => libntl5.install} | 0
debian/{libntl4.symbols => libntl5.symbols} | 0
debian/rules | 2 +-
5 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2146b65..acd3085 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-ntl (6.2.0-1) UNRELEASED; urgency=medium
+ntl (6.2.1-1) UNRELEASED; urgency=low
+ [Julien Puydt]
* 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
+ * upstream's soname is now up to libntl5
-- Julien Puydt <julien.puydt at laposte.net> Tue, 26 Aug 2014 16:04:40 +0200
diff --git a/debian/control b/debian/control
index 7d963fa..765f320 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ 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: libntl4
+Package: libntl5
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}, libntl4 (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libntl5 (= ${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/libntl4.install b/debian/libntl5.install
similarity index 100%
rename from debian/libntl4.install
rename to debian/libntl5.install
diff --git a/debian/libntl4.symbols b/debian/libntl5.symbols
similarity index 100%
rename from debian/libntl4.symbols
rename to debian/libntl5.symbols
diff --git a/debian/rules b/debian/rules
index b10a171..234517d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +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 \
- CPPFLAGS='$(CPPFLAGS)' CXXFLAGS='$(CXXFLAGS)' LDFLAGS='' \
+ CPPFLAGS='$(CPPFLAGS)' CXXFLAGS='$(CXXFLAGS)' LDFLAGS='$(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