r4176 - in vdr/vdr-plugin-weather/trunk/debian: . patches
Tobias Grimm
tiber-guest at alioth.debian.org
Sat Feb 17 20:18:54 CET 2007
Author: tiber-guest
Date: 2007-02-17 20:18:54 +0100 (Sat, 17 Feb 2007)
New Revision: 4176
Added:
vdr/vdr-plugin-weather/trunk/debian/patches/04_ftp-location.dpatch
Modified:
vdr/vdr-plugin-weather/trunk/debian/changelog
vdr/vdr-plugin-weather/trunk/debian/patches/00list
Log:
* Anynonymous ftp access now at tgftp.nws.noaa.gov
Modified: vdr/vdr-plugin-weather/trunk/debian/changelog
===================================================================
--- vdr/vdr-plugin-weather/trunk/debian/changelog 2007-02-16 20:37:28 UTC (rev 4175)
+++ vdr/vdr-plugin-weather/trunk/debian/changelog 2007-02-17 19:18:54 UTC (rev 4176)
@@ -1,3 +1,9 @@
+vdr-plugin-weather (0.2.1e-34) unstable; urgency=low
+
+ * Anynonymous ftp access now at tgftp.nws.noaa.gov
+
+ -- Tobias Grimm <tg at e-tobi.net> Sat, 17 Feb 2007 20:18:41 +0100
+
vdr-plugin-weather (0.2.1e-33) experimental; urgency=low
[ Thomas Günther ]
Modified: vdr/vdr-plugin-weather/trunk/debian/patches/00list
===================================================================
--- vdr/vdr-plugin-weather/trunk/debian/patches/00list 2007-02-16 20:37:28 UTC (rev 4175)
+++ vdr/vdr-plugin-weather/trunk/debian/patches/00list 2007-02-17 19:18:54 UTC (rev 4176)
@@ -1,5 +1,6 @@
01_Makefile-fPIC-fix
02_vdr_1.3-fix
03_g++4.1-fix
+04_ftp-location
90_APIVERSION.dpatch
Added: vdr/vdr-plugin-weather/trunk/debian/patches/04_ftp-location.dpatch
===================================================================
--- vdr/vdr-plugin-weather/trunk/debian/patches/04_ftp-location.dpatch 2007-02-16 20:37:28 UTC (rev 4175)
+++ vdr/vdr-plugin-weather/trunk/debian/patches/04_ftp-location.dpatch 2007-02-17 19:18:54 UTC (rev 4176)
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 04_ftp-location.dpatch by Tobias Grimm <tg at e-tobi.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Anonymous ftp only possible at tgftp.nws.noaa.gov.
+
+ at DPATCH@
+diff -urNad vdr-plugin-weather-0.2.1e~/metarReader.c vdr-plugin-weather-0.2.1e/metarReader.c
+--- vdr-plugin-weather-0.2.1e~/metarReader.c 2003-12-04 16:04:24.000000000 +0100
++++ vdr-plugin-weather-0.2.1e/metarReader.c 2007-02-17 20:16:19.000000000 +0100
+@@ -1,6 +1,6 @@
+ #include "metarReader.h"
+
+-static const char *host = "weather.noaa.gov";
++static const char *host = "tgftp.nws.noaa.gov";
+ static const char *metarDir = "/data/observations/metar/stations/";
+
+ cUpdate::cUpdate(cWeatherSetup *setup) {
More information about the pkg-vdr-dvb-changes
mailing list