Package: ruby-asciidoctor-pdf / 2.3.19-3

Metadata

Package Version Patches format
ruby-asciidoctor-pdf 2.3.19-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix dependencies for debian build.patch | (download)

asciidoctor-pdf.gemspec | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix dependencies for debian build.

Leave prawn/templates enabled as the code now depends on it existing.

Update gemspec dependencies to match debian packages

I've tested with these versions and the test suites results match the
current debian package, although there are spurious errors, e.g. 12 !=
12.0.

Signed-off-by: Keith Packard <keithp@keithp.com>

Last-Updated: 2022-12-16
0002 Load data files from usr share ruby asciidoctor pdf.patch | (download)

lib/asciidoctor/pdf/theme_loader.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 load data files from /usr/share/ruby-asciidoctor-pdf

Avoid using /usr/lib/ruby

Signed-off-by: Keith Packard <keithp@keithp.com>

0003 Add man page.patch | (download)

man/asciidoctor-pdf.1 | 256 256 + 0 - 0 !
man/asciidoctor-pdf.adoc | 187 187 + 0 - 0 !
2 files changed, 443 insertions(+)

 add man page.

This is an edited version of the asciidoctor man page

Signed-off-by: Keith Packard <keithp@keithp.com>

0004 man Add man page for asciidoctor pdf optimize.patch | (download)

man/asciidoctor-pdf-optimize.1 | 92 92 + 0 - 0 !
man/asciidoctor-pdf-optimize.adoc | 61 61 + 0 - 0 !
2 files changed, 153 insertions(+)

 man: add man page for asciidoctor-pdf-optimize

Signed-off-by: Keith Packard <keithp@keithp.com>