Package: coderay / 1.1.0-2

Metadata

Package Version Patches format
coderay 1.1.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Remove rubygems depends.patch | (download)

lib/coderay/encoders/json.rb | 11 2 + 9 - 0 !
lib/coderay/for_redcloth.rb | 13 1 + 12 - 0 !
2 files changed, 3 insertions(+), 21 deletions(-)

 remove rubygems depends

Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>

0002 Add lack file for UnitTest.patch | (download)

test/lib/assert_warning.rb | 15 15 + 0 - 0 !
1 file changed, 15 insertions(+)

 add lack file for unittest

Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>

0003 Add Encoding.default_external.patch | (download)

test/functional/basic.rb | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add encoding.default_external

Add Encoding.default_external = "UTF-8" due to sbuild/pbuilder locale
settings. This might be Debian specific.

Signed-off-by: Youhei SASAKI <uwabami@gfd-dennou.org>