[DRE-commits] [ruby-kramdown-rfc2629] 06/06: Refresh fix-path.patch

Cédric Boutillier boutil at moszumanska.debian.org
Tue Sep 12 14:28:53 UTC 2017


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

boutil pushed a commit to branch master
in repository ruby-kramdown-rfc2629.

commit 34090b3dcd99d3e8d9bfcc69e2014d727a7ba2c4
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Sep 12 16:19:31 2017 +0200

    Refresh fix-path.patch
---
 debian/changelog              | 1 +
 debian/patches/fix-path.patch | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 638633f..a9bbd56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ ruby-kramdown-rfc2629 (1.2.5-1) unstable; urgency=medium
   * Add patch to disable the use of certified gem
   * Set minimal version of kramdown dependency to 1.14
   * Bump Standards-Version to 4.1.0 (no changes needed)
+  * Refresh fix-path.patch
 
  -- Cédric Boutillier <boutil at debian.org>  Tue, 12 Sep 2017 16:17:31 +0200
 
diff --git a/debian/patches/fix-path.patch b/debian/patches/fix-path.patch
index bbeb1ee..cab5762 100644
--- a/debian/patches/fix-path.patch
+++ b/debian/patches/fix-path.patch
@@ -3,11 +3,11 @@ Description: fix patch for data files
 Origin: vendor
 Author: Cédric Boutillier <boutil at debian.org>
 Forwarded: not-needed
-Last-Update: 2016-09-17
+Last-Update: 2017-09-12
 
 --- a/bin/kramdown-rfc2629
 +++ b/bin/kramdown-rfc2629
-@@ -139,7 +139,7 @@
+@@ -183,7 +183,7 @@
      end
    end
  
@@ -16,12 +16,12 @@ Last-Update: 2016-09-17
    erbfile = File.read(erbfilename, coding: "UTF-8")
    erb = ERB.new(erbfile, nil, '-')
    # remove redundant nomarkdown pop outs/pop ins as they confuse kramdown
-@@ -169,7 +169,7 @@
+@@ -225,7 +225,7 @@
  end
  
  def read_encodings
 -  encfilename = File.expand_path '../../data/encoding-fallbacks.txt', __FILE__
 +  encfilename = File.expand_path '/usr/share/ruby-kramdown-rfc2629/encoding-fallbacks.txt', __FILE__
    encfile = File.read(encfilename, coding: "UTF-8")
-   Hash[encfile.lines.map{|l| 
+   Hash[encfile.lines.map{|l|
           l.chomp!;

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



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