Debian Patches

Status for sfftobmp/3.1.3-9

Patch Description Author Forwarded Bugs Origin Last update
01-fix-typos.patch Fixes various typos. Applied upstream in 3.1.4.

diff -ru sfftobmp-3.1.2.orig//doc/readme sfftobmp-3.1.3/doc/readme
no
02-fix-output-filename-suffix.patch Sfftobmp does not append page index to output filenames anymore When converting a multipage fax, sfftobmp does not append the expected
numerical page index to the output filename:

File /var/spool/capisuite/received/fax.sff seems to
have 2 page(s).
- Destination File /tmp/buschfaxtmp/fax.jpg :
Converting page 1 (1728x1140px / 203x98dpi), LowRes ...
- Destination File /tmp/buschfaxtmp/fax.jpg :
Converting page 2 (1728x1140px / 203x98dpi), LowRes ...

It ought to be (and was in prior versions):

- Destination File /tmp/buschfaxtmp/fax_001.jpg :
Converting page 1 (1728x1140px / 203x98dpi), LowRes ...
- Destination File /tmp/buschfaxtmp/fax_002.jpg :
Converting page 2 (1728x1140px / 203x98dpi), LowRes ...

The problem was identified to be associated with new behaviour introduced by
boost::filesystem V3 (version 1.49 in Wheezy and up)
Peter Schaefer <peter.schaefer@gmx.de> no 2014-06-04
modernise-autotools.patch Modernise use of autotools This is needed to allow use of dh_autoreconf.
Upstream has meanwhile applied an equivalent fix as part of a larger autotools
overhaul in SVN.
Olly Betts <olly@survex.com> not-needed 2021-11-10

All known versions for source package 'sfftobmp'

Links