r37260 - in /packages/lapack/trunk/debian: changelog control patches/ patches/zggevdoc.patch

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Sun Feb 6 14:18:14 UTC 2011


Author: sylvestre
Date: Sun Feb  6 14:18:05 2011
New Revision: 37260

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=37260
Log:
  * Incorporate the modifications of Laurent's NMU (Closes: #586315)
  * Fix a minor typo in the manpage of zggev. Thanks to Bastien Roucaries
    (Closes: #593705)
  * Remove the old stuff about gfortran in the description
  * Switch to dpkg-source 3.0 (quilt) format

Added:
    packages/lapack/trunk/debian/patches/
    packages/lapack/trunk/debian/patches/zggevdoc.patch
Modified:
    packages/lapack/trunk/debian/changelog
    packages/lapack/trunk/debian/control

Modified: packages/lapack/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/lapack/trunk/debian/changelog?rev=37260&op=diff
==============================================================================
--- packages/lapack/trunk/debian/changelog (original)
+++ packages/lapack/trunk/debian/changelog Sun Feb  6 14:18:05 2011
@@ -1,3 +1,13 @@
+lapack (3.3.0-2) experimental; urgency=low
+
+  * Incorporate the modifications of Laurent's NMU (Closes: #586315)
+  * Fix a minor typo in the manpage of zggev. Thanks to Bastien Roucaries
+    (Closes: #593705)
+  * Remove the old stuff about gfortran in the description
+  * Switch to dpkg-source 3.0 (quilt) format
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Mon, 20 Dec 2010 00:09:45 +0100
+
 lapack (3.3.0-1) experimental; urgency=low
 
   * New upstream release

Modified: packages/lapack/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/lapack/trunk/debian/control?rev=37260&op=diff
==============================================================================
--- packages/lapack/trunk/debian/control (original)
+++ packages/lapack/trunk/debian/control Sun Feb  6 14:18:05 2011
@@ -16,11 +16,6 @@
 Conflicts: lapack99
 Replaces: lapack99
 Description: library of linear algebra routines 3 - shared version
- This package is a binary incompatible upgrade to the lapack
- package. The (minor) incompatibilities are entirely due to changes in
- the blas library, against which this library is linked. Please see the
- documentation for the refblas3 package for details.
- .
  LAPACK version 3.X is a comprehensive FORTRAN library that does
  linear algebra operations including matrix inversions, least
  squared solutions to linear sets of equations, eigenvector
@@ -34,14 +29,9 @@
 Depends: ${misc:Depends}, liblapack3gf (= ${binary:Version}),
  libblas-dev | libatlas-base-dev | libblas-3gf.so
 Provides: liblapack-3gf.so
-Conflicts: lapack99-dev,lapack-dev,liblapack-3.so
-Replaces: lapack99-dev,lapack-dev,liblapack-3.so
+Conflicts: lapack99-dev, lapack-dev, liblapack-3.so
+Replaces: lapack99-dev, lapack-dev, liblapack-3.so
 Description: library of linear algebra routines 3 - static version
- This package is a binary incompatible upgrade to the lapack-dev
- package. The (minor) incompatibilities are entirely due to changes in
- the blas library, against which this library is linked. Please see the
- documentation for the refblas3 package for details.
- .
  LAPACK version 3.X is a comprehensive FORTRAN library that does
  linear algebra operations including matrix inversions, least
  squared solutions to linear sets of equations, eigenvector
@@ -52,16 +42,11 @@
 Package: liblapack-pic
 Section: libdevel
 Architecture: any
-Conflicts: lapack-pic,lapack3-pic
-Replaces: lapack-pic,lapack3-pic
+Conflicts: lapack-pic, lapack3-pic
+Replaces: lapack-pic, lapack3-pic
 Depends: ${misc:Depends}, liblapack3gf (= ${binary:Version}),
  libatlas-base-dev | libblas-dev | libblas-3gf.so
 Description: library of linear algebra routines 3 - static PIC version
- This package is a binary incompatible upgrade to the lapack-pic
- package. The (minor) incompatibilities are entirely due to changes in
- the blas library, against which this library is linked. Please see the
- documentation for the refblas3 package for details.
- .
  LAPACK version 3.X is a comprehensive FORTRAN library that does
  linear algebra operations including matrix inversions, least
  squared solutions to linear sets of equations, eigenvector
@@ -70,7 +55,7 @@
  use in the scientific community.
  .
  Normally one would want to use non-PIC code for static linking.  In
- this case, install lapack-dev.  This package is provided for other
+ this case, install liblapack-dev.  This package is provided for other
  packages, such as atlas, needing access to PIC versions of the lapack
  objects in their own build process.
 
@@ -81,11 +66,6 @@
 Replaces: lapack-test,lapack3-test
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: library of linear algebra routines 3 - testing programs
- This package is a binary incompatible upgrade to the lapack-test
- package. The (minor) incompatibilities are entirely due to changes in
- the blas library, against which this library is linked. Please see the
- documentation for the refblas3 package for details.
- .
  LAPACK version 3.X is a comprehensive FORTRAN library that does
  linear algebra operations including matrix inversions, least
  squared solutions to linear sets of equations, eigenvector
@@ -108,12 +88,6 @@
 Conflicts: lapack-doc,lapack3-doc
 Replaces: lapack-doc,lapack3-doc
 Description: library of linear algebra routines 3 - documentation
- This package is an upgrade to the lapack-doc package to accompany
- the binary incompatible upgrade from lapack to liblapack3gf. The
- (minor) incompatibilities in this upgrade are entirely due to changes
- in the blas library, against which this library is linked. Please see
- the documentation for the refblas3 package for details.
- .
  LAPACK version 3.X is a comprehensive FORTRAN library that does
  linear algebra operations including matrix inversions, least
  squared solutions to linear sets of equations, eigenvector

Added: packages/lapack/trunk/debian/patches/zggevdoc.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/lapack/trunk/debian/patches/zggevdoc.patch?rev=37260&op=file
==============================================================================
--- packages/lapack/trunk/debian/patches/zggevdoc.patch (added)
+++ packages/lapack/trunk/debian/patches/zggevdoc.patch Sun Feb  6 14:18:05 2011
@@ -1,0 +1,12 @@
+Index: lapack-3.3.0/man/manl/zggev.l
+===================================================================
+--- lapack-3.3.0.orig/man/manl/zggev.l	2010-12-20 00:04:19.000000000 +0100
++++ lapack-3.3.0/man/manl/zggev.l	2010-12-20 00:04:38.000000000 +0100
+@@ -77,6 +77,7 @@
+ The leading dimension of B.  LDB >= max(1,N).
+ .TP 8
+ ALPHA   (output) COMPLEX*16 array, dimension (N)
++.TQ 8
+ BETA    (output) COMPLEX*16 array, dimension (N)
+ On exit, ALPHA(j)/BETA(j), j=1,...,N, will be the
+ generalized eigenvalues.




More information about the debian-science-commits mailing list