--- python-pymetar-0.19.orig/debian/changelog +++ python-pymetar-0.19/debian/changelog @@ -0,0 +1,148 @@ +python-pymetar (0.19-1) unstable; urgency=low + + * New upstream release. + - Fixes a sky condition parsing bug found by Nils Gründl. + + -- Uli Martens Wed, 11 Apr 2012 09:57:26 +0200 + +python-pymetar (0.18-1) unstable; urgency=low + + * New upstream release (Closes: 661377) + - Do not use self.windspeedknots internally (LP: #712434) + * Remove copyright entry for manpage, it's no longer the one written by me + but one by upstream himself. + * Bump Standards-Version to 3.9.3 from 3.8.3, no changes necessary. + * Bump debhelper compat level from 7 to 8, no changes necessary. + * Build with dh_python2 instead of deprecated python-support: + - Upgrade debhelper and python-all dependencies to needed versions, drop + python-support Build-Dependency. + - Add python2 addon to dh calls. + - Manually remove the build/ tree in the clean target. + + -- Uli Martens Sun, 11 Mar 2012 13:36:56 +0100 + +python-pymetar (0.16-1) unstable; urgency=low + + * New upstream release + - pymetar(1) man page is now included upstream + - weather.py is now called pymetar in upstream, too. Workaround removed. + - Example script bin/pymet was removed + * Bump Standards-Version to 3.8.3 from 3.8.2, no changes necessary. + * Packaging updates: + - Edit setup.py reversibly in place instead of providing a derived version. + + -- Uli Martens Tue, 12 Jan 2010 06:32:42 +0100 + +python-pymetar (0.15-1) unstable; urgency=low + + * New upstream release + * Cosmetic source changes without actual differences in the package: + - Bump Standards-Version to 3.8.2 from 3.8.0 + - Update debhelper compat level from 4 to 7 + - Add ${misc:Depends} to the Depends: + * Bump the dependency on debhelper to the lenny version (7.0.15) + * Rewrite debian/rules to use debhelper/lenny capabilities + (i.e. bin/dh, but no override-foo) + * Add METAR, NOAA descriptions to the package description. + * Rewrite the man page: + - Explain METAR, NOAA abbreviations + - State that the name of the HTTP_PROXY environment variable name is case + insensitive + * This upload reviewed and sponsored by Sebastian Harl . + Thank you! + + -- Uli Martens Sat, 01 Aug 2009 15:02:08 +0200 + +python-pymetar (0.14-2) unstable; urgency=low + + * Change build order for multiple python versions to build with the default + python-version first. This prevents creating a versioned dependency on + whichever python version was built first (Closes: 503615). + * This upload and the 0.14-1 upload sponsored by Bernd Zeimetz + . Thank you! + + -- Uli Martens Mon, 27 Oct 2008 09:20:51 +0100 + +python-pymetar (0.14-1) unstable; urgency=low + + * New Upstream Release: + - Add "NSC" Non Significant Cloud condition (Closes: 440153). + Thanks, Nicolas Évrard for submitting the patch. + * Relicence pymetar.1 to GPL-2 or later, same as pymetar itself. + * Update debian/copyright to match upstream copyright changes. + * Small updates to the control file: + - Build-Depends-Indep on python-support as this is not needed for cleaning. + - Change python-all-dev dependency into python-all, we don't need -dev. + - Bump debhelper versioned dependency to a version python-support doesn't + conflict against + - Bump Standards-Version to 3.8.0, nothing to do for that. + - Add Homepage field to the debian/control file. + * Small updates to the rules file: + - Split dh_installexamples arguments in external file. + - Change setup.py argument from --prefix to --root, remove usr/ from path. + * Thanks for NMUing while I was hibernating: + - 0.12-2.1 #373343 Pierre Habouzit + - 0.12-2.2 #391391 Jérémy Bobbio and Pierre Habouzit + - 0.12-2.3 #394031 Luis Rodrigo Gallardo Cruz and Matthias Klose + + -- Uli Martens Thu, 23 Oct 2008 07:54:28 +0200 + +python-pymetar (0.12-2.3) unstable; urgency=low + + * Rebuild to drop python2.3 dependency. + + -- Matthias Klose Wed, 1 Nov 2006 01:24:54 +0100 + +python-pymetar (0.12-2.2) unstable; urgency=low + + * Non-maintainer upload. + + [ Jérémy Bobbio ] + * Fix position of dh_pysupport call in debian/rules (Closes: 391391). + * Add versioned Build-Depends on python-support. + + [ Pierre Habouzit ] + * Sponsoring upload. + + -- Pierre Habouzit Sat, 7 Oct 2006 15:56:50 +0200 + +python-pymetar (0.12-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Update package to the last python policy (Closes: #373343) + * Bump Standards-Version to 3.7.2. + * Build for all python versions. + + -- Pierre Habouzit Sat, 12 Aug 2006 00:40:17 +0200 + +python-pymetar (0.12-2) unstable; urgency=low + + * handle CAVOK tags based on a patch by Gregor Herrmann + (Closes: #290634) + * This upload sponsored by Marc Brockschmidt . Thank you! + + -- Uli Martens Sun, 16 Jan 2005 18:30:15 +0100 + +python-pymetar (0.12-1) unstable; urgency=low + + * New Upstream Release + (fixed: getVisibilityKilometers reported miles, not kilometers) + * 0.10-1 sponsored by Peter Palfrader . Thank you! + * 0.11-1 sponsored by Martin Wuertele . Thank you! + * This upload sponsored by Gerfried Fuchs . Thank you! + + -- Uli Martens Fri, 3 Sep 2004 15:04:21 +0200 + +python-pymetar (0.11-1) unstable; urgency=low + + * New Upstream Release + (adds proxy support to the library API) + + -- Uli Martens Mon, 23 Aug 2004 20:21:47 +0200 + +python-pymetar (0.10-1) unstable; urgency=low + + * Initial Release (Closes: #262953) + + -- Uli Martens Mon, 2 Aug 2004 12:30:00 +0200 + --- python-pymetar-0.19.orig/debian/rules +++ python-pymetar-0.19/debian/rules @@ -0,0 +1,22 @@ +#!/usr/bin/make -f + +# The following build/clean commands are a gross hack to work around the +# missing statement to install documentation in python's setup.py. Upstream +# copies them into gentoo's doc path using data_files, but we're going to +# ignore that and install the documentation via debhelper. +build: + perl -ane '$$p="##" if/data_files/;print $$p,$$_;$$p="" if/],?$$/' -i setup.py + dh $@ --with python2 + +clean: + dh $@ --with python2 + perl -ane 's/^##+//;print' -i setup.py + +%: + dh $@ --with python2 + +override_dh_auto_clean: + dh_auto_clean + rm -rf build/ + +.PHONY: override_dh_auto_clean --- python-pymetar-0.19.orig/debian/control +++ python-pymetar-0.19/debian/control @@ -0,0 +1,23 @@ +Source: python-pymetar +Section: python +Priority: optional +Maintainer: Uli Martens +Build-Depends: debhelper (>= 8), python-all (>= 2.6.6-3~) +Standards-Version: 3.9.3 +X-Python-Version: >= 2.5 + +Package: python-pymetar +Architecture: all +Depends: ${misc:Depends}, ${python:Depends} +Provides: ${python:Provides} +Homepage: http://www.schwarzvogel.de/software-pymetar.shtml +Description: Python interface to METAR reports + The pymetar Python interface provides full and easy to use access to the + METAR reports available from the NOAA (National Oceanic and Atmospheric + Administration, http://www.noaa.gov). + . + METAR (METeorological Aviation Report) is the international standard code + format for hourly surface weather observations. + . + This package consists of the Python library itself and a command line tool for + end users. --- python-pymetar-0.19.orig/debian/copyright +++ python-pymetar-0.19/debian/copyright @@ -0,0 +1,25 @@ +This package was debianized by Uli Martens on +Thu, 29 Jul 2004 22:10:00 +0200 + +It was downloaded from http://www.schwarzvogel.de/software-pymetar.shtml +Upstream Author is Tobias Klausmann + +pymetar code +============ +Copyright (c) 2002-2010 Tobias Klausmann + +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. + +Debian packaging +================ + +The Debian packaging is © 2004-2010 Uli Martens and is licensed under the +GPL, version 2 or (at your option) any later version, see above. + + +On a standard Debian system, you can find the full text of the GPL 2 +in /usr/share/common-licenses/GPL-2. The latest GPL version is available +in /usr/share/common-licenses/GPL. --- python-pymetar-0.19.orig/debian/python-pymetar.manpages +++ python-pymetar-0.19/debian/python-pymetar.manpages @@ -0,0 +1 @@ +pymetar.1 --- python-pymetar-0.19.orig/debian/watch +++ python-pymetar-0.19/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://schwarzvogel.de/pkgs/pymetar-(.*)\.tar\.gz debian uupdate --- python-pymetar-0.19.orig/debian/compat +++ python-pymetar-0.19/debian/compat @@ -0,0 +1 @@ +8 --- python-pymetar-0.19.orig/debian/python-pymetar.docs +++ python-pymetar-0.19/debian/python-pymetar.docs @@ -0,0 +1,3 @@ +README +THANKS +librarydoc.txt --- python-pymetar-0.19.orig/debian/source/format +++ python-pymetar-0.19/debian/source/format @@ -0,0 +1 @@ +1.0