[linbox] 01/01: Remove two obsolete patches.

Tobias Hansen thansen at moszumanska.debian.org
Sun Oct 9 13:00:58 UTC 2016


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

thansen pushed a commit to branch master
in repository linbox.

commit 79fa40001ffebb681d9ce9b51781bb95f716156b
Author: Tobias Hansen <thansen at debian.org>
Date:   Sun Oct 9 14:00:51 2016 +0100

    Remove two obsolete patches.
---
 debian/changelog                         |  4 ++++
 debian/patches/fix-gmp-detect.patch      | 23 -----------------------
 debian/patches/linboxsage-link-iml.patch | 21 ---------------------
 3 files changed, 4 insertions(+), 44 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2c5f45f..ab7ab18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,10 @@ linbox (1.4.2-1) UNRELEASED; urgency=medium
   * New patch pkgconfig.patch:
     Do not put the CFLAGS used to build linbox into the pkg-config file.
   * Remove Lifeng Sun from Uploaders.
+  * debian/patches/fix-gmp-detect.patch
+    - Removed obsolete patch.
+  * debian/patches/linboxsage-link-iml.patch
+    - Removed obsolete patch.
 
  -- Doug Torrance <dtorrance at piedmont.edu>  Sat, 30 Jul 2016 10:31:14 -0400
 
diff --git a/debian/patches/fix-gmp-detect.patch b/debian/patches/fix-gmp-detect.patch
deleted file mode 100644
index 748e6b7..0000000
--- a/debian/patches/fix-gmp-detect.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-fix GMP detection.
-
---- a/macros/gmp-check.m4
-+++ b/macros/gmp-check.m4
-@@ -53,15 +53,10 @@
- 
- for GMP_HOME in ${GMP_HOME_PATH}
-   do
--	if test -r "$GMP_HOME/include/gmp.h"; then
-+	if test -r "$GMP_HOME/include/${DEB_HOST_MULTIARCH}/gmp.h"; then
- 
--		if test "x$GMP_HOME" != "x/usr" -a "x$GMP_HOME" != "x/usr/local"; then
--			GMP_CFLAGS="-I${GMP_HOME}/include"
--			GMP_LIBS="-L${GMP_HOME}/lib -lgmpxx -lgmp"
--		else
--			GMP_CFLAGS=
--			GMP_LIBS="-lgmpxx -lgmp"
--		fi
-+		GMP_CFLAGS="-I${GMP_HOME}/include/${DEB_HOST_MULTIARCH}"
-+		GMP_LIBS="-L${GMP_HOME}/lib/${DEB_HOST_MULTIARCH} -lgmpxx -lgmp"
- 
- 		CXXFLAGS="${CXXFLAGS} ${GMP_CFLAGS}"
- 		LIBS="${LIBS} ${GMP_LIBS}"
diff --git a/debian/patches/linboxsage-link-iml.patch b/debian/patches/linboxsage-link-iml.patch
deleted file mode 100644
index 4a8c3c8..0000000
--- a/debian/patches/linboxsage-link-iml.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Description: dpkg-shlibdeps warned that liblinboxsage was missing symbols from libiml.
-Author: Tobias Hansen <thansen at debian.org>
-
---- a/interfaces/sage/Makefile.am
-+++ b/interfaces/sage/Makefile.am
-@@ -23,7 +23,7 @@
- 
- AM_CPPFLAGS=-I$(top_srcdir) -I. -I../../linbox
- 
--AM_CXXFLAGS = @DEFAULT_CFLAGS@ -DDISABLE_COMMENTATOR $(GMP_CFLAGS) $(NTL_CFLAGS) $(ATLAS_CFLAGS) $(FFLAS_FFPACK_CFLAGS) $(GIVARO_CFLAGS)
-+AM_CXXFLAGS = @DEFAULT_CFLAGS@ -DDISABLE_COMMENTATOR $(GMP_CFLAGS) $(NTL_CFLAGS) $(ATLAS_CFLAGS) $(FFLAS_FFPACK_CFLAGS) $(GIVARO_CFLAGS) $(IML_CFLAGS)
- 
- lib_LTLIBRARIES = liblinboxsage.la
- 
-@@ -35,5 +35,5 @@
- #gentoo's linbox-1.1.6-fix-undefined-symbols.patch
- liblinboxsage_la_LIBADD = $(top_builddir)/linbox/liblinbox.la
- 
--liblinboxsage_la_LDFLAGS =  $(GIVARO_LIBS) $(GMP_LIBS) $(NTL_LIBS) $(BLAS_LIBS) $(MAPLE_LIBS) $(LDFLAGS) -version-info 0:0:0 -release 1.3.2 #-Wl,-zmuldefs
-+liblinboxsage_la_LDFLAGS =  $(GIVARO_LIBS) $(GMP_LIBS) $(NTL_LIBS) $(BLAS_LIBS) $(MAPLE_LIBS) $(IML_LIBS) $(LDFLAGS) -version-info 0:0:0 -release 1.3.2 #-Wl,-zmuldefs
- endif

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



More information about the debian-science-commits mailing list