[Pkg-wmaker-commits] [wmfrog] 40/145: debian/patches/30-wmfrog.c-no-output.dpatch: new
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sun Aug 23 05:46:18 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 b9eebc382c3f005cb282c236280de4222dc57709
Author: Jari Aalto <jari.aalto at cante.net>
Date: Fri Nov 7 12:45:51 2008 +0200
debian/patches/30-wmfrog.c-no-output.dpatch: new
Signed-off-by: Jari Aalto <jari.aalto at cante.net>
---
debian/patches/00list | 1 +
debian/patches/30-wmfrog.c-no-output.dpatch | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/debian/patches/00list b/debian/patches/00list
index a5b1836..caa9ea1 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -1 +1,2 @@
20-weather.pl.dpatch
+30-wmfrog.c-no-output.dpatch
diff --git a/debian/patches/30-wmfrog.c-no-output.dpatch b/debian/patches/30-wmfrog.c-no-output.dpatch
new file mode 100755
index 0000000..fe0172f
--- /dev/null
+++ b/debian/patches/30-wmfrog.c-no-output.dpatch
@@ -0,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## /tmp/wmfrog.c-no-output.patch.dpatch by <jari.aalto at cante.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Src/wmFrog.c: (main): No output
+
+ at DPATCH@
+
+diff --git a/Src/wmFrog.c b/Src/wmFrog.c
+index e2d82af..573dbf5 100644
+--- a/Src/wmFrog.c
++++ b/Src/wmFrog.c
+@@ -214,7 +214,7 @@ FILE *fp;
+ 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
--
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