File: changelog

package info (click to toggle)
wmfrog 0.3.1%2Bgit20161115-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 460 kB
  • sloc: ansic: 677; perl: 267; makefile: 51
file content (193 lines) | stat: -rw-r--r-- 6,658 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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
wmfrog (0.3.1+git20161115-3) unstable; urgency=medium

  * Fix multiple definitions of several variables (closes: #957944).
  * Bump Standards-Version to 4.5.0.

 -- Jeremy Sowden <jeremy@azazel.net>  Sun, 19 Apr 2020 10:12:35 +0100

wmfrog (0.3.1+git20161115-2) unstable; urgency=medium

  [ Doug Torrance ]
  * Update Vcs-* after migration to Salsa.
  * Update Format in d/copyright to https.

  [ Jeremy Sowden ]
  * Bump Standards-Version to 4.4.1.
  * Bump compat to 12 and replaced d/compat with b-d on debhelper-compat.
  * Add myself to uploaders.
  * Prevent -tmp option seg-faulting.
  * Use Geo::METAR to parse observations.  Closes: #897081.
  * Set rules-requires-root: no.
  * Add myself to d/copyright.

 -- Jeremy Sowden <jeremy@azazel.net>  Mon, 30 Sep 2019 22:21:43 +0100

wmfrog (0.3.1+git20161115-1) unstable; urgency=medium

  * New upstream release (git snapshot).
    - Update METAR data fetching URL (Closes: #843873).
  * debian/control
    - Bump Standards-Version to 3.9.8, no changes required.
    - Use secure URI for Vcs-Browser.
  * debian/rules
    - Enable all hardening flags.

 -- Doug Torrance <dtorrance@piedmont.edu>  Thu, 17 Nov 2016 06:17:13 -0500

wmfrog (0.3.1+git20150102-3) unstable; urgency=medium

  * debian/copyright
    - Remove X-* fields, update Source.

 -- Doug Torrance <dtorrance@piedmont.edu>  Thu, 22 Oct 2015 00:08:38 -0400

wmfrog (0.3.1+git20150102-2) unstable; urgency=medium

  * debian/control
    - Update Vcs-* fields.
    - Set Debian Window Maker Team as Maintainer; move myself to
      Uploaders with updated email address.
  * debian/patches/install_perl_script_in_usr_share.patch
    - Update email address.

 -- Doug Torrance <dtorrance@piedmont.edu>  Sun, 23 Aug 2015 01:43:57 -0400

wmfrog (0.3.1+git20150102-1) unstable; urgency=medium

  * New upstream release (git snapshot).
  * debian/control
    - Bump Standards-Version to 3.9.6; no changes required.
    - Remove x11proto-xext-dev from Build-Depends; unnecessary as
      libxext-dev depends on it.
    - Remove libxext6 from Depends; already accounted for in
      ${shlibs:Depends}.
    - Add ${perl:Depends} to Depends.
  * debian/docs
    - New file; adds HINTS to docs.
  * debian/(manpages|wmfrog.1)
    - Remove files; manpage added upstream.
  * debian/patches
    - (install_perl_script_in_usr_share.patch) Install weather.pl
      in /usr/share/wmfrog to conform to the Filesystem Hierarchy Standard.
  * debian/rules
    - Update override_dh_auto_build target to remove hack that passed
      CPPFLAGS and LDFLAGS via CFLAGS as upstream Makefile now handles
      these build flags properly.  Use dpkg-buildflags for CFLAGS.

 -- Doug Torrance <dtorrance@monmouthcollege.edu>  Wed, 07 Jan 2015 15:05:36 -0600

wmfrog (0.3.1+git20140909-1) unstable; urgency=medium

  * New upstream version (git snapshot).
    - Binary file no longer included in source, so repack no longer needed.
      Remove debian/README.source and dversionmangle option from debian/watch
      because of this.
  * debian/rules
    - Add get-orig-source target.
  * debian/patches
    - Remove directory; patches applied upstream.

 -- Doug Torrance <dtorrance@monmouthcollege.edu>  Tue, 09 Sep 2014 23:29:45 -0500

wmfrog (0.3.1+ds-2) unstable; urgency=low

  * debian/watch
    + Correct dversionmangle typo.

 -- Doug Torrance <dtorrance@monmouthcollege.edu>  Mon, 28 Jul 2014 00:17:11 -0500

wmfrog (0.3.1+ds-1) unstable; urgency=low

  * Repack source tarball to remove Src/wmfrog binary file.
    + Add debian/README.source to explain this.
    + Add dversionmangle option to debian/watch.
  * debian/patches/renamed-wmfrog.c.patch
    + Update urls printed by --help option.

 -- Doug Torrance <dtorrance@monmouthcollege.edu>  Tue, 22 Jul 2014 17:51:23 -0500

wmfrog (0.3.1-2) unstable; urgency=low

  * For simplicity, manpage is included rather than built during make.
    + Delete files debian/pod2man.mk, debian/wmfrog.1.pod.
    + Add file wmfrog.1, including several spelling fixes.
    + Remove man target from debian/rules.
  * debian/control
    + Update Vcs-* fields.
  * debian/rules
    + Simplify by using --sourcedirectory=Src.

 -- Doug Torrance <dtorrance@monmouthcollege.edu>  Mon, 21 Jul 2014 23:52:58 -0500

wmfrog (0.3.1-1) unstable; urgency=low

  * New maintainer. (Closes: #699766)
  * New upstream version. (Closes: #642111)
    + Fix buffer overflow. (Closes: #697977, LP: #556203)
    + Improve polling mechanism.  (Closes: #512187)
  * debian/control
    + Bump Standards-Version to 3.9.5, no changes required.
    + Update Homepage and Vcs-* fields.
  * debian/patches
    + Update previous debian patches for new upstream version.
    + New patch (weather.pl-new-line-skip.patch) fixes bug caused by a
      small change in weather.noaa.gov's website.
    + New patch (renamed-wmfrog.c.patch) renames wmFrog.c to wmfrog.c to avoid
      "source-is-missing" Lintian error.
    + Update location of the NOAA's Meteorological Station Information Lookup
      page in documentation.
  * debian/watch
    + Update download location.
  * debian/wmfrog.1
    + Delete file, as it is created during make.

 -- Doug Torrance <dtorrance@monmouthcollege.edu>  Tue, 29 Apr 2014 00:04:57 -0500

wmfrog (0.2.0-4) unstable; urgency=low

  * debian/rules
    - Enable CPPFLAGS hardened build flags. Patch thanks to Simon Ruderich
      <simon@ruderich.org>. (Closes: #668303)

 -- Jari Aalto <jari.aalto@cante.net>  Tue, 10 Apr 2012 23:23:34 +0300

wmfrog (0.2.0-3) unstable; urgency=low

  * debian/control
    - (Description): Rewrite. Patch thanks to Justin B Rye <jbr@edlug.org.uk>
      in followup to bug #612927.
  * debian/rules
    - Use DEB_*_MAINT_* variables.

 -- Jari Aalto <jari.aalto@cante.net>  Sat, 24 Mar 2012 02:30:33 -0400

wmfrog (0.2.0-2) unstable; urgency=low

  * debian/compat
    - Update to 9.
  * debian/control
    - (Build-Depends): Update to debhelper 9, remove dpatch.
    - (Description): Fix typo (Closes: #612927).
    - (Standards-Version): 3.9.3.1.
  * debian/copyright
    - Update to format 1.0.
  * debian/manpages
    - New file.
  * debian/patches
    - Convert to Quilt.
  * debian/rules
    - Update to dh(1).
    - Use hardened build flags.
      http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags
  * debian/source/format
    - New. Update to format "3.0 (quilt)".
  * debian/wmfrog.1.pod
    - Move from manual page from section 1x to 1.

 -- Jari Aalto <jari.aalto@cante.net>  Wed, 21 Mar 2012 03:45:02 -0400

wmfrog (0.2.0-1) unstable; urgency=low

  * Initial release. (Closes: #504786)

 -- Jari Aalto <jari.aalto@cante.net>  Fri, 07 Nov 2008 09:57:30 +0000