File: changelog

package info (click to toggle)
sfftobmp 3.1.3-7
  • links: PTS
  • area: main
  • in suites:
  • size: 23,452 kB
  • sloc: cpp: 148,005; ansic: 85,028; sh: 14,606; makefile: 587; asm: 284
file content (262 lines) | stat: -rw-r--r-- 8,714 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
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
sfftobmp (3.1.3-7) unstable; urgency=medium

  * Update to debhelper compat level 12.
  * Stop using autotools-dev debhelper integration.  New patch:
    modernise-autotools.patch
  * debian/control: Mark conformance with policy 4.4.1.
  * debian/control: Add "Rules-Requires-Root: no".
  * debian/rules: Adjust pattern to match sourceforge change.

 -- Olly Betts <olly@survex.com>  Mon, 11 Nov 2019 11:44:20 +1300

sfftobmp (3.1.3-6) unstable; urgency=medium

  * debian/rules: Enable all hardening.
  * Update to debhelper compat level 10.
  * Update upstream links to https versions.
  * debian/watch: Fix watched URL so we should actually pick up new upstream
    SVN tags.
  * debian/control: Improve description.
  * debian/control: Mark conformance with policy 4.2.1.
  * debian/changelog: Strip trailing whitespace from older entries.
  * debian/source/lintian-overrides: Move debian/source.lintian-overrides to
    new preferred location.

 -- Olly Betts <olly@survex.com>  Mon, 03 Dec 2018 09:26:23 +1300

sfftobmp (3.1.3-5) unstable; urgency=medium

  * Use autotools-dev to supply newer config.guess and config.sub.
    (Closes: #750591)
  * debian/control: Actually update to "Standards-Version: 3.9.5".
  * Use DEB_CPPFLAGS_MAINT_APPEND to add -D_FILE_OFFSET_BITS=64.

 -- Olly Betts <olly@survex.com>  Wed, 11 Jun 2014 17:43:03 +1200

sfftobmp (3.1.3-4) unstable; urgency=medium

  * Fix to append page index to output filenames, broken by changes in
    boost::filesystem V3.  Thanks to Peter Schaefer for the patch.
    (Closes: #734805)
  * "Standards-Version: 3.9.5" (no changes required).

 -- Olly Betts <olly@survex.com>  Wed, 04 Jun 2014 09:55:06 +1200

sfftobmp (3.1.3-3) unstable; urgency=low

  * Update B-D from libtiff4-dev to libtiff5-dev.
  * Add -D_FILE_OFFSET_BITS=64 to CPPFLAGS to enable LFS.
  * Fix lintian override for outdated-autotools-helper-file for unused embedded
    code copies under win32/.
  * debian/patches/01-fix-typos.patch: Note that this has been applied upstream
    in 3.1.4.

 -- Olly Betts <olly@survex.com>  Tue, 04 Jun 2013 07:19:29 +0000

sfftobmp (3.1.3-2) unstable; urgency=low

  * Link with -lboost-filesystem not -lboost-filesystem-mt.
    (Closes: #709576)
  * debian/copyright: Include copyright and licence info for mygetopt.[ch],
    and also for the embedded code copies under win32/ (which we don't use in
    the debian package build).
  * 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 01:45:27 +0000

sfftobmp (3.1.3-1) unstable; urgency=low

  * New maintainer (Closes: #571979)
  * New upstream version.
    + Incorporates all the patches we were carrying, so drop them.
  * debian/rules: Convert to minimal dh style.
  * debian/control:
    + Fix typo in short description: "Structed" -> "Structured"
    + Update "Homepage" URL - old one was to a subpage which is now 404.
  * debian/sfftobmp.1: Add sffview(1) to "SEE ALSO".  Fix typo: "Structed" ->
    "Structured"
  * debian/sfftobmp.sgml: Remove outdated alternative version of man page,
    which wasn't being used.
  * debian/copyright: Update from doc/copying and remove sfftobmp.sgml licence
    information.
  * debian/README.source: Remove since the package is now "3.0 (quilt)".
  * debian/patches/01-fix-typos.patch: Fix a few typos in docs and code.

 -- Olly Betts <olly@survex.com>  Sun, 27 Nov 2011 10:30:45 +0000

sfftobmp (3.1.2-5) unstable; urgency=low

  * QA upload
  * source format 3.0 (quilt)
    - add debian/source/format
    - drop quilt from build-depends
    - drop explicit (un-)patching from debian/rules
  * Change build-dependency on libjpeg62-dev to libjpeg-dev (closes: #635087)

 -- Ralf Treinen <treinen@debian.org>  Wed, 27 Jul 2011 23:34:35 +0200

sfftobmp (3.1.2-4) unstable; urgency=low

  [ Daniel Echeverry ]
  * QA upload.
  * Fix the FTBFS with the new Boost libs. Closes: #625041
    + Thanks to Konstantinos Margaritis for the patch.
  * debian/control
    + Bumped standard versions 3.9.2 (no changes)
    + Changed debhelper to 7.0.50 in B-D
  * debian/compat
    + Switch compat level 5 to 7

  [ Sven Hoexter ]
  * Fix the debian/watch file.

 -- Daniel Echeverry <epsilon77@gmail.com>  Mon, 30 May 2011 19:35:34 -0500

sfftobmp (3.1.2-3) unstable; urgency=low

  * QA upload.
  * Adjust 01-fix-ftbfs-with-new-boost.diff so sfftobmp also links to
    boost_system and avoids indirect linking (Closes: #556343)
  * Fix debian-rules-ignores-make-clean-errors
  * Add ${misc:Depends}
  * Add README.source for quilt patch system
  * Update standards version to 3.9.1 without further change

 -- Scott Kitterman <scott@kitterman.com>  Mon, 18 Oct 2010 23:49:26 -0400

sfftobmp (3.1.2-2) unstable; urgency=low

  * QA upload.
  * Fix FTBFS with new boost versions, now that only multi-threaded
    variants are available for all boost components. To that effect, link
    against “boost_filesystem-mt”, adding the “-mt” suffix. Also make sure
    a “modern” version of boost is installed by using “>= 1.37” in the
    Build-Depends (Closes: #530479):
     - 01-fix-ftbfs-with-new-boost.diff
  * Fix FTBFS with gcc-4.4, using a patch by Martin Michlmayr, thanks
    (Closes: #525881):
     - 02-fix-ftbfs-with-gcc-4.4.diff
  * Add quilt to Build-Depends and adapt debian/rules to deal with
    patches.
  * Move Homepage to the Source stanza (Closes: #520743).

 -- Cyril Brulebois <kibi@debian.org>  Thu, 02 Jul 2009 18:03:41 +0200

sfftobmp (3.1.2-1) unstable; urgency=low

  * New upstream version.
  * Orphan the package.

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

sfftobmp (3.1-1) unstable; urgency=low

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

 -- Matthias Klose <doko@debian.org>  Mon, 28 Jan 2008 21:44:26 +0100

sfftobmp (3.0-7.1) unstable; urgency=low

  * NMU, with the blessing of the maintainer.
  * Drop the -st suffix. Thanks, boost.

 -- Steve Kowalik <stevenk@debian.org>  Fri, 14 Sep 2007 00:18:52 +1000

sfftobmp (3.0-7) unstable; urgency=low

  * Link using the single threaded boost libraries. Closes: #425927.

 -- Matthias Klose <doko@debian.org>  Sun, 01 Jul 2007 22:48:07 +0200

sfftobmp (3.0-6) unstable; urgency=low

  * Rebuild using g++-4.1.

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

sfftobmp (3.0-5) unstable; urgency=low

  * Rebuild using g++-4.0.

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

sfftobmp (3.0-4) unstable; urgency=low

  * Add updated man page (Daniel J. Priem).

 -- Matthias Klose <doko@debian.org>  Sat, 15 Jan 2005 20:17:13 +0100

sfftobmp (3.0-3) unstable; urgency=low

  * Tighten build dependency on libboost-filesystem-dev.

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

sfftobmp (3.0-2) unstable; urgency=low

  * Fix compilation with gcc-3.4 (closes: #278019).

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

sfftobmp (3.0-1) unstable; urgency=low

  * New upstream version.
  * Packaging fixes.

 -- Matthias Klose <doko@debian.org>  Sun, 26 Sep 2004 21:34:35 +0200

sfftobmp (2.2-7) unstable; urgency=low

  * added homepage URL to long description
  * forgot in last changelog:
    Thx to  Paul van der Vlis and Gernot Hillier for
    reporting and helping to track down the tif_fax3 bug
  * fix distrib in control (was still stable)

 -- Achim Bohnet <ach@mpe.mpg.de>  Wed, 15 Sep 2004 21:59:46 +0200

sfftobmp (2.2-6) stable; urgency=low

  * recompile again to pick up libtiff4 instead of libtiff3

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

sfftobmp (2.2-5) stable; urgency=low

  * recompile for sid
  * build-dep on libtiff4-dev

 -- Achim Bohnet <ach@mpe.mpg.de>  Mon,  9 Aug 2004 23:17:39 +0200

sfftobmp (2.2-4) stable; urgency=low

  * fix e-mail in changelog

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

sfftobmp (2.2-3) stable; urgency=low

  * finish manpage contents (markup still needs polishing. contents
    maybe too ;)

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

sfftobmp (2.2-2) stable; urgency=low

  * Makefile: minimal fix to not build included tiff and jpeg libs
    but use libjpeg62 anf libtiff3g instead.
  * changelog s/unstable/stable/

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

sfftobmp (2.2-1) stable; urgency=low

  * Initial Release.
  * added simple sfftobmp manpage

 -- Achim Bohnet <ach@mpe.mpg.de>  Tue, 18 Mar 2003 00:16:44 +0100