[fplll] 05/08: Added a patch for typos

Julien Puydt julien.puydt at laposte.net
Tue Aug 23 12:27:54 UTC 2016


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

jpuydt-guest pushed a commit to branch master
in repository fplll.

commit c0887cec040cde3e4c286dcdc95eadc77304d46b
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Tue Aug 23 12:12:56 2016 +0200

    Added a patch for typos
---
 debian/changelog          |  1 +
 debian/patches/series     |  1 +
 debian/patches/typo.patch | 30 ++++++++++++++++++++++++++++++
 3 files changed, 32 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8ca6534..8d9ff9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ fplll (5.0.0-1) UNRELEASED; urgency=medium
   * Use https in Vcs-* fields.
   * Complete d/copyright.
   * Enable all hardening options.
+  * Added a patch for typos.
 
  -- Julien Puydt <julien.puydt at laposte.net>  Tue, 23 Aug 2016 08:11:04 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..738c1cc
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+typo.patch
diff --git a/debian/patches/typo.patch b/debian/patches/typo.patch
new file mode 100644
index 0000000..db44bba
--- /dev/null
+++ b/debian/patches/typo.patch
@@ -0,0 +1,30 @@
+Author: Julien Puydt
+Description: Fixes typos
+Forwarded: yes
+
+diff --git a/fplll.pc.in b/fplll.pc.in
+index f43fe6d..4eb079f 100644
+--- a/fplll.pc.in
++++ b/fplll.pc.in
+@@ -4,7 +4,7 @@ libdir=@libdir@
+ includedir=@includedir@
+ 
+ Name: @PACKAGE_NAME@
+-Description: lattice algorithms with floating-poin computations
++Description: lattice algorithms with floating-point computations
+ Version: @PACKAGE_VERSION@
+ Libs: -L${libdir} @LDFLAGS@ @LIBQD_LIBADD@ -lgmp -lmpfr -lfplll
+ Cflags: @CXXFLAGS@
+diff --git a/fplll/pruner.cpp b/fplll/pruner.cpp
+index 7a9a9f0..9a07d7f 100644
+--- a/fplll/pruner.cpp
++++ b/fplll/pruner.cpp
+@@ -694,7 +694,7 @@ if (verbosity){
+   cerr << "Done nelder_mead, after " << counter << " steps" << endl;
+   cerr << "Final cf = " << fs[mini]  << " proba = " << svp_probability(b)  << endl;
+   if (improved)
+-    {cerr << "Progess has been made: init cf = " << init_cf << endl;}
++    {cerr << "Progress has been made: init cf = " << init_cf << endl;}
+   cerr << endl;
+   
+ }

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



More information about the debian-science-commits mailing list