Package: jekyll / 3.1.6+dfsg-3

Metadata

Package Version Patches format
jekyll 3.1.6+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Drop Ruby Minitest Profile.patch | (download)

Gemfile | 1 0 + 1 - 0 !
test/helper.rb | 1 0 + 1 - 0 !
2 files changed, 2 deletions(-)

 drop ruby minitest profile
0002 Downgrading RDoc as 4.1.patch | (download)

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

 downgrading rdoc as 4.1

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

0005 Fix Gemfile dependencies drop redgreen.patch | (download)

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

 fix gemfile dependencies: drop redgreen

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

0006 Fix Gemfile versioning pygments.rb.patch | (download)

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

 fix-gemfile-versioning-pygments.rb


0007 Fix Gemfile drop liquid c.patch | (download)

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

 fix-gemfile-drop-liquid-c


0008 Add patch Replace git execution from gemspec.patch | (download)

jekyll.gemspec | 439 438 + 1 - 0 !
1 file changed, 438 insertions(+), 1 deletion(-)

 add patch: replace git execution from gemspec

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

0009 Remove relative LOAD_PATH from bin jekyll.patch | (download)

bin/jekyll | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 remove relative load_path from bin/jekyll

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

0010 require openssl.patch | (download)

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

 require openssl in tests using openssl class
0011 fix test pygments.patch | (download)

test/test_redcarpet.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix test using pygments
 new pygments adds some empty span blocks
 to be maintained until a new version of ruby-pygments.rb
0012_no_require_relative.patch | (download)

test/helper.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't use require_relative for tests
 This lets the system find the needed library in the correct place according to
 LOAD_PATH and should fix autopkgtests
0013_require_coffee_script_test.patch | (download)

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

 require coffee_script for autopkgtests
0014_skip_test_autopkgtest.patch | (download)

test/test_new_command.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 skip a test failing in autopkgtest
adapt_test_rouge2.patch | (download)

jekyll.gemspec | 2 1 + 1 - 0 !
test/test_kramdown.rb | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 simplify selector to adapt to rouge 2.x
relax colorator.patch | (download)

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

 relax dependency for colorator
 Jekyl 3.2 should bump the version in Gemspec and this patch can be dropped