[SCM] Implementation of the FITS WCS standard branch, debian, updated. upstream/4.8.2-49-gf92c5ef

Ole Streicher debian at liska.ath.cx
Mon Mar 26 08:39:56 UTC 2012


The following commit has been merged in the debian branch:
commit f92c5ef6566d7b3c41bba0ee78b75c0f0795869d
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Mon Mar 26 10:38:03 2012 +0200

    Remove "C" part of the tlog patch since it is included in upstream now.

diff --git a/debian/changelog b/debian/changelog
index e93a590..5b13658 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,19 @@
-wcslib (4.13.2-1) unstable; urgency=low
+wcslib (4.13.3-1) unstable; urgency=low
 
   * New upstream version
   * Multiarch support
   * Remove PACKAGE_* defines from header file
-  * Increase tolerances of tlog and tspx tests, disable Fortran tspx test 
-    completely. Closes: #663154
+  * Increase tolerances of tspx tests, disable Fortran tests completely.
+    Closes: #663154
 
- -- Ole Streicher <debian at liska.ath.cx>  Thu, 22 Mar 2012 09:00:00 +0100
+ -- Ole Streicher <debian at liska.ath.cx>  Mon, 28 Mar 2012 10:00:00 +0100
+
+wcslib (4.13.1-1) unstable; urgency=low
+
+  * New upstream version
+  * Excplicitely link library with -lm
+
+ -- Ole Streicher <debian at liska.ath.cx>  Thu, 15 Mar 2012 22:00:00 +0100
 
 wcslib (4.12-1) unstable; urgency=low
 
diff --git a/debian/patches/increase_tlog_test_tol.patch b/debian/patches/increase_tlog_test_tol.patch
index d2b7551..bf32f6e 100644
--- a/debian/patches/increase_tlog_test_tol.patch
+++ b/debian/patches/increase_tlog_test_tol.patch
@@ -2,7 +2,8 @@ Author: Ole Streicher <debian at liska.ath.cx>
 Description: Increase the tolerance in the TLOG test. TLOG tests the 
  logarithmic coordinate transformation routines for closure. On i386 systems
  with the current Ubuntu compiler, this test shows a slightly increased
- residual, which is however still acceptable.
+ residual, which is however still acceptable. In the current version,
+ this value was increased in the C version only, so here it is for Fortran.
 --- a/Fortran/test/tlog.f
 +++ b/Fortran/test/tlog.f
 @@ -39,7 +39,7 @@
@@ -14,14 +15,3 @@ Description: Increase the tolerance in the TLOG test. TLOG tests the
  
        INTEGER   NCRD
        PARAMETER (NCRD = 10000)
---- a/C/test/tlog.c
-+++ b/C/test/tlog.c
-@@ -43,7 +43,7 @@
- 
- #define NCRD 10000
- 
--const double tol = 1.0e-13;
-+const double tol = 2.0e-13;
- 
- 
- int main()

-- 
Implementation of the FITS WCS standard



More information about the debian-science-commits mailing list