Control: tags -1 + patch Cherrypicked the METAURL change from <https://github.com/keesL/metar/commit/6ce5ef8960d9e669a7583d215f3b222f7f272aa7>
diff -Nru metar-20061030.1/debian/changelog metar-20061030.1/debian/changelog --- metar-20061030.1/debian/changelog 2016-07-16 13:11:56.000000000 +0200 +++ metar-20061030.1/debian/changelog 2016-08-22 16:26:06.000000000 +0200 @@ -1,3 +1,10 @@ +metar (20061030.1-2.2) unstable; urgency=medium + + * Non-maintainer upload. + * Import patch for new METAR URL from Kees Leune. Closes: #833655 + + -- Daniel Lange <dl....@usrlocal.de> Mon, 22 Aug 2016 16:25:57 +0200 + metar (20061030.1-2.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru metar-20061030.1/debian/patches/fix-metarurl metar-20061030.1/debian/patches/fix-metarurl --- metar-20061030.1/debian/patches/fix-metarurl 1970-01-01 01:00:00.000000000 +0100 +++ metar-20061030.1/debian/patches/fix-metarurl 2016-08-22 16:25:14.000000000 +0200 @@ -0,0 +1,24 @@ +From 6ce5ef8960d9e669a7583d215f3b222f7f272aa7 Mon Sep 17 00:00:00 2001 +From: keesL <k...@leune.org> +Date: Mon, 8 Aug 2016 09:51:25 -0400 +Subject: [PATCH] Updated default URL from which to get metars. NOTE. This also + updated the protocol from FTP to HTTP +Origin: upstream, https://github.com/keesL/metar/commit/6ce5ef8960d9e669a7583d215f3b222f7f272aa7 + +--- + src/metar.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/metar.h b/src/metar.h +index c55d92d..b2537fc 100644 +--- a/src/metar.h ++++ b/src/metar.h +@@ -24,7 +24,7 @@ + #define METAR_MAXSIZE 512 + + /* where to fetch reports */ +-#define METARURL "http://weather.noaa.gov/pub/data/observations/metar/stations" ++#define METARURL "http://tgftp.nws.noaa.gov/data/observations/metar/stations" + + /* clouds */ + typedef struct { diff -Nru metar-20061030.1/debian/patches/series metar-20061030.1/debian/patches/series --- metar-20061030.1/debian/patches/series 2016-07-16 13:03:57.000000000 +0200 +++ metar-20061030.1/debian/patches/series 2016-08-22 16:25:31.000000000 +0200 @@ -1 +1,2 @@ fix-pod-errors +fix-metarurl