tag 830733 pending
thanks

Hello,

Bug #830733 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:

    http://git.debian.org/?p=collab-maint/procps.git;a=commitdiff;h=046a363

---
commit 046a363569517a420249b936cf1489fffc6be688
Author: Craig Small <csm...@debian.org>
Date:   Mon Jul 11 15:34:04 2016 +1000

    Remove strtod_nol tests
    
    Closes: #830733
    Floats are evil, doubles are doubly evil.
    The tests checking the strtod_nol function work on my linux-amd64 and my
    kfreebsd-amd64. They fail on i386 :/
    
    It's not float versus double, they're both doubles. It's just floating
    point arithmetic. There's no assetAlmostEqual ala python nosetests so
    I'll just remove the test instead.

diff --git a/debian/changelog b/debian/changelog
index 3b2695d..bfa7a88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ procps (2:3.3.12-2) UNRELEASED; urgency=medium
 
   * Only have one installinit override, thanks Sven! Closes: #827423
   * Define HOST_NAME_MAX when not defined Closes: #830734
+  * Remove strtod_nol tests Closes: #830733
 
  -- Craig Small <csm...@debian.org>  Mon, 11 Jul 2016 15:23:35 +1000
 

Reply via email to