Package: ruby-ronn / 0.8.0-2+deb10u1

Metadata

Package Version Patches format
ruby-ronn 0.8.0-2+deb10u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
make output reproducible.patch | (download)

lib/ronn/document.rb | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 [patch] make the output reproducible.

When a document has not explicit date set, fallback to the SOURCE_DATE_EPOCH[0]
environment variable before using the current time.

 [0] https://reproducible-builds.org/specs/source-date-epoch/

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Signed-off-by: Antonio Terceiro <terceiro@debian.org>

relax dependencies.patch | (download)

ronn-ng.gemspec | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 relax gem dependencies
  as Debian unstable has already newer version of them...
rename to ronn.patch | (download)

ronn-ng.gemspec | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 rename the project 'ronn'
 to provide a drop-in replacement for unmaintained ronn gem
fix ordered lists.patch | (download)

.idea/ronn-ng.iml | 28 5 + 23 - 0 !
lib/ronn/roff.rb | 2 1 + 1 - 0 !
test/ordered_list.html | 30 30 + 0 - 0 !
test/ordered_list.roff | 25 25 + 0 - 0 !
test/ordered_list.ronn | 21 21 + 0 - 0 !
5 files changed, 82 insertions(+), 24 deletions(-)

 [patch] fix for basic ordered lists


fix url hyphenation.patch | (download)

lib/ronn/roff.rb | 4 2 + 2 - 0 !
test/markdown_syntax.roff | 12 6 + 6 - 0 !
test/section_reference_links.roff | 2 1 + 1 - 0 !
test/url_formatting.ronn | 3 3 + 0 - 0 !
4 files changed, 12 insertions(+), 9 deletions(-)

 [patch] don't allow urls to be hyphenated


fix utf8 content.patch | (download)

lib/ronn/roff.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] fix regex encoding: don't assume windows-31j encoding

Source: https://github.com/apjanke/ronn-ng/pull/35