[Pkg-octave-commit] [SCM] Debian packaging for octave branch, master, updated. debian/3.4.3-1-6-gde60906

Sébastien Villemot sebastien.villemot at ens.fr
Fri Dec 30 22:18:23 UTC 2011


The following commit has been merged in the master branch:
commit de60906019414cffb33968d2f96435705bbba196
Author: Sébastien Villemot <sebastien.villemot at ens.fr>
Date:   Fri Dec 30 23:17:44 2011 +0100

    use_system_arpack patch: fix test in configure and typo in description
    
    Git-Dch: Ignore

diff --git a/debian/patches/use_system_arpack b/debian/patches/use_system_arpack
index 0892d44..adc0df3 100644
--- a/debian/patches/use_system_arpack
+++ b/debian/patches/use_system_arpack
@@ -1,4 +1,4 @@
-Description: Use libarpack-dev as packaged in Debian
+Description: Use libarpack2-dev as packaged in Debian
  The patch removes arpack from the original sources, just to be sure that we
  are really using the system library. 
  . 
@@ -32,11 +32,11 @@ Author: Sébastien Villemot <sebastien.villemot at ens.fr>
  AC_SUBST(GL2PS_LIBS)
  
 +# System arpack
-+save_LIBS="$LIBS"
-+AC_CHECK_LIB([arpack], [cgetv0])
++AC_CHECK_LIB([arpack], [cgetv0_],
++		 [AC_MSG_NOTICE([System arpack was found])],
++		 [AC_MSG_ERROR([Unable to find arpack])])
 +ARPACK_LIBS="-larpack"
 +AC_SUBST(ARPACK_LIBS)
-+LIBS="$save_LIBS"
  
  # ----------------------------------------------------------------------
  

-- 
Debian packaging for octave



More information about the Pkg-octave-commit mailing list