[sagemath] 04/04: Remove gdmodule from pruner.

Tobias Hansen thansen at moszumanska.debian.org
Sat May 23 10:51:40 UTC 2015


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

thansen pushed a commit to branch master
in repository sagemath.

commit 8c3346b4ad9c4f92f6bd29d78ce4ecabec0ce768
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Sat May 23 10:37:04 2015 +0000

    Remove gdmodule from pruner.
---
 debian/pruner/configure.ac | 8 --------
 debian/pruner/pruner.py.in | 1 -
 2 files changed, 9 deletions(-)

diff --git a/debian/pruner/configure.ac b/debian/pruner/configure.ac
index 336dbc1..0a44979 100644
--- a/debian/pruner/configure.ac
+++ b/debian/pruner/configure.ac
@@ -124,14 +124,6 @@ AC_SUBST(HAS_GAP)
 AC_CHECK_HEADER(gd.h, HAS_GD="True", HAS_GD="False")
 AC_SUBST(HAS_GD)
 
-AC_CHECK_PYTHON_MODULE(gd)
-if test "x${PYTHON_gd}" = "x1"; then
-  HAS_GDMODULE="True"
-else
-  HAS_GDMODULE="False"
-fi
-AC_SUBST(HAS_GDMODULE)
-
 AC_CHECK_HEADER(gf2x.h, HAS_GF2X="True", HAS_GF2X="False")
 AC_SUBST(HAS_GF2X)
 
diff --git a/debian/pruner/pruner.py.in b/debian/pruner/pruner.py.in
index bdf7925..1c11dd6 100644
--- a/debian/pruner/pruner.py.in
+++ b/debian/pruner/pruner.py.in
@@ -53,7 +53,6 @@ dico = {
     'freetype': @HAS_FREETYPE@,
     'gap': @HAS_GAP@,
     'libgd': @HAS_GD@,
-    'gdmodule': @HAS_GDMODULE@,
     'gf2x': @HAS_GF2X@,
     'gfan': @HAS_GFAN@,
     'gcc': @HAS_GFORTRAN@,

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



More information about the debian-science-commits mailing list