--- metar-20061030.1.orig/debian/changelog
+++ metar-20061030.1/debian/changelog
@@ -0,0 +1,102 @@
+metar (20061030.1-2) unstable; urgency=low
+
+  * Build-Depends on libcurl3-gnutls-dev instead of libcurl3-dev
+
+ -- Kees Leune <kees@leune.org>  Sun,  5 Nov 2006 08:51:32 +0100
+
+metar (20061030.1-1) unstable; urgency=low
+
+  * wrong cloud levels (Closes: #368106)
+
+ -- Kees Leune <kees@leune.org>  Mon, 30 Oct 2006 23:18:22 +0100
+
+metar (20050807.1) unstable; urgency=low
+
+  * New upstream release which fixes a potential buffer overflow in main.c
+
+ -- Kees Leune <kees@leune.org>  Sun,  7 Aug 2005 15:32:30 +0200
+
+metar (20050725.1-1) unstable; urgency=low
+
+  * New upstream release (Closes: #319692)
+
+ -- Kees Leune <kees@leune.org>  Mon, 25 Jul 2005 19:26:10 +0200
+
+metar (20050706.1-1) unstable; urgency=low
+
+  * New upstream version (Closes: #317080)
+
+ -- Kees Leune <kees@leune.org>  Wed,  6 Jul 2005 16:15:34 +0200
+
+metar (20050622.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * debian/control, debian/rules: fix Depends: in control:
+    s/Depends: libcurl3/Depends: ${shlibs:Depends}/; in rules: uncomment
+    dh_shlibdeps (closes: #315781)
+
+ -- Joost van Baal <joostvb@debian.org>  Tue, 05 Jul 2005 07:05:01 +0200
+
+metar (20050622.1-1) unstable; urgency=low
+
+  * Sponsored upload by Joost van Baal <joostvb@mdcc.cx>
+  * Closes: #315218: incorrect use of Architecture: field in source
+    package
+  * Closes: #314475: metar(GNU/kFreeBSD): FTBFS: kfreebsd-i386 not in
+    the architecture list
+  * Closes: #310138: why not arch: any?
+  * Closes: #300947: metar(1) typo
+  * Closes: #301876: Typo, decoded report says &quot;Wind stength&quot;
+  * Closes: #303160: use HTTP rather than FTP
+  * Closes: #301880: Variable wind direction not recognized, CAVOK not
+    recognized
+  * Closes: #315218: incorrect use of Architecture: field in source
+    package
+  * New upstream version
+
+ -- Kees Leune <kees@leune.org>  Tue, 22 Jun 2005 22:53:52 +0200
+
+metar (20050103.1-2) unstable; urgency=low
+
+  * Removed leading 'A' from debian/control for policy conformance.
+
+ -- Kees Leune <kees@leune.org>  Fri, 25 Mar 2005 09:29:45 +0100
+
+metar (20050103.1-1) unstable; urgency=low
+
+  * Closes: #286200: ITP: metar -- A METAR downloader/decoder
+  * New upstream version
+
+ -- Kees Leune <kees@leune.org>  Mon, 03 Jan 2005 20:45:24 +0100
+
+metar (20041228.2-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Kees Leune <kees@leune.org>  Tue, 28 Dec 2004 18:30:00 +0100
+
+metar (20041228.1-1) unstable; urgency=low
+
+  * New upstream version; included weather phenomena
+  * Added build dependency on debhelper to package
+
+ -- Kees Leune <kees@leune.org>  Tue, 28 Dec 2004 17:00:00 +0100
+
+metar (20041223.2-1) unstable; urgency=low
+
+  * Processed comments of joostvb (Thanks!)
+
+ -- Kees Leune <kees@leune.org>  Tue, 23 Dec 2004 11:45:00 +0100
+
+metar (20041223.1-1) unstable; urgency=low
+
+  * Cleaned up package
+  * Split up source code into a re-usable library and an executable
+ 
+ -- Kees Leune <kees@leune.org>  Tue, 23 Dec 2004 11:45:00 +0100
+
+metar (20041215.1-1) unstable; urgency=low
+
+  * Initial packaging for Debian
+
+ -- Kees Leune <kees@leune.org>  Tue, 14 Dec 2004 18:00:00 +0100
--- metar-20061030.1.orig/debian/control
+++ metar-20061030.1/debian/control
@@ -0,0 +1,17 @@
+Source: metar
+Section: utils
+Priority: optional
+Maintainer: Kees Leune <kees@leune.org>
+Standards-Version: 3.7.2
+Build-Depends: libcurl3-gnutls-dev, debhelper (>>4.0.0)
+
+Package: metar
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: utility to download/decode METAR reports
+ Metar is a small utility that will download meteorological reports for
+ aviation from the NOAA HTTP server at weather.noaa.gov and optionally decodes
+ them into a human readable form.
+ .
+ This package is particularly useful is you want to quickly find out what the
+ weather is like in places all over the world and you do not need fancy GUIs.
--- metar-20061030.1.orig/debian/copyright
+++ metar-20061030.1/debian/copyright
@@ -0,0 +1,27 @@
+This package was debianized by Kees Leune <kees@leune.org> on
+Tue Dec 14 17:49:31 CET 2004
+
+Upstream author: Kees Leune <kees@leune.org>
+
+It was downloaded from: http://www.leune.org/metar/
+
+Copyright 2004,2005 Kees Leune
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License with
+ the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL;
+ if not, write to the Free Software Foundation, Inc., 51 Franklin St, 
+ Fifth Floor, Boston, MA 02110-1301, USA
+
+On Debian systems, the complete text of the GNU General Public
+License, version 2, can be found in /usr/share/common-licenses/GPL-2.
+
--- metar-20061030.1.orig/debian/rules
+++ metar-20061030.1/debian/rules
@@ -0,0 +1,92 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+#  This file has been generated by dh_make and has subsequently been edited to
+#  reflect my needs.
+#
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+export DH_COMPAT=4
+
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+config.status: configure
+	dh_testdir
+	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+
+
+build: build-stamp
+
+build-stamp:  config.status
+	dh_testdir
+
+	$(MAKE)
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+
+	-$(MAKE) distclean
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+	cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+	cp -f /usr/share/misc/config.guess config.guess
+endif
+
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/metar
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+#	dh_installmenu
+	dh_installman
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install 
