File: changelog

package info (click to toggle)
sffview 0.5.0-5
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 488 kB
  • sloc: cpp: 1,975; makefile: 23
file content (242 lines) | stat: -rw-r--r-- 8,379 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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
sffview (0.5.0-5) unstable; urgency=medium

  * Upload to unstable.
  * debian/control: Mark conformance with policy 4.4.0.

 -- Olly Betts <olly@survex.com>  Mon, 08 Jul 2019 14:51:14 +1200

sffview (0.5.0-4) experimental; urgency=medium

  * debian/rules: Enable hardening=+all since we potentially process files
    from untrusted sources.
  * debian/rules: Build with -Wall in CXXFLAGS.
  * debian/watch: Fix watched URL for release tags to be for HEAD not a
    specific revision.
  * Remove sffview.1 via debian/clean instead of in debian/rules.
  * debian/patches/accept-externally-specified-compiler-flags.patch: Mark as
    applied upstream.
  * debian/changelog: Remove trailing blank line to placate lintian.

 -- Olly Betts <olly@survex.com>  Tue, 21 May 2019 08:28:12 +1200

sffview (0.5.0-3) experimental; urgency=medium

  * Upload to experimental due to release freeze.
  * debian/control: Mark conformance with policy 4.3.0.
  * debian/control: Specify "Rules-Requires-Root: no".
  * debian/control: Use https for homepage URL.
  * debian/patches/accept-externally-specified-compiler-flags.patch: Update
    to change Makefile to use CXX instead of CC for the C++ compiler, so that
    cross-building should work out of the box.  (Closes: #929052)

 -- Olly Betts <olly@survex.com>  Fri, 17 May 2019 07:53:50 +1200

sffview (0.5.0-2) unstable; urgency=medium

  * debian/control: Use gtk3 build of wxwidgets3.0.
  * debian/control: Policy version 4.1.3:
    + debian/menu: Remove (deprecated in 3.9.8)
  * debian/compat,debian/control: Upgrade to compat level 11.
  * debian/watch: Use https; fix regex to match without trailing /.

 -- Olly Betts <olly@survex.com>  Fri, 23 Mar 2018 08:53:43 +1300

sffview (0.5.0-1) unstable; urgency=low

  * New upstream release.
  * Use wxwidgets3.0 instead of wxwidgets2.8. (Closes: #645159)
  * Don't package doc/readme - it isn't useful in Debian.
  * "Standards-Version: 3.9.5" (no changes required).

 -- Olly Betts <olly@survex.com>  Thu, 14 Nov 2013 10:25:53 +0000

sffview (0.4.1-5) unstable; urgency=low

  * Drop 'Recommends: libgnomeprintui2.2-0' as that package has been removed
    from the archive.  Sadly this reopens #645159.

 -- Olly Betts <olly@survex.com>  Sun, 09 Jun 2013 01:08:18 +0000

sffview (0.4.1-4) unstable; urgency=low

  * Really upgrade to debhelper compat 9.
  * Patch upstream Makefile to pay attention to CPPFLAGS, CXXFLAGS and
    LDFLAGS (no C code, so no need for CFLAGS).  New patch:
    accept-externally-specified-compiler-flags.patch
  * Add lintian overrides for hardening-no-fortify-functions false positives.

 -- Olly Betts <olly@survex.com>  Tue, 04 Jun 2013 22:17:02 +0000

sffview (0.4.1-3) unstable; urgency=low

  * Upgrade to debhelper compat 9 to enable hardening flags.
  * "Standards-Version: 3.9.4" (no changes required).
  * debian/watch: Update to working version from Bart Martens.

 -- Olly Betts <olly@survex.com>  Thu, 30 May 2013 02:06:09 +0000

sffview (0.4.1-2) unstable; urgency=low

  * Add "Recommends: libgnomeprintui2.2-0" which is required for printing to
    work, and which libwxgtk2.8-0 only suggests.  (Closes: #645159)

 -- Olly Betts <olly@survex.com>  Sun, 11 Dec 2011 02:45:40 +0000

sffview (0.4.1-1) unstable; urgency=low

  * New maintainer (Closes: #561202)
  * New upstream version.
    + Incorporates all of the patches we were applying, so remove them.
  * debian/control:
    + "Standards-Version: 3.9.2" (no changes required).
    + Improve long description (and fix typos).
    + Drop versioning on libboost-filesystem-dev build-dep as the requirement
      is fulfilled by oldstable.
    + Update "Homepage" URL - old one was to a subpage which is now 404.
  * Update to use "3.0 (quilt)" source format.
  * debian/menu: Fix typo: "Structed" -> "Structured"
  * Fix typo in (debian-specific) man page.

 -- Olly Betts <olly@survex.com>  Thu, 10 Nov 2011 23:10:44 +0000

sffview (0.4-5) unstable; urgency=low

  * QA upload.
  * Update to build against wxwidgets2.8 rather than 2.6 - requires a small
    patch: debian/patches/04-wxwidgets2.8-compatibility.diff
  * Update versioning on debhelper B-D and add versioning to quilt B-D on the
    advice of lintian.

 -- Olly Betts <olly@survex.com>  Thu, 13 Oct 2011 03:59:45 +0000

sffview (0.4-4) unstable; urgency=low

  * QA upload.
  * Extract all Debian-specific changes into quilt patch series.
  * Adjust 01-fix-ftbfs-with-gcc-4.4.diff to really fix FTBFS under GCC 4.4.
    (Closes: #504859)
  * Fix lintian warnings:
    - Correct quote usage in debian/sffview.sgml so that generated groff file
      has correct format
    - Update debian/copyright to incldue a "Copyright (C) [..]" statement
    - Add patch to prepend "-Wl,--as-needed" before WXCONFIG_LD to drop
      unnecessary dependencies

 -- Chris Lamb <lamby@debian.org>  Sun, 02 Aug 2009 01:30:59 +0100

sffview (0.4-3) unstable; urgency=low

  * QA upload.
  * Apply patch by Martin Michlmayr to fix building under GCC 4.4. Tested
    using gcc-snapshot 20090718-1. (Closes: #504859)
  * debian/control:
    - Bump Standards-Version to 3.8.2
    - Move homepage in long description to 'Homepage' field
    - Add ${misc:Depends} to binary Depends
  * debian/rules:
    - Don't ignore errors in clean target
    - Remove NOP configure/configure-stamp target
    - Move to minimal dh7 debian/rules
    - Correct upstream changelog handling to avoid installing it as "changes".
  * Use 'Applications' section in menu file, not 'Apps'.

 -- Chris Lamb <lamby@debian.org>  Tue, 28 Jul 2009 14:55:40 +0200

sffview (0.4-2) unstable; urgency=low

  * Orphan the package.

 -- Matthias Klose <doko@debian.org>  Sun, 01 Mar 2009 22:55:44 +0100

sffview (0.4-1) unstable; urgency=low

  * New upstream version.
  * Fix build failures with g++-4.3. Closes: #455326.
  * Update watch file. Closes: #450218.

 -- Matthias Klose <doko@debian.org>  Mon, 28 Jan 2008 22:12:38 +0100

sffview (0.3-7) unstable; urgency=low

  * Rebuild using g++-4.1.

 -- Matthias Klose <doko@debian.org>  Sun,  9 Jul 2006 15:23:20 +0000

sffview (0.3-6) unstable; urgency=low

  * Fix spelling error in package description (closes: #300039).

 -- Matthias Klose <doko@debian.org>  Fri, 14 Apr 2006 23:13:47 +0000

sffview (0.3-5) unstable; urgency=low

  * Build-depend on libwxgtk2.6-dev.

 -- Matthias Klose <doko@debian.org>  Wed, 24 Aug 2005 07:13:50 +0000

sffview (0.3-4) unstable; urgency=low

  * Fix typo in package description (closes: #300039).

 -- Matthias Klose <doko@debian.org>  Fri, 25 Mar 2005 21:39:02 +0100

sffview (0.3-3) unstable; urgency=low

  * Add build dependency on libboost-filesystem-dev (closes: #290966).

 -- Matthias Klose <doko@debian.org>  Sat, 22 Jan 2005 09:48:48 +0100

sffview (0.3-2) unstable; urgency=low

  * Do not use backward compatible headers (closes: #278018).
  * Build using libwxgtk2.5-dev.
  * New upstream version handles files passe on the cmd line (closes: #290493).
  * Fix build failures (Daniel J. Priem).

 -- Matthias Klose <doko@debian.org>  Sat, 15 Jan 2005 10:52:47 +0100

sffview (0.3-1) unstable; urgency=low

  * New upstream version.
  * Packaging fixes.

 -- Matthias Klose <doko@debian.org>  Sun, 26 Sep 2004 22:06:59 +0200

sffview (0.2-5) unstable; urgency=low

  * Build using g++-3.4 on amd64 (closes: #278018).

 -- Matthias Klose <doko@debian.org>  Wed, 10 Nov 2004 19:41:15 +0100

sffview (0.2-4) unstable; urgency=low

  * Packaging fixes.

 -- Matthias Klose <doko@debian.org>  Sun, 26 Sep 2004 22:18:29 +0200

sffview (0.2-3) unstable; urgency=low

  * build-dep on libwxgtk2.4-dev instead of wxwin2.2-headers
  * build-dep on g++-3.2 instead of g++ (3.3 has no strstream.h)
  * comment out TRUE and FALSE defs in  sfftobmp.h
  * Makefile use g++-3.2 instead of g++
  * fix path to COPYING in debian/copyright
  * added homepage URL to long description
  * recompile on sid

 -- Achim Bohnet <ach@mpe.mpg.de>  Wed, 15 Sep 2004 20:54:10 +0200

sffview (0.2-2) stable; urgency=low

  * fix typo in pkg description and manpage
  * fill debian/copyright, delete README.debian

 -- Achim Bohnet <ach@mpe.mpg.de>  Wed, 19 Mar 2003 01:44:19 +0100

sffview (0.2-1) stable; urgency=low

  * Initial Woody package
  * Makefile: use wx-config --cxxflags instead of --cflags
  * added simple manpage sffview.1

 -- Achim Bohnet <ach@mpe.mpg.de>  Wed, 19 Mar 2003 01:22:14 +0100