[Pkg-wmaker-commits] [wmfrog] 103/145: Add newline at end of debian/watch (patch by Adrian Glaubitz).

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Aug 23 05:46:34 UTC 2015


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

dtorrance-guest pushed a commit to branch master
in repository wmfrog.

commit 11b2090d3689792278492f95210a96bd7bbab47e
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Tue Jul 22 15:48:36 2014 -0500

    Add newline at end of debian/watch (patch by Adrian Glaubitz).
---
 debian/patches/30-wmfrog.c-no-output.patch | 47 ------------------------------
 debian/watch                               |  2 +-
 2 files changed, 1 insertion(+), 48 deletions(-)

diff --git a/debian/patches/30-wmfrog.c-no-output.patch b/debian/patches/30-wmfrog.c-no-output.patch
deleted file mode 100644
index 47d7603..0000000
--- a/debian/patches/30-wmfrog.c-no-output.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From: Jari Aalto <jari.aalto at cante.net>
-Subject: Src/wmFrog.c: (main): No output
-
- at DPATCH@
-
----
- Src/wmFrog.c |    8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
---- a/Src/wmFrog.c
-+++ b/Src/wmFrog.c
-@@ -214,7 +214,7 @@
- 	    dt2 = 0;
- 
- 	    sprintf(FileName, "%s/%s", folder, StationID);
--		fprintf(stderr,"%s\n\n",FileName);
-+	    /* fprintf(stderr,"%s\n\n",FileName); */
-     	    if ((fp = fopen(FileName, "r")) != NULL){
- 	      fscanf(fp, "Hour:%d", &hour);
- 	      fgets(Line, 512, fp);//h
-@@ -615,7 +615,7 @@
- 
- 	    } else if(sscanf(argv[i+1], "%d", &maxWind) != 1) {
- 
--		fprintf(stderr,"Dont understand the max wind value have entered (%s).\n", argv[i+1]);
-+		fprintf(stderr,"Don't understand the max wind value have entered (%s).\n", argv[i+1]);
- 		print_usage();
- 		exit(-1);
- 
-@@ -630,7 +630,7 @@
- 
- 	    } else if(sscanf(argv[i+1], "%d", &timeOffset) != 1) {
- 
--		fprintf(stderr,"Dont understand the time offset value have entered (%s).\n", argv[i+1]);
-+		fprintf(stderr,"Don't understand the time offset value have entered (%s).\n", argv[i+1]);
- 		print_usage();
- 		exit(-1);
- 
-@@ -666,7 +666,7 @@
- 		}
-         	else if(sscanf(argv[i+1], "%ld", &UpdateDelay) != 1) {
- 
--		fprintf(stderr,"Dont understand the delay time you have entered (%s).\n", argv[i+1]);
-+		fprintf(stderr,"Don't understand the delay time you have entered (%s).\n", argv[i+1]);
- 		print_usage();
- 		exit(-1);
- 
diff --git a/debian/watch b/debian/watch
index 5711121..5d1d42c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-https://bitbucket.org/tcolar/wmfrog/downloads/wmfrog-(.+)\.tgz
\ No newline at end of file
+https://bitbucket.org/tcolar/wmfrog/downloads/wmfrog-(.+)\.tgz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmfrog.git



More information about the Pkg-wmaker-commits mailing list