[DRE-commits] [ruby-omniauth-saml] 03/08: remove patch

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Sep 24 14:55:10 UTC 2015


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

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

commit c3fcba98e1725a74984733d032e9970c3474d920
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Sep 24 19:42:13 2015 +0530

    remove patch
---
 debian/changelog        |  1 +
 debian/patches/series   |  1 -
 debian/patches/spec-fix | 42 ------------------------------------------
 3 files changed, 1 insertion(+), 43 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 338d494..8840d9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-omniauth-saml (1.4.1-1) UNRELEASED; urgency=medium
 
   * Team upload
   * New upstream release
+  * Remove patch spec-fix (already applied)
 
  -- Pirate Praveen <praveen at debian.org>  Thu, 24 Sep 2015 19:39:15 +0530
 
diff --git a/debian/patches/series b/debian/patches/series
index 965ef8a..f958273 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-spec-fix
 simplecov
diff --git a/debian/patches/spec-fix b/debian/patches/spec-fix
deleted file mode 100644
index 8af949d..0000000
--- a/debian/patches/spec-fix
+++ /dev/null
@@ -1,42 +0,0 @@
-Description: Fix specs to use latest ruby-saml
- Patch to make tests run with latest ruby-saml
-Author: Thiago Xavier <thiagoxvo at gmail.com>
-Last-Update: 2015-07-07
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/spec/omniauth/strategies/saml_spec.rb
-+++ b/spec/omniauth/strategies/saml_spec.rb
-@@ -75,11 +75,11 @@
-       end
- 
-       it "should set the raw info to all attributes" do
--        auth_hash['extra']['raw_info'].to_hash.should == {
--          'first_name'   => 'Rajiv',
--          'last_name'    => 'Manglani',
--          'email'        => 'user at example.com',
--          'company_name' => 'Example Company',
-+        auth_hash['extra']['raw_info'].all.to_hash.should == {
-+          'first_name'   => ['Rajiv'],
-+          'last_name'    => ['Manglani'],
-+          'email'        => ['user at example.com'],
-+          'company_name' => ['Example Company'],
-           'fingerprint'  => saml_options[:idp_cert_fingerprint]
-         }
-       end
-@@ -97,11 +97,11 @@
-       end
- 
-       it "should set the raw info to all attributes" do
--        auth_hash['extra']['raw_info'].to_hash.should == {
--          'first_name'   => 'Rajiv',
--          'last_name'    => 'Manglani',
--          'email'        => 'user at example.com',
--          'company_name' => 'Example Company',
-+        auth_hash['extra']['raw_info'].all.to_hash.should == {
-+          'first_name'   => ['Rajiv'],
-+          'last_name'    => ['Manglani'],
-+          'email'        => ['user at example.com'],
-+          'company_name' => ['Example Company'],
-           'fingerprint'  => 'C1:59:74:2B:E8:0C:6C:A9:41:0F:6E:83:F6:D1:52:25:45:58:89:FB'
-         }
-       end

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



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