[SCM] Packaging of Math::TamuAnova in Debian branch, master, updated. upstream/1.0.2-24-g5bde6a2

Nathan Handler nhandler at ubuntu.com
Sat Jun 23 23:42:28 UTC 2012


The following commit has been merged in the master branch:
commit 7eac4d83e421b9b0aa7b8dd3a2b97d9fc5e3545b
Author: Nathan Handler <nhandler at ubuntu.com>
Date:   Sat Jun 23 18:37:17 2012 -0500

    Remove fix-linking.patch: Applied upstream

diff --git a/debian/patches/fix-linking.patch b/debian/patches/fix-linking.patch
deleted file mode 100644
index 83d3c93..0000000
--- a/debian/patches/fix-linking.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Force link to libblas.so
-
-The link should be done by tamuanova (or more exactly by libgsl called from
-libtamuanova) but it is not (probably in order to allow to dynamically link
-to different blas implementations.
-
-Devel::CheckLib cannot link to two simultaneous libraries (-ltamuanova -lblas)
-so this check is desactivated (it is ensure by build-dependencies)
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -2,7 +2,6 @@
- use Devel::CheckLib;
- 
- check_lib_or_exit(
--    lib => [qw(tamuanova)],
-     header => "tamu_anova/tamu_anova.h"
- );
- 
-@@ -18,7 +17,7 @@
-     ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
-       (ABSTRACT_FROM  => 'lib/Math/TamuAnova.pm', # retrieve abstract from module
-        AUTHOR         => 'Vincent Danjean <Vincent.Danjean at ens-lyon.org>') : ()),
--    LIBS              => ['-ltamuanova'], # e.g., '-lm'
-+    LIBS              => ['-ltamuanova -lblas'], # e.g., '-lm'
-     DEFINE            => '-Wall', # e.g., '-DHAVE_SOMETHING'
-     INC               => '-I.', # e.g., '-I. -I/usr/include/other'
- 	# Un-comment this if you add C files to link with later:
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 9c50bcd..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-linking.patch

-- 
Packaging of Math::TamuAnova in Debian



More information about the Pkg-perl-cvs-commits mailing list