--- metar-20050622.1.orig/debian/control +++ metar-20050622.1/debian/control @@ -0,0 +1,17 @@ +Source: metar +Section: utils +Priority: optional +Maintainer: Kees Leune +Standards-Version: 3.6.1 +Build-Depends: libcurl3-dev, debhelper + +Package: metar +Architecture: any +Depends: libcurl3 +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-20050622.1.orig/debian/copyright +++ metar-20050622.1/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Kees Leune on +Tue Dec 14 17:49:31 CET 2004 + +Upstream author: Kees Leune + +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., 59 Temple Place, + Suite 330, Boston, MA 02111-1307 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-20050622.1.orig/debian/rules +++ metar-20050622.1/debian/rules @@ -0,0 +1,91 @@ +#!/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 + + +# 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/tmp + + +# 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 --- metar-20050622.1.orig/debian/changelog +++ metar-20050622.1/debian/changelog @@ -0,0 +1,63 @@ +metar (20050622.1-1) unstable; urgency=low + + * Sponsored upload by Joost van Baal + * 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 "Wind stength" + * 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 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 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 Mon, 03 Jan 2005 20:45:24 +0100 + +metar (20041228.2-1) unstable; urgency=low + + * New upstream version + + -- Kees Leune 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 Tue, 28 Dec 2004 17:00:00 +0100 + +metar (20041223.2-1) unstable; urgency=low + + * Processed comments of joostvb (Thanks!) + + -- Kees Leune 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 Tue, 23 Dec 2004 11:45:00 +0100 + +metar (20041215.1-1) unstable; urgency=low + + * Initial packaging for Debian + + -- Kees Leune Tue, 14 Dec 2004 18:00:00 +0100