~ubuntu-branches/ubuntu/natty/libgeo-metar-perl/natty

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Jay Bonci
  • Date: 2004-10-27 14:39:56 UTC
  • mfrom: (0.1.1 upstream) (1.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041027143956-67r5v7ahjmxqr36r
Tags: 1.14-5
* Change to POD formatting so URL doesn't break oddly (Closes: #272910)
* Make examples executable (Closes: #273082)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
libgeo-metar-perl (1.14-5) unstable; urgency=low
 
2
 
 
3
  * Change to POD formatting so URL doesn't break oddly (Closes: #272910)
 
4
  * Make examples executable (Closes: #273082)
 
5
 
 
6
 -- Jay Bonci <jaybonci@debian.org>  Wed, 27 Oct 2004 14:39:56 -0400
 
7
 
 
8
libgeo-metar-perl (1.14-4) unstable; urgency=low
 
9
 
 
10
  * Adds debian/watch so uscan will actually work
 
11
 
 
12
 -- Jay Bonci <jaybonci@debian.org>  Sun, 12 Sep 2004 03:11:04 -0400
 
13
 
 
14
libgeo-metar-perl (1.14-3) unstable; urgency=low
 
15
 
 
16
  * Applied final version of Timo Hietanen's patch (Closes: #262397)
 
17
    - also grabs the altimeter setting if it's reported in hectopascals (Q\d\d\d\d instead of A\d\d\d\d)
 
18
    - dont's set $self->{MOD} to "AUTO" by default
 
19
    - tries a bit harder not to mix up weather groups with station identifiers
 
20
    - recognizes the visibility setting "CAVOK" (ceiling and visibility OK)
 
21
  * Time Hietanen also submitted a fix to clean up code warnings (Closes: #181407)
 
22
    - Doesn't recognize the METAR tag dddVddd (d = digit), which defines wind direction's variation.
 
23
    - Assumes that station ID begins with the letter 'K' (matches /K[A-Z]{3,3}/), while it should match /[A-Z]{4,4}/
 
24
    - Tries to find the visibility information even though $self->{visibility} isn't defined (information missing from the METAR report). This leads to a couple of warnings about uninitalized variables. 
 
25
  * Updated test suite to use Test::More instead of Test
 
26
 
 
27
 -- Jay Bonci <jaybonci@debian.org>  Wed, 11 Aug 2004 01:34:18 -0400
 
28
 
 
29
libgeo-metar-perl (1.14-2) unstable; urgency=low
 
30
 
 
31
  * Updated maintainer address
 
32
  * Added compat file per debhelper best practices
 
33
  * Updated rules file to my standard build template
 
34
  * Updated url in copyright file
 
35
  * Updated to policy version 3.6.1.0 (No changes, ver. bump only)
 
36
 
 
37
 -- Jay Bonci <jaybonci@debian.org>  Fri, 10 Oct 2003 16:56:27 -0400
 
38
 
 
39
libgeo-metar-perl (1.14-1) unstable; urgency=low
 
40
 
 
41
  * New Maintainer
 
42
  * New rules file
 
43
  * New upstream version
 
44
  * Updated dependancies to be more in line with policy
 
45
  * Fixed numerous lintian errors with paths and policy versions
 
46
  * Un-orphans package. Closes #190193
 
47
  * Changed section to perl, now that there is one
 
48
 
 
49
 -- Jay Bonci <jay@bonci.com>  Mon, 28 Apr 2003 15:43:14 -0400
 
50
 
1
51
libgeo-metar-perl (1.13-2) unstable; urgency=low
2
52
 
3
53
  * Fixed a bug with perl 5.6. (Closes: #77299)