[DRE-commits] [diaspora] 02/02: relax simple_captcha2

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Jul 8 19:51:08 UTC 2016


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

praveen pushed a commit to branch master-0.5.5
in repository diaspora.

commit a78917ed8df3b7ecd060be5dbb4c518811ba9ba7
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Jul 6 22:51:08 2016 +0530

    relax simple_captcha2
---
 debian/changelog                               |  3 ++-
 debian/patches/054-relax-simple-captcha2.patch | 13 +++++++++++++
 debian/patches/series                          |  1 +
 3 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 63f045b..4121457 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
 diaspora (0.5.5.1+debian-11) UNRELEASED; urgency=medium
 
   [ Gemfile changes]
-  * Relax activerecord-import 
+  * Relax activerecord-import
+  * Relax simple_captcha2
 
  -- Pirate Praveen <praveen at debian.org>  Wed, 06 Jul 2016 22:43:17 +0530
 
diff --git a/debian/patches/054-relax-simple-captcha2.patch b/debian/patches/054-relax-simple-captcha2.patch
new file mode 100644
index 0000000..46d89d7
--- /dev/null
+++ b/debian/patches/054-relax-simple-captcha2.patch
@@ -0,0 +1,13 @@
+Index: diaspora/Gemfile
+===================================================================
+--- diaspora.orig/Gemfile
++++ diaspora/Gemfile
+@@ -28,7 +28,7 @@ gem "devise-token_authenticatable", "~>
+ 
+ # Captcha
+ 
+-gem "simple_captcha2", "0.3.4", require: "simple_captcha"
++gem "simple_captcha2", "~> 0.4.0", require: "simple_captcha"
+ 
+ # Background processing
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 37e703e..9849858 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -13,3 +13,4 @@
 051-relax-patch-release-versions.patch
 052-relax-diaspora-jsxc.patch
 053-relax-activerecord-import.patch
+054-relax-simple-captcha2.patch

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



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