[SCM] library for LLL-reduction of Euclidean lattices branch, master, updated. upstream/4.0.1-27-g250d18a

Julien Puydt julien.puydt at laposte.net
Mon Dec 17 08:11:49 UTC 2012


The following commit has been merged in the master branch:
commit df587c89c38bec3c5e3e459c9d15db438f36c17f
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Mon Dec 17 08:33:46 2012 +0100

    Small fixes for the package descriptions.

diff --git a/debian/control b/debian/control
index c1c8dcf..763c893 100644
--- a/debian/control
+++ b/debian/control
@@ -17,8 +17,8 @@ Section: libs
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Library for LLL-reduction of Euclidean lattices, runtime
- fpLLL is a library for computing nearly orthogonal basis for
- Euclidean lattices using the LLL algorithm.
+ fpLLL is a library for computing reduced (nearly orthogonal) bases
+ for Euclidean lattices using the LLL algorithm.
  .
  fpLLL contains multiple different implementations of the
  floating-point LLL reduction algorithm, offering multiple different
@@ -29,7 +29,7 @@ Description: Library for LLL-reduction of Euclidean lattices, runtime
  In the case of the wrapper, the succession of variants is oblivious
  to the user.
  .
- This package contains a shared library for libfplll.
+ This package contains the shared library libfplll.
 
 Package: libfplll-dev
 Architecture: any
@@ -48,7 +48,7 @@ Description: Library for LLL-reduction of euclidean lattices, development
  In the case of the wrapper, the succession of variants is oblivious
  to the user.
  .
- This package contains development files for libfplll0.
+ This package contains development files for libfplll.
 
 Package: fplll-tools
 Architecture: any
@@ -66,4 +66,4 @@ Description: Tools to compute LLL-reduction of euclidian lattices
  In the case of the wrapper, the succession of variants is oblivious
  to the user.
  .
- This package contains the base tools using libfplll0.
+ This package contains the base tools using libfplll.

-- 
library for LLL-reduction of Euclidean lattices



More information about the debian-science-commits mailing list