[DRE-commits] [yard] 02/06: Refresh patches

Cédric Boutillier boutil at moszumanska.debian.org
Mon Nov 27 11:12:27 UTC 2017


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

boutil pushed a commit to branch master
in repository yard.

commit 238c3977c2e19a8ad022e527e706d5b7fe9eb98a
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Nov 27 10:39:14 2017 +0100

    Refresh patches
---
 ...01-remove-timestamps-where-possible-for-reproducible-bu.patch | 4 ++--
 ...002-Prevent-possible-privacy-breach-with-distant-images.patch | 9 ++++-----
 ...03-spec-avoid-writing-to-file-shipped-with-upstream-sou.patch | 2 +-
 debian/patches/0004-spec-add-missing-require-spec_helper.patch   | 2 +-
 debian/patches/0005-spec_helper-avoid-relative-require.patch     | 2 +-
 5 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/debian/patches/0001-remove-timestamps-where-possible-for-reproducible-bu.patch b/debian/patches/0001-remove-timestamps-where-possible-for-reproducible-bu.patch
index a102651..1c3ab56 100644
--- a/debian/patches/0001-remove-timestamps-where-possible-for-reproducible-bu.patch
+++ b/debian/patches/0001-remove-timestamps-where-possible-for-reproducible-bu.patch
@@ -11,7 +11,7 @@ Last-Update: 2017-01-10
  2 files changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/lib/yard/i18n/pot_generator.rb b/lib/yard/i18n/pot_generator.rb
-index 627daf4..76f7f02 100644
+index 7a7d93b..1d5e1e2 100755
 --- a/lib/yard/i18n/pot_generator.rb
 +++ b/lib/yard/i18n/pot_generator.rb
 @@ -158,7 +158,7 @@ EOH
@@ -24,7 +24,7 @@ index 627daf4..76f7f02 100644
  
        def generate_pot_creation_date_value
 diff --git a/templates/default/layout/html/footer.erb b/templates/default/layout/html/footer.erb
-index e57a0f2..5baa1ce 100644
+index e57a0f2..5baa1ce 100755
 --- a/templates/default/layout/html/footer.erb
 +++ b/templates/default/layout/html/footer.erb
 @@ -1,5 +1,5 @@
diff --git a/debian/patches/0002-Prevent-possible-privacy-breach-with-distant-images.patch b/debian/patches/0002-Prevent-possible-privacy-breach-with-distant-images.patch
index 0939608..e60f45a 100644
--- a/debian/patches/0002-Prevent-possible-privacy-breach-with-distant-images.patch
+++ b/debian/patches/0002-Prevent-possible-privacy-breach-with-distant-images.patch
@@ -6,20 +6,19 @@ Origin: vendor
 Forwarded: not-needed
 Last-Update: 2016-07-09
 ---
- README.md | 10 ----------
- 1 file changed, 10 deletions(-)
+ README.md | 9 ---------
+ 1 file changed, 9 deletions(-)
 
 diff --git a/README.md b/README.md
-index c95d9ad..e34f500 100644
+index 2ebe981..e34f500 100755
 --- a/README.md
 +++ b/README.md
-@@ -1,15 +1,5 @@
+@@ -1,14 +1,5 @@
  # YARD: Yay! A Ruby Documentation Tool
  
 -[![Homepage](http://img.shields.io/badge/home-yardoc.org-blue.svg)](http://yardoc.org)
 -[![GitHub](http://img.shields.io/badge/github-lsegal/yard-blue.svg)](http://github.com/lsegal/yard)
 -[![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://rubydoc.org/gems/yard/frames)
--[![IRC Chat](https://img.shields.io/badge/chat-%23yard%20@%20freenode-orange.svg)](irc://irc.freenode.net/yard)
 -
 -[![Gem Version](https://badge.fury.io/rb/yard.svg)](http://github.com/lsegal/yard/releases)
 -[![Build Status](https://travis-ci.org/lsegal/yard.svg?branch=master)](https://travis-ci.org/lsegal/yard)
diff --git a/debian/patches/0003-spec-avoid-writing-to-file-shipped-with-upstream-sou.patch b/debian/patches/0003-spec-avoid-writing-to-file-shipped-with-upstream-sou.patch
index 13e8e96..93725c7 100644
--- a/debian/patches/0003-spec-avoid-writing-to-file-shipped-with-upstream-sou.patch
+++ b/debian/patches/0003-spec-avoid-writing-to-file-shipped-with-upstream-sou.patch
@@ -7,7 +7,7 @@ Subject: spec: avoid writing to file shipped with upstream source
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
-index c59b2d9..61f1fc1 100644
+index c59b2d9..61f1fc1 100755
 --- a/spec/spec_helper.rb
 +++ b/spec/spec_helper.rb
 @@ -168,7 +168,7 @@ RSpec.configure do |config|
diff --git a/debian/patches/0004-spec-add-missing-require-spec_helper.patch b/debian/patches/0004-spec-add-missing-require-spec_helper.patch
index f92fc3a..5b2d725 100644
--- a/debian/patches/0004-spec-add-missing-require-spec_helper.patch
+++ b/debian/patches/0004-spec-add-missing-require-spec_helper.patch
@@ -7,7 +7,7 @@ Subject: spec: add missing `require 'spec_helper'`
  1 file changed, 2 insertions(+)
 
 diff --git a/spec/cli/command_parser_spec.rb b/spec/cli/command_parser_spec.rb
-index c3ad54b..58c2b76 100644
+index c3ad54b..58c2b76 100755
 --- a/spec/cli/command_parser_spec.rb
 +++ b/spec/cli/command_parser_spec.rb
 @@ -1,5 +1,7 @@
diff --git a/debian/patches/0005-spec_helper-avoid-relative-require.patch b/debian/patches/0005-spec_helper-avoid-relative-require.patch
index 4bfcb20..b9ef434 100644
--- a/debian/patches/0005-spec_helper-avoid-relative-require.patch
+++ b/debian/patches/0005-spec_helper-avoid-relative-require.patch
@@ -8,7 +8,7 @@ Just trust that $LOAD_PATH is correctly set.
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
-index 61f1fc1..ead36f1 100644
+index 61f1fc1..ead36f1 100755
 --- a/spec/spec_helper.rb
 +++ b/spec/spec_helper.rb
 @@ -12,7 +12,7 @@ rescue LoadError

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



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