[fplll] 06/08: Refresh the patch for versioned strategy paths

Julien Puydt julien.puydt at laposte.net
Thu Sep 14 05:31:30 UTC 2017


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

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

commit 0fa3a72b1db5adbd3124f9c65c39134a999bebb8
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Thu Sep 14 06:56:01 2017 +0200

    Refresh the patch for versioned strategy paths
---
 debian/changelog                         |  1 +
 debian/patches/versioned_strategies_path | 12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c38e05f..937385c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ fplll (5.2.0-1) UNRELEASED; urgency=medium
   * Bump std-ver to 4.1.0.
   * Bump d/watch to version 4.
   * Remove the test pruner patch : obsolete (upstream improved the code).
+  * Refresh the patch for versioned strategy paths.
 
  -- Julien Puydt <julien.puydt at laposte.net>  Thu, 14 Sep 2017 06:48:31 +0200
 
diff --git a/debian/patches/versioned_strategies_path b/debian/patches/versioned_strategies_path
index 1f5ea78..4f7ebcf 100644
--- a/debian/patches/versioned_strategies_path
+++ b/debian/patches/versioned_strategies_path
@@ -5,7 +5,7 @@ Forwarded: no
 
 --- a/Makefile.am
 +++ b/Makefile.am
-@@ -6,7 +6,7 @@
+@@ -8,7 +8,7 @@
  pkgconfigdir       = $(libdir)/pkgconfig
  pkgconfig_DATA     = fplll.pc
  
@@ -16,7 +16,7 @@ Forwarded: no
  CLANGFORMAT       ?= clang-format
 --- a/configure.ac
 +++ b/configure.ac
-@@ -132,6 +132,12 @@
+@@ -139,6 +139,12 @@
  AC_DEFINE_UNQUOTED([FPLLL_VERSION],[$FPLLL_VERSION],[full version])
  AC_DEFINE_UNQUOTED([FPLLL_VERSION_INFO],[$FPLLL_VERSION_INFO],[long version string])
  
@@ -31,7 +31,7 @@ Forwarded: no
  AC_CONFIG_FILES([Makefile
 --- a/fplll/defs.h
 +++ b/fplll/defs.h
-@@ -256,14 +256,6 @@
+@@ -257,14 +257,6 @@
    HKZ_VERBOSE = 1
  };
  
@@ -43,9 +43,9 @@ Forwarded: no
 -#define FPLLL_DEFAULT_STRATEGY ""
 -#endif
 -
- enum PrunerMethod
+ enum PrunerMetric
  {
-   PRUNER_METHOD_GREEDY   = 0,
+   PRUNER_METRIC_PROBABILITY_OF_SHORTEST = 0,
 --- a/fplll/fplll_config.h.in
 +++ b/fplll/fplll_config.h.in
 @@ -22,6 +22,10 @@
@@ -69,4 +69,4 @@ Forwarded: no
 +AM_CPPFLAGS = -I$(TOPSRCDIR)
  EXTRA_DIST = io/json.hpp ballvol.const factorial.const
  
- nobase_include_fplll_HEADERS=defs.h fplll.h \
+ CLEANFILES = *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda */*.gcno */*.gcda

-- 
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