[DRE-commits] [ruby-fuubar] 04/08: remove patches as no tests are run

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Sep 10 13:21:37 UTC 2014


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

praveen pushed a commit to branch master
in repository ruby-fuubar.

commit 343b795022a204caf018a6a2a106ae6419983af0
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Sep 10 18:13:23 2014 +0530

    remove patches as no tests are run
---
 .../not_use_ruby-progressbar_but_progressbar.patch   | 20 --------------------
 debian/patches/series                                |  3 ---
 debian/patches/specify_rspec-core.patch              | 12 ------------
 debian/patches/specify_rspec.patch                   | 11 -----------
 debian/patches/specify_spec_helper_rb.patch          | 16 ----------------
 5 files changed, 62 deletions(-)

diff --git a/debian/patches/not_use_ruby-progressbar_but_progressbar.patch b/debian/patches/not_use_ruby-progressbar_but_progressbar.patch
deleted file mode 100644
index 53d2f6f..0000000
--- a/debian/patches/not_use_ruby-progressbar_but_progressbar.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: use progressbar.rb
- Debian has ruby-progressbar and it has progressbar.rb.
- ruby-progressbar.rb is based on another implementation, then use
- progressbar.rb as workaround.
-
-Author: Hideki Yamane <henrich at debian.org>
----
-Origin: vendor
-Forwarded: not-needed
-Last-Update: 2013-01-03
-
---- ruby-fuubar-1.1.0.orig/lib/fuubar.rb
-+++ ruby-fuubar-1.1.0/lib/fuubar.rb
-@@ -1,5 +1,5 @@
- require 'rspec/core/formatters/base_text_formatter'
--require 'ruby-progressbar'
-+require 'progressbar'
- require 'rspec/instafail'
- 
- class Fuubar < RSpec::Core::Formatters::BaseTextFormatter
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 9eb4261..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,3 +0,0 @@
-specify_spec_helper_rb.patch
-not_use_ruby-progressbar_but_progressbar.patch
-specify_rspec.patch
diff --git a/debian/patches/specify_rspec-core.patch b/debian/patches/specify_rspec-core.patch
deleted file mode 100644
index f102f53..0000000
--- a/debian/patches/specify_rspec-core.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Description: <short summary of the patch>
-Author: Hideki Yamane <henrich at debian.org>
----
-Origin: vendor
-Forwarded: no
-Last-Update: 2013-01-03
-
---- ruby-fuubar-1.1.0.orig/spec/spec_helper.rb
-+++ ruby-fuubar-1.1.0/spec/spec_helper.rb
-@@ -1 +1,2 @@
- require 'fuubar'
-+require 'rspec/core'
diff --git a/debian/patches/specify_rspec.patch b/debian/patches/specify_rspec.patch
deleted file mode 100644
index 6f77df8..0000000
--- a/debian/patches/specify_rspec.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-Description: specify rspec to avoid error
----
-Origin: vendor
-Forwarded: no
-Last-Update: 2013-01-03
-
---- ruby-fuubar-1.1.0.orig/spec/spec_helper.rb
-+++ ruby-fuubar-1.1.0/spec/spec_helper.rb
-@@ -1 +1,2 @@
- require 'fuubar'
-+require 'rspec'
diff --git a/debian/patches/specify_spec_helper_rb.patch b/debian/patches/specify_spec_helper_rb.patch
deleted file mode 100644
index f4d4092..0000000
--- a/debian/patches/specify_spec_helper_rb.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Just specify spec_helper.rb to run test
-Author: Hideki Yamane <henrich at debian.org>
-
----
-Origin: vendor
-Forwarded: no
-Last-Update: 2013-01-03
-
---- ruby-fuubar-1.1.0.orig/spec/fuubar_spec.rb
-+++ ruby-fuubar-1.1.0/spec/fuubar_spec.rb
-@@ -1,4 +1,4 @@
--require 'spec_helper'
-+require 'spec/spec_helper'
- require 'stringio'
- 
- describe Fuubar do

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



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