[primesieve] 01/01: Imported Debian patch 5.7.2+ds-2: fix FTBFS #860664

Jerome Benoit calculus-guest at moszumanska.debian.org
Sun Apr 23 04:40:08 UTC 2017


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

calculus-guest pushed a commit to branch master
in repository primesieve.

commit c7a54370a6e53640cdabc4bfa9243d74a72284d6
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Sat Apr 22 18:58:44 2017 +0400

    Imported Debian patch 5.7.2+ds-2: fix FTBFS #860664
---
 debian/changelog                                      |  7 +++++++
 ...anization-neutralize-resource_demanding_test.patch | 19 +++++++++++++++++++
 debian/patches/series                                 |  1 +
 3 files changed, 27 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 38f81bd..87d444e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+primesieve (5.7.2+ds-2) unstable; urgency=medium
+
+  * RC bug fix release (Closes: #860664), neutralize the heavy test that
+    challenges resources.
+
+ -- Jerome Benoit <calculus at rezozer.net>  Sat, 22 Apr 2017 14:59:07 +0000
+
 primesieve (5.7.2+ds-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/patches/debianization-neutralize-resource_demanding_test.patch b/debian/patches/debianization-neutralize-resource_demanding_test.patch
new file mode 100644
index 0000000..7217d02
--- /dev/null
+++ b/debian/patches/debianization-neutralize-resource_demanding_test.patch
@@ -0,0 +1,19 @@
+Description: debianization: neutralize resource demanding test
+ Neutralize the test that challenges resources and led to
+ FTBFS Bug #860664. Note that the tests are split in the next
+ major upstream version in order to avoid this very issue.
+Origin: vendor, Debian
+Author: Jerome Benoit <calculus at rezozer.net>
+Last-Update: 2017-04-22
+
+--- a/src/primesieve/primesieve_test.cpp
++++ b/src/primesieve/primesieve_test.cpp
+@@ -170,7 +170,7 @@
+     cout << left;
+     testPix();
+     testBigPrimes();
+-    testRandomIntervals();
++//    testRandomIntervals();
+   }
+   catch (exception& e)
+   {
diff --git a/debian/patches/series b/debian/patches/series
index d3ee1a6..79ed414 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 upstream-autotoolization-manpages.patch
 debianization.patch
+debianization-neutralize-resource_demanding_test.patch

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



More information about the debian-science-commits mailing list