File: changelog

package info (click to toggle)
libgeo-metar-perl 1.15-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 420 kB
  • sloc: perl: 836; makefile: 2
file content (158 lines) | stat: -rw-r--r-- 5,965 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
libgeo-metar-perl (1.15-2) unstable; urgency=low

  [ Martín Ferrari ]
  * Correct warning introduced by various.patch.
  * Remove myself from Uploaders.

  [ gregor herrmann ]
  * Add debian/README.source to document quilt usage, as required by
    Debian Policy since 3.8.0.
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).
  * debian/control: Added: ${misc:Depends} to Depends: field.
  * Change my email address.
  * Remove Jay Bonci from Uploaders. Thanks for your work!
  * Mark package as autopkgtestable.
  * Apply "wrap-and-sort -a".

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/control: Changed: Replace versioned (build-)dependency on
    perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
    permitted by Debian Policy 3.8.3).
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ Axel Beckert ]
  * Convert to Debian source format "3.0 (quilt)".
  * Switch to a dh-v7-style debian/rules file and compat level 10.
    + Update versioned debhelper build-dependency accordingly.
    + Install examples via debian/examples.
  * debian/copyright:
    + Switch upstream URL to HTTPS. Thanks DUCK!
    + Use metacpan.org instead of search.cpan.org.
    + Complete the conversion to the machine-readable DEP5 format.
  * Reflow 1.14-3 debian/changelog entry for 80 columns.
  * Remove obsolete Emacs local variables from the bottom of
    debian/changelog.
  * Fix spelling error in README.Debian found by Lintian.
  * Add myself as Uploader.
  * Declare compliance with Debian Policy 4.1.1.
  * Add patch to fix spelling error found by Lintian.
  * Set "Rules-Requires-Root: no".

 -- Axel Beckert <abe@debian.org>  Sun, 12 Nov 2017 03:07:50 +0100

libgeo-metar-perl (1.15-1) unstable; urgency=low

  * New upstream release, new upstream maintainer.
  * debian/docs: removed HACKING.
  * debian/copyright: updated CP info, plus new format.
  * debian/control: added myself to Uploaders, fixed case in short desc. Fix
    incorrect Build-Depends{,-Indep} distribution.
  * debian/patches: finally merged all the patches from #304962 and #262397
    with the new upstream release! Also, sent the patches upstream as
    CPAN#36708. (Closes: #304962).

 -- Martín Ferrari <tincho@debian.org>  Fri, 13 Jun 2008 02:42:42 -0300

libgeo-metar-perl (1.14-6) UNRELEASED; urgency=low

  [ gregor herrmann ]
  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
    field (source stanza); Homepage field (source stanza).
  * Set Maintainer to Debian Perl Group.
  * Use dist-based URL in debian/watch.

  [ Martín Ferrari ]
  * Moved modifications to the code to a patch file.
  * Added quilt stuff.
  * debian/control: updated Standards-Version, debhelper version, fixed
    depends, and revamped Description.
  * debian/rules: rewritten to conform current practices.

 -- gregor herrmann <gregor+debian@comodo.priv.at>  Sat, 01 Dec 2007 18:54:54 +0100

libgeo-metar-perl (1.14-5) unstable; urgency=low

  * Change to POD formatting so URL doesn't break oddly (Closes: #272910)
  * Make examples executable (Closes: #273082)

 -- Jay Bonci <jaybonci@debian.org>  Wed, 27 Oct 2004 14:39:56 -0400

libgeo-metar-perl (1.14-4) unstable; urgency=low

  * Adds debian/watch so uscan will actually work

 -- Jay Bonci <jaybonci@debian.org>  Sun, 12 Sep 2004 03:11:04 -0400

libgeo-metar-perl (1.14-3) unstable; urgency=low

  * Applied final version of Timo Hietanen's patch (Closes: #262397)
    - also grabs the altimeter setting if it's reported in hectopascals
      (Q\d\d\d\d instead of A\d\d\d\d)
    - dont's set $self->{MOD} to "AUTO" by default
    - tries a bit harder not to mix up weather groups with station
      identifiers
    - recognizes the visibility setting "CAVOK" (ceiling and visibility
      OK)

  * Time Hietanen also submitted a fix to clean up code warnings (Closes:
    #181407)
    - Doesn't recognize the METAR tag dddVddd (d = digit), which defines
      wind direction's variation.
    - Assumes that station ID begins with the letter 'K' (matches
      /K[A-Z]{3,3}/), while it should match /[A-Z]{4,4}/
    - 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.
  * Updated test suite to use Test::More instead of Test

 -- Jay Bonci <jaybonci@debian.org>  Wed, 11 Aug 2004 01:34:18 -0400

libgeo-metar-perl (1.14-2) unstable; urgency=low

  * Updated maintainer address
  * Added compat file per debhelper best practices
  * Updated rules file to my standard build template
  * Updated url in copyright file
  * Updated to policy version 3.6.1.0 (No changes, ver. bump only)

 -- Jay Bonci <jaybonci@debian.org>  Fri, 10 Oct 2003 16:56:27 -0400

libgeo-metar-perl (1.14-1) unstable; urgency=low

  * New Maintainer
  * New rules file
  * New upstream version
  * Updated dependancies to be more in line with policy
  * Fixed numerous lintian errors with paths and policy versions
  * Un-orphans package. Closes #190193
  * Changed section to perl, now that there is one

 -- Jay Bonci <jay@bonci.com>  Mon, 28 Apr 2003 15:43:14 -0400

libgeo-metar-perl (1.13-2) unstable; urgency=low

  * Fixed a bug with perl 5.6. (Closes: #77299)

 -- Remi Lefebvre <remi@debian.org>  Fri, 17 Nov 2000 22:08:17 -0500

libgeo-metar-perl (1.13-1) unstable; urgency=low

  * Conform to new policy.
  * Fixed a few typos.
  * New upstream version.

 -- Remi Lefebvre <remi@debian.org>  Fri, 16 Jun 2000 21:46:14 -0400

libgeo-metar-perl (1.12-1) unstable; urgency=low

  * Initial Release.

 -- Remi Lefebvre <remi@debian.org>  Sun, 14 Nov 1999 15:11:57 -0500