[DRE-commits] [ruby-omniauth-openid] 03/05: rack-openid.patch: allow for a newer version of rack-openid

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Jul 20 14:04:44 UTC 2016


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

terceiro pushed a commit to branch master
in repository ruby-omniauth-openid.

commit 552ce1ad77fbd876fcd945f1b62ac51b53ded5c3
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Wed Jul 20 08:16:25 2016 -0300

    rack-openid.patch: allow for a newer version of rack-openid
    
    Closes: #830917
---
 .pc/.quilt_patches               |  1 +
 .pc/.quilt_series                |  1 +
 .pc/.version                     |  1 +
 debian/changelog                 |  2 ++
 debian/patches/rack-openid.patch | 11 +++++++++++
 debian/patches/series            |  1 +
 6 files changed, 17 insertions(+)

diff --git a/.pc/.quilt_patches b/.pc/.quilt_patches
new file mode 100644
index 0000000..6857a8d
--- /dev/null
+++ b/.pc/.quilt_patches
@@ -0,0 +1 @@
+debian/patches
diff --git a/.pc/.quilt_series b/.pc/.quilt_series
new file mode 100644
index 0000000..c206706
--- /dev/null
+++ b/.pc/.quilt_series
@@ -0,0 +1 @@
+series
diff --git a/.pc/.version b/.pc/.version
new file mode 100644
index 0000000..0cfbf08
--- /dev/null
+++ b/.pc/.version
@@ -0,0 +1 @@
+2
diff --git a/debian/changelog b/debian/changelog
index fcbfa3b..137f834 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ ruby-omniauth-openid (1.0.1-4) UNRELEASED; urgency=medium
 
   [ Antonio Terceiro ]
   * update packaging with a new `dh-make-ruby -w` run
+  * rack-openid.patch: allow for a newer version of rack-openid
+    (Closes: #830917)
 
  -- Cédric Boutillier <boutil at moszumanska.debian.org>  Wed, 20 Jul 2016 08:09:59 -0300
 
diff --git a/debian/patches/rack-openid.patch b/debian/patches/rack-openid.patch
new file mode 100644
index 0000000..37a0d32
--- /dev/null
+++ b/debian/patches/rack-openid.patch
@@ -0,0 +1,11 @@
+--- a/omniauth-openid.gemspec
++++ b/omniauth-openid.gemspec
+@@ -4,7 +4,7 @@ require File.expand_path('../lib/omniaut
+ Gem::Specification.new do |gem|
+ 
+   gem.add_dependency 'omniauth', '~> 1.0'
+-  gem.add_dependency 'rack-openid', '~> 1.3.1'
++  gem.add_dependency 'rack-openid', '~> 1.3'
+   gem.add_development_dependency 'rack-test', '~> 0.5'
+   gem.add_development_dependency 'rake', '~> 0.8'
+   gem.add_development_dependency 'rdiscount', '~> 1.6'
diff --git a/debian/patches/series b/debian/patches/series
index ac1223c..22a8225 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 remove-simplecov.patch
 rspec3-port.patch
+rack-openid.patch

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



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