[emos] 07/37: WIP;

Alastair McKinstry mckinstry at moszumanska.debian.org
Sat Jun 27 08:14:31 UTC 2015


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

mckinstry pushed a commit to branch master
in repository emos.

commit 3361d5a9aae8e237e41b014355e9ea889aa82681
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Wed May 13 15:26:17 2015 +0100

    WIP;
---
 debian/patches/little_endian.patch | 38 +++++++-------------------------------
 1 file changed, 7 insertions(+), 31 deletions(-)

diff --git a/debian/patches/little_endian.patch b/debian/patches/little_endian.patch
index bce88fe..f3dfc04 100644
--- a/debian/patches/little_endian.patch
+++ b/debian/patches/little_endian.patch
@@ -21,15 +21,7 @@ Index: emoslib-000403+dfsg.1/gribex/fortranInterface.c
 ===================================================================
 --- emoslib-000403+dfsg.1.orig/gribex/fortranInterface.c
 +++ emoslib-000403+dfsg.1/gribex/fortranInterface.c
-@@ -9,6 +9,7 @@
- * nor does it submit to any jurisdiction.
- */
- 
-+#include "config.h"
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
-@@ -180,7 +181,7 @@ void isec1l(fortint* section1, fortint*
+@@ -180,7 +180,7 @@ void isec1l(fortint* section1, fortint*
  
  fortint ldefnum(fortint* centre, fortint* subcentre, fortint* number) {
  int shift = (sizeof(fortint)-1)*8;
@@ -38,7 +30,7 @@ Index: emoslib-000403+dfsg.1/gribex/fortranInterface.c
    return ((*centre*1000000) + (*subcentre*1000) + (*number & 0xff));
  #else
    return ((*centre*1000000) + (*subcentre*1000) + ((*number>>shift) & 0xff));
-@@ -223,7 +224,7 @@ fortint number;
+@@ -223,7 +223,7 @@ fortint number;
        for( loop = 7; loop >= missing; loop-- ) value[loop] = value[loop-missing];
        for( loop = 0; loop < missing; loop++ ) value[loop] = '0';
      }
@@ -51,15 +43,7 @@ Index: emoslib-000403+dfsg.1/gribex/grprs1b.F
 ===================================================================
 --- emoslib-000403+dfsg.1.orig/gribex/grprs1b.F
 +++ emoslib-000403+dfsg.1/gribex/grprs1b.F
-@@ -88,6 +88,7 @@ C     ----------------------------------
- C
-       IMPLICIT NONE
- C
-+#include "config.h"
- #include "grprs.h"
- #include "grbcom.h"
- C
-@@ -519,7 +520,7 @@ C
+@@ -519,7 +519,7 @@ C
            WRITE(GRPRSM,1105) KSEC1(44)
            WRITE(HVERSION, '(A8)' ) KSEC1(45)
            WRITE(GRPRSM,1106)
@@ -68,7 +52,7 @@ Index: emoslib-000403+dfsg.1/gribex/grprs1b.F
       X      HVERSION(8:8),
       X      HVERSION(7:7),
       X      HVERSION(6:6),
-@@ -711,7 +712,7 @@ C
+@@ -711,7 +711,7 @@ C
            WRITE(GRPRSM,1803) KSEC1(44)
            WRITE(HVERSION, '(A8)' ) KSEC1(45)
            WRITE(GRPRSM,1804)
@@ -77,7 +61,7 @@ Index: emoslib-000403+dfsg.1/gribex/grprs1b.F
       X      HVERSION(8:8),
       X      HVERSION(7:7),
       X      HVERSION(6:6),
-@@ -728,7 +729,7 @@ C
+@@ -728,7 +728,7 @@ C
            DO JLOOP = 1, KSEC1(46)
              WRITE(HVERSION, '(A8)' ) KSEC1(46+JLOOP)
              WRITE(GRPRSM,1806)
@@ -86,7 +70,7 @@ Index: emoslib-000403+dfsg.1/gribex/grprs1b.F
       X      HVERSION(8:8),
       X      HVERSION(7:7),
       X      HVERSION(6:6),
-@@ -789,7 +790,7 @@ C
+@@ -789,7 +789,7 @@ C
            WRITE(GRPRSM,2115) KSEC1(56)
            WRITE(GRPRSM,2116) KSEC1(57)
            WRITE(HVERSION, '(A8)' ) KSEC1(58)
@@ -99,15 +83,7 @@ Index: emoslib-000403+dfsg.1/gribex/grprs1.F
 ===================================================================
 --- emoslib-000403+dfsg.1.orig/gribex/grprs1.F
 +++ emoslib-000403+dfsg.1/gribex/grprs1.F
-@@ -168,6 +168,7 @@ C     ----------------------------------
- C
-       IMPLICIT NONE
- C
-+#include "config.h"
- #include "grprs.h"
- #include "grbcom.h"
- C
-@@ -949,7 +950,7 @@ C
+@@ -949,7 +949,7 @@ C
            WRITE(GRPRSM,2115) KSEC1(56)
            WRITE(GRPRSM,2116) KSEC1(57)
            WRITE(HVERSION, '(A8)' ) KSEC1(58)

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



More information about the debian-science-commits mailing list