[eclib] 02/02: Package new upstream release

Julien Puydt julien.puydt at laposte.net
Tue Apr 4 05:49:49 UTC 2017


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

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

commit e2c0aabd9f819afe7c18be12a91db00cf44f79e2
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Mon Apr 3 23:03:07 2017 +0200

    Package new upstream release
---
 debian/changelog           |  6 ++++++
 debian/patches/armel.patch | 10 +++-------
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 24fb638..c67aa3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+eclib (20170330-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Julien Puydt <julien.puydt at laposte.net>  Mon, 03 Apr 2017 23:02:46 +0200
+
 eclib (20170122-1) experimental; urgency=medium
 
   * New upstream release.
diff --git a/debian/patches/armel.patch b/debian/patches/armel.patch
index 31ac353..a698355 100644
--- a/debian/patches/armel.patch
+++ b/debian/patches/armel.patch
@@ -2,26 +2,22 @@ Description: gets around numerical noise on armel
 Author: Julien Puydt
 Forwarded: yes
 
-diff --git a/libsrc/htconst.cc b/libsrc/htconst.cc
-index f43e127..a3e44f8 100644
 --- a/libsrc/htconst.cc
 +++ b/libsrc/htconst.cc
-@@ -108,7 +108,14 @@ double egr_height_constant(const Curvedata& CD)
+@@ -108,7 +108,12 @@
  { 
    double bd = cps_real(I2bigfloat(getb2(CD)),I2bigfloat(getb4(CD)),
  		     I2bigfloat(getb6(CD)),I2bigfloat(getb8(CD)));
-+
 +#ifdef __ARMEL__
 +  if (abs(bd) < 1e-30) bd = 0; // otherwise we get numerical noise
 +#else
    if (bd==0) bd=0; // otherwise the output sometimes prints as "-0"
 +#endif
 +
-+  return bd;
+   return bd;
  }
  
- double cps_bound(const Curvedata& CD)
-@@ -164,7 +171,11 @@ double cps_bound(const Curvedata& CD)
+@@ -165,7 +170,11 @@
        cout<<"sum so far = "<<bd<<endl;
  #endif
      }

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



More information about the debian-science-commits mailing list