Package: html2ps / 1.0b7-1

Metadata

Package Version Patches format
html2ps 1.0b7-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
document_dsc_option.patch | (download)

html2ps.1 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 documents lower case option for dsc option
 There were parsing problems with DSC option and, together with a fix
 to #176012 and #76569, the lower case of dsc was allowed.

remove_latin1_char.patch | (download)

html2psrc.5 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 replace latin1 character to proper troff syntax
 Bokml was spelled using a latin1 character. It was changed to use troff's
 syntax instead. That way we keep the manpage encoding agnostic.

xhtml2ps_defaults.patch | (download)

contrib/xhtml2ps/xhtml2ps | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 set the default postscript viewer in xhtml2ps to "see"
 Upstream default doesn't fit well with a Debian system. Using see and
 lpr are a better default since they match commands available for
 Debian. Bug #72034 has a bigger discussion regarding the subject.

default_paper_size.patch | (download)

html2ps | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 add support to the default paper size
 Uses paper size specified by libpaper instead of defaulting to A4. This
 makes the software integrate better with the system and user
 spectations of it.

proper_variable_escaping.patch | (download)

html2ps | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 correctly quoting of paper configuration
 The paper type wasn't set correctly even after using paperconf because
 certain variables weren't correctly escaped and EOR wasn't correctly
 quoted. This patches fixes that.

shell_tricks_removed.patch | (download)

html2ps | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 removed shell tricks
 The packaged stoped working in 1999 due to this. This patches
 substitutes the codes which used a shell to open perl to a hashbang
 calling perl interpreter directly.

configuration_path.patch | (download)

html2ps | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 new path for referenced files
  Debian policy requires documentation and configuration files to lie
large_eps_fix.patch | (download)

html2ps | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixes segmentation fault caused by large eps
 Running html2ps on files with largish EPS images (using the --original
 option) can cause the program to segfault. After some examination with
 perl -d and gdb, it turned out that perl's regexp matching engine blows
 the stack with thousands of frames. The following trivial patch seems
 to fix the problem, and it also makes EPS handling noticeably faster

always_require_posix.patch | (download)

html2ps | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 always require posix

check_file_state.patch | (download)

html2ps | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 checks if file is usable before referencing it

DSC_to_dsc.patch | (download)

html2ps | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 dsc renamed to dsc
 This is patch fixes #176012 and #76569

fix_ps.patch | (download)

html2ps | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

---
checker_warning.patch | (download)

html2ps | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 warns about html syntax checker returning an error
 If the HTML syntax checker returns an error (if the command doesn't
 exist or if it fails), the original behaviour is to quietly continue.
 This patch makes html2ps louder. It warns that the HTML syntax checker
 program returned an error.

upstream_changelog.patch | (download)

README | 24 0 + 24 - 0 !
changelog | 25 25 + 0 - 0 !
2 files changed, 25 insertions(+), 24 deletions(-)

 split readme file into changelog and readme
 Upstream files README and changelog were split to better fit how things
 work in Debian.