[DRE-commits] [diaspora] 31/257: loosen version for more dependencies
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sun Apr 12 14:16:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository diaspora.
commit 0c99cee6837ec945488c1671e5d69a95d92b30f9
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Sun May 4 17:41:01 2014 +0530
loosen version for more dependencies
---
debian/patches/loosen-rack-google-analytics-version.patch | 11 +++++++++++
debian/patches/loosen-rack-protection-version.patch | 11 +++++++++++
debian/patches/loosen-rack-ssl-version.patch | 11 +++++++++++
debian/patches/series | 5 +++++
debian/patches/skip-foreman.patch | 11 +++++++++++
debian/patches/skip-rails-admin.patch | 11 +++++++++++
6 files changed, 60 insertions(+)
diff --git a/debian/patches/loosen-rack-google-analytics-version.patch b/debian/patches/loosen-rack-google-analytics-version.patch
new file mode 100644
index 0000000..67296bf
--- /dev/null
+++ b/debian/patches/loosen-rack-google-analytics-version.patch
@@ -0,0 +1,11 @@
+--- a/Gemfile
++++ b/Gemfile
+@@ -145,7 +145,7 @@
+
+ # Analytics
+
+- gem 'rack-google-analytics', '0.14.0', :require => 'rack/google-analytics'
++ gem 'rack-google-analytics', '>= 0.14.0', :require => 'rack/google-analytics'
+ gem 'rack-piwik', '0.2.2', :require => 'rack/piwik'
+
+ # Click-jacking protection
diff --git a/debian/patches/loosen-rack-protection-version.patch b/debian/patches/loosen-rack-protection-version.patch
new file mode 100644
index 0000000..2e4b721
--- /dev/null
+++ b/debian/patches/loosen-rack-protection-version.patch
@@ -0,0 +1,11 @@
+--- a/Gemfile
++++ b/Gemfile
+@@ -150,7 +150,7 @@
+
+ # Click-jacking protection
+
+- gem 'rack-protection', '1.2'
++ gem 'rack-protection', '>= 1.2'
+
+ # Process management
+
diff --git a/debian/patches/loosen-rack-ssl-version.patch b/debian/patches/loosen-rack-ssl-version.patch
new file mode 100644
index 0000000..d3c004b
--- /dev/null
+++ b/debian/patches/loosen-rack-ssl-version.patch
@@ -0,0 +1,11 @@
+--- a/Gemfile
++++ b/Gemfile
+@@ -159,7 +159,7 @@
+ # Redirects
+
+ gem 'rack-rewrite', '1.5.0', :require => false
+- gem 'rack-ssl', '1.3.3', :require => 'rack/ssl'
++ gem 'rack-ssl', '>= 1.3.2', :require => 'rack/ssl'
+
+ # Third party asset hosting
+
diff --git a/debian/patches/series b/debian/patches/series
index c497581..246831c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -27,3 +27,8 @@ loosen-uglifier-version.patch
loosen-backbone-on-rails-version.patch
loosen-handlebars-assets-version.patch
loosen-jquery-rails-version.patch
+skip-rails-admin.patch
+loosen-rack-google-analytics-version.patch
+loosen-rack-protection-version.patch
+skip-foreman.patch
+loosen-rack-ssl-version.patch
diff --git a/debian/patches/skip-foreman.patch b/debian/patches/skip-foreman.patch
new file mode 100644
index 0000000..2e6bdef
--- /dev/null
+++ b/debian/patches/skip-foreman.patch
@@ -0,0 +1,11 @@
+--- a/Gemfile
++++ b/Gemfile
+@@ -154,7 +154,7 @@
+
+ # Process management
+
+- gem 'foreman', '0.62'
++ # gem 'foreman', '0.62'
+
+ # Redirects
+
diff --git a/debian/patches/skip-rails-admin.patch b/debian/patches/skip-rails-admin.patch
new file mode 100644
index 0000000..e91909a
--- /dev/null
+++ b/debian/patches/skip-rails-admin.patch
@@ -0,0 +1,11 @@
+--- a/Gemfile
++++ b/Gemfile
+@@ -141,7 +141,7 @@
+
+ # Administration
+
+- gem 'rails_admin', '0.4.9'
++ # gem 'rails_admin', '0.4.9'
+
+ # Analytics
+
--
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