[DRE-commits] [ruby-multi-xml] 02/03: fix typo in the patch extension

Cédric Boutillier boutil at moszumanska.debian.org
Mon Jul 21 21:09:26 UTC 2014


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

boutil pushed a commit to branch master
in repository ruby-multi-xml.

commit 2315b80dee1630a9b4374626cb203bcacef2f285
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Jul 21 22:59:40 2014 +0200

    fix typo in the patch extension
---
 .../patches/{remove-simplecov.pathc => remove-simplecov.patch}   | 9 +++++----
 debian/patches/series                                            | 2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/patches/remove-simplecov.pathc b/debian/patches/remove-simplecov.patch
similarity index 92%
rename from debian/patches/remove-simplecov.pathc
rename to debian/patches/remove-simplecov.patch
index 111d524..a96fafb 100644
--- a/debian/patches/remove-simplecov.pathc
+++ b/debian/patches/remove-simplecov.patch
@@ -6,15 +6,16 @@ Last-Update: 2013-05-27
 
 --- a/spec/helper.rb
 +++ b/spec/helper.rb
-@@ -1,11 +1,5 @@
+@@ -1,12 +1,3 @@
 -require 'simplecov'
- require 'coveralls'
- 
+-require 'coveralls'
+-
 -SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
 -  SimpleCov::Formatter::HTMLFormatter,
 -  Coveralls::SimpleCov::Formatter
 -]
 -SimpleCov.start
- 
+-
  require 'multi_xml'
  require 'rspec'
+ 
diff --git a/debian/patches/series b/debian/patches/series
index d9268b9..93f0321 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-remove-simplecov.pathc
+remove-simplecov.patch

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



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