[calculix-cgx] 01/05: Updated patch files - Additional spelling error removed

Wolfgang Fütterer debian at wlf-online.de
Mon Feb 8 10:59:55 UTC 2016


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

wlfuetter-guest pushed a commit to branch master
in repository calculix-cgx.

commit a770170cd852f636eb9756785fd390ef40c885db
Author: Wolfgang Fütterer <debian at wlf-online.de>
Date:   Mon Feb 8 11:21:53 2016 +0100

    Updated patch files - Additional spelling error removed
---
 debian/patches/0001-Debian-Build-Patch.patch       |  7 ++--
 debian/patches/0002-Using-freeglut.patch           |  7 ++--
 debian/patches/0003-Shebang-for-script.patch       |  7 ++--
 debian/patches/0004-No-format-arg-in-sprintf.patch |  7 ++--
 .../0005-Removed-spelling-errors-in-binary.patch   | 41 +++++++++++++++++++---
 5 files changed, 48 insertions(+), 21 deletions(-)

diff --git a/debian/patches/0001-Debian-Build-Patch.patch b/debian/patches/0001-Debian-Build-Patch.patch
index 3af9e79..c697605 100644
--- a/debian/patches/0001-Debian-Build-Patch.patch
+++ b/debian/patches/0001-Debian-Build-Patch.patch
@@ -1,7 +1,6 @@
-Description: Debian Build Patch to build with freeglut and libsnl from debian
-Forwarded: no
-Author: Wolfgang Fütterer <debian at wlf-online.de> 
-Last-Update: 2016-01-21
+From: =?utf-8?q?Wolfgang_F=C3=BCtterer?= <debian at wlf-online.de>
+Date: Wed, 20 Jan 2016 14:46:21 +0100
+Subject: Debian Build Patch to build with freeglut and libsnl from debian
 
 ---
  cgx_2.9/src/Makefile | 54 +++++-----------------------------------------------
diff --git a/debian/patches/0002-Using-freeglut.patch b/debian/patches/0002-Using-freeglut.patch
index ecfd759..574d42b 100644
--- a/debian/patches/0002-Using-freeglut.patch
+++ b/debian/patches/0002-Using-freeglut.patch
@@ -1,7 +1,6 @@
-Description: Include standard header from freeglut
-Forwarded: no
-Author: Wolfgang Fütterer <debian at wlf-online.de> 
-Last-Update: 2016-01-21
+From: =?utf-8?q?Wolfgang_F=C3=BCtterer?= <debian at wlf-online.de>
+Date: Wed, 20 Jan 2016 14:48:41 +0100
+Subject: Using freeglut. Include standard header from freeglut
 
 ---
  cgx_2.9/src/extUtil.h | 2 +-
diff --git a/debian/patches/0003-Shebang-for-script.patch b/debian/patches/0003-Shebang-for-script.patch
index 91a8e29..11126d3 100644
--- a/debian/patches/0003-Shebang-for-script.patch
+++ b/debian/patches/0003-Shebang-for-script.patch
@@ -1,7 +1,6 @@
-Description: Added shebang to satisfy lintian
-Forwarded: no
-Author: Wolfgang Fütterer <debian at wlf-online.de> 
-Last-Update: 2016-01-21
+From: =?utf-8?q?Wolfgang_F=C3=BCtterer?= <debian at wlf-online.de>
+Date: Wed, 20 Jan 2016 14:53:53 +0100
+Subject: Shebang for script Added shebang to satisfy lintian
 
 ---
  cgx_2.9/examples/clean | 2 ++
diff --git a/debian/patches/0004-No-format-arg-in-sprintf.patch b/debian/patches/0004-No-format-arg-in-sprintf.patch
index 5a67627..b304f54 100644
--- a/debian/patches/0004-No-format-arg-in-sprintf.patch
+++ b/debian/patches/0004-No-format-arg-in-sprintf.patch
@@ -1,7 +1,6 @@
-Description: Added format arguments to some sprintf statements
-Forwarded: not-yet
-Author: Wolfgang Fütterer <debian at wlf-online.de> 
-Last-Update: 2016-01-21
+From: =?utf-8?q?Wolfgang_F=C3=BCtterer?= <debian at wlf-online.de>
+Date: Wed, 20 Jan 2016 15:15:54 +0100
+Subject: No format arg in sprintf Adding format arguments to some sprintf
 
 ---
  cgx_2.9/src/cgx.c      | 2 +-
diff --git a/debian/patches/0005-Removed-spelling-errors-in-binary.patch b/debian/patches/0005-Removed-spelling-errors-in-binary.patch
index b905287..17ea822 100644
--- a/debian/patches/0005-Removed-spelling-errors-in-binary.patch
+++ b/debian/patches/0005-Removed-spelling-errors-in-binary.patch
@@ -1,7 +1,6 @@
-Description: Removed some spelling errors in binary to satisfy lintian
-Forwarded: not yet
-Author: Wolfgang Fütterer <debian at wlf-online.de> 
-Last-Update: 2016-01-21
+From: =?utf-8?q?Wolfgang_F=C3=BCtterer?= <debian at wlf-online.de>
+Date: Thu, 21 Jan 2016 13:45:05 +0100
+Subject: Removed spelling errors in binary
 
 ---
  cgx_2.9/src/fuss.c          | 2 +-
@@ -9,8 +8,9 @@ Last-Update: 2016-01-21
  cgx_2.9/src/pickFunktions.c | 2 +-
  cgx_2.9/src/plotFunktions.c | 2 +-
  cgx_2.9/src/readFoam.c      | 2 +-
+ cgx_2.9/src/readfrd.c       | 6 +++---
  cgx_2.9/src/setFunktions.c  | 2 +-
- 6 files changed, 6 insertions(+), 6 deletions(-)
+ 7 files changed, 9 insertions(+), 9 deletions(-)
 
 diff --git a/cgx_2.9/src/fuss.c b/cgx_2.9/src/fuss.c
 index b1fc4c5..28fd03f 100644
@@ -77,6 +77,37 @@ index ce3b19a..4876467 100644
    if (dirp != NULL) while ((dp = readdir(dirp)) != NULL)
    {
  
+diff --git a/cgx_2.9/src/readfrd.c b/cgx_2.9/src/readfrd.c
+index 3458880..0ebd245 100644
+--- a/cgx_2.9/src/readfrd.c
++++ b/cgx_2.9/src/readfrd.c
+@@ -741,7 +741,7 @@ int readfrd( char *datin, Summen *anz, Nodes **nptr, Elements **eptr, Datasets *
+ 
+           if( lcase[anz->l].irtype > 2 )
+           {
+-            printf(" Found ELEMENT DATA, this is not suported!\n");
++            printf(" Found ELEMENT DATA, this is not supported!\n");
+             anz->l--;
+             goto next;
+           }
+@@ -1348,7 +1348,7 @@ int readfrdblock(int lc, Summen *anz,   Nodes     *node, Datasets *lcase )
+ 
+   if( lcase[lc].irtype > 2 )
+   {
+-    printf(" ERROR: Found ELEMENT DATA, this is not suported!\n");
++    printf(" ERROR: Found ELEMENT DATA, this is not supported!\n");
+     return(-1);
+   }
+ 
+@@ -1586,7 +1586,7 @@ int readOneNode( int lc, Summen *anz, Datasets *lcase, int nodenr, double **vptr
+ 
+   if( lcase[lc].irtype > 2 )
+   {
+-    printf(" ERROR: Found ELEMENT DATA, this is not suported!\n");
++    printf(" ERROR: Found ELEMENT DATA, this is not supported!\n");
+     return(-1);
+   }
+ 
 diff --git a/cgx_2.9/src/setFunktions.c b/cgx_2.9/src/setFunktions.c
 index e89e994..ba7fe81 100644
 --- a/cgx_2.9/src/setFunktions.c

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



More information about the debian-science-commits mailing list