[DRE-commits] [ruby-formatador] 11/13: remove rdoctask due to removal

Daisuke Higuchi dai at moszumanska.debian.org
Wed Nov 15 06:21:16 UTC 2017


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

dai pushed a commit to branch master
in repository ruby-formatador.

commit 6361875809bcdf768f927c3b7da1908f8c98c232
Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
Date:   Wed Nov 15 15:15:00 2017 +0900

    remove rdoctask due to removal
---
 debian/patches/remove-rdoctask.patch | 23 +++++++++++++++++++++++
 debian/patches/series                |  1 +
 2 files changed, 24 insertions(+)

diff --git a/debian/patches/remove-rdoctask.patch b/debian/patches/remove-rdoctask.patch
new file mode 100644
index 0000000..70ee4ce
--- /dev/null
+++ b/debian/patches/remove-rdoctask.patch
@@ -0,0 +1,23 @@
+Description: remove rdoctask
+Author: HIGUCHI Daisuke (VDR dai) <dai at debian.org>
+Last-Update: 2017-11-15
+
+Index: ruby-formatador/Rakefile
+===================================================================
+--- ruby-formatador.orig/Rakefile
++++ ruby-formatador/Rakefile
+@@ -56,14 +56,6 @@ task :coverage do
+   sh "open coverage/index.html"
+ end
+ 
+-require 'rake/rdoctask'
+-Rake::RDocTask.new do |rdoc|
+-  rdoc.rdoc_dir = 'rdoc'
+-  rdoc.title = "#{name} #{version}"
+-  rdoc.rdoc_files.include('README*')
+-  rdoc.rdoc_files.include('lib/**/*.rb')
+-end
+-
+ desc "Open an irb session preloaded with this library"
+ task :console do
+   sh "irb -rubygems -r ./lib/#{name}.rb"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..853e3fd
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-rdoctask.patch

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



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