[ratpoints] 11/11: Resolve FTBFS from linking order.
Tobias Hansen
thansen at moszumanska.debian.org
Wed Jul 9 21:22:13 UTC 2014
This is an automated email from the git hooks/post-receive script.
thansen pushed a commit to branch master
in repository ratpoints.
commit 070aa926c4e4f88b53ce8719cc7dbc67acd62cae
Author: Tobias Hansen <tobias.han at gmx.de>
Date: Wed Jul 9 23:18:49 2014 +0200
Resolve FTBFS from linking order.
---
debian/changelog | 8 +++++---
debian/patches/automake.patch | 3 ++-
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2adff0d..f6a9a27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,11 @@
-ratpoints (1:2.1.3-1) UNRELEASED; urgency=medium
+ratpoints (1:2.1.3-1) unstable; urgency=medium
+ * New package ratpoints containing the ratpoints binary and the
+ documentation ratpoints-doc.pdf. (Closes: #745810)
* Include source of ratpoints-doc.pdf in debian/missing-sources/.
* Remove repack infrastructure.
- * New package ratpoints containing the ratpoints binary and the
- documentation in pdf format. (Closes: #745810)
+ * Include change from Ubuntu (2.1.3+dfsg-2ubuntu1) to resolve
+ FTBFS from linking order. Thanks Daniel T Chen. (Closes: #729506)
* Abort package build when test fails.
* Bump Standards-Version to 3.9.5.
diff --git a/debian/patches/automake.patch b/debian/patches/automake.patch
index 6baad39..80d17e8 100644
--- a/debian/patches/automake.patch
+++ b/debian/patches/automake.patch
@@ -146,7 +146,7 @@ Subject: Switch to automake, build a shared library using libtool
- ./gen_find_points_h > find_points.h
--- /dev/null
+++ b/Makefile.am
-@@ -0,0 +1,75 @@
+@@ -0,0 +1,76 @@
+INCLUDES = -I$(top_srcdir)
+AM_CFLAGS = $(GMP_FLAGS) $(SIMD_FLAGS) -DRATPOINTS_MAX_BITS_IN_PRIME=7 -DUSE_SSE
+AM_LIBS = $(GMP_LIBS) $(LIBM)
@@ -173,6 +173,7 @@ Subject: Switch to automake, build a shared library using libtool
+ $(top_srcdir)/primes.h \
+ $(top_srcdir)/rp-private.h
+libratpoints_la_LDFLAGS = -release 2.1.3
++libratpoints_la_LIBADD = -lm
+
+include_HEADERS = ratpoints.h
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ratpoints.git
More information about the debian-science-commits
mailing list