[DRE-commits] [jekyll] 12/12: Update debian/changelog

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Sun Dec 27 14:49:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository jekyll.

commit 7084f32913e9f84f7f3750b645b454547b95f1bd
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Sun Dec 27 23:43:33 2015 +0900

    Update debian/changelog
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 debian/changelog                                   |  5 ++++-
 ...Remove-relative-LOAD_PATH-from-bin-jekyll.patch | 22 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 3 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 71cd4f4..e251674 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,9 +5,12 @@ jekyll (3.0.1+dfsg-1) unstable; urgency=medium
 
   [ Youhei SASAKI ]
   * Update debian/watch: use Github as upstream
-  * Imported Upstream version 3.0.0
+  * Imported Upstream version 3.0.1
   * Refresh patches
+    + Add patch: 0009-Remove-relative-LOAD_PATH-from-bin-jekyll.patch
   * Drop obsolete test-sources
+  * Exclude test/test_convertible.rb
+  * Install missing-sources to site_templates
 
  -- Youhei SASAKI <uwabami at gfd-dennou.org>  Sun, 22 Nov 2015 15:31:07 +0900
 
diff --git a/debian/patches/0009-Remove-relative-LOAD_PATH-from-bin-jekyll.patch b/debian/patches/0009-Remove-relative-LOAD_PATH-from-bin-jekyll.patch
new file mode 100644
index 0000000..eaebe7b
--- /dev/null
+++ b/debian/patches/0009-Remove-relative-LOAD_PATH-from-bin-jekyll.patch
@@ -0,0 +1,22 @@
+From: Youhei SASAKI <uwabami at gfd-dennou.org>
+Date: Sun, 27 Dec 2015 23:44:31 +0900
+Subject: Remove relative LOAD_PATH from bin/jekyll
+
+Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
+---
+ bin/jekyll | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/bin/jekyll b/bin/jekyll
+index 67705b5..7a8e635 100755
+--- a/bin/jekyll
++++ b/bin/jekyll
+@@ -1,8 +1,6 @@
+ #!/usr/bin/env ruby
+ STDOUT.sync = true
+ 
+-$:.unshift File.join(File.dirname(__FILE__), *%w{ .. lib })
+-
+ require 'jekyll'
+ require 'mercenary'
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 2499445..1e888c5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@
 0006-Fix-Gemfile-versioning-pygments.rb.patch
 0007-Fix-Gemfile-drop-liquid-c.patch
 0008-Add-patch-Replace-git-execution-from-gemspec.patch
+0009-Remove-relative-LOAD_PATH-from-bin-jekyll.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/jekyll.git



More information about the Pkg-ruby-extras-commits mailing list