[DRE-commits] [ruby-mixlib-authentication] 03/07: Drop patches, superseded upstream.
Stefano Rivera
stefano at rivera.za.net
Wed Jan 15 15:40:46 UTC 2014
This is an automated email from the git hooks/post-receive script.
stefanor pushed a commit to branch master
in repository ruby-mixlib-authentication.
commit 2edaa0e7f63e58ce613272fef51f8ae5462f9aaa
Author: Stefano Rivera <stefanor at debian.org>
Date: Thu Jan 9 16:04:46 2014 +0200
Drop patches, superseded upstream.
---
debian/changelog | 1 +
.../01_fix_http_authentication_request_spec.diff | 22 ----------------------
debian/patches/series | 1 -
3 files changed, 1 insertion(+), 23 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c6a7fe0..b2e81ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
ruby-mixlib-authentication (1.3.0-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Drop patches, superseded upstream.
-- Stefano Rivera <stefanor at debian.org> Thu, 09 Jan 2014 16:03:27 +0200
diff --git a/debian/patches/01_fix_http_authentication_request_spec.diff b/debian/patches/01_fix_http_authentication_request_spec.diff
deleted file mode 100644
index 24444fa..0000000
--- a/debian/patches/01_fix_http_authentication_request_spec.diff
+++ /dev/null
@@ -1,22 +0,0 @@
-Description: Fix for HTTP authentication test
- This fix is supplied by upstream to repair an issue with a HTTP
- authentication spec file.
- .
- The fix will be included in an upcoming upstream releases for which the
- date has not been set yet.
-Forwarded: not-needed
-Author: Chris Walters <github.algorist at ckwalters.com>
-Origin: upstream, https://github.com/opscode/mixlib-authentication/commit/fe5cd0116d13982557fdc92355e493e3849a5e0e
-
---- a/spec/mixlib/authentication/http_authentication_request_spec.rb
-+++ b/spec/mixlib/authentication/http_authentication_request_spec.rb
-@@ -82,8 +82,7 @@
- it "raises an error when not all required headers are given" do
- @merb_headers.delete("HTTP_X_OPS_SIGN")
- exception = Mixlib::Authentication::MissingAuthenticationHeader
-- auth_req = Mixlib::Authentication::HTTPAuthenticationRequest.new(@request)
-- lambda {auth_req.validate_headers!}.should raise_error(exception)
-+ lambda{ Mixlib::Authentication::HTTPAuthenticationRequest.new(@request) }.should raise_error(exception)
- end
-
- it "extracts the path from the request" do
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index f09b351..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01_fix_http_authentication_request_spec.diff
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-mixlib-authentication.git
More information about the Pkg-ruby-extras-commits
mailing list