[DRE-commits] [diaspora] 29/257: loosen more versions

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Apr 12 14:16:48 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 888ab5be072004874b56d11bb446c60f2372dc6a
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun May 4 13:55:43 2014 +0530

    loosen more versions
---
 debian/patches/loosen-backbone-on-rails-version.patch | 11 +++++++++++
 debian/patches/loosen-handlebars-assets-version.patch | 11 +++++++++++
 debian/patches/loosen-jquery-rails-version.patch      | 11 +++++++++++
 debian/patches/loosen-uglifier-version.patch          | 11 +++++++++++
 debian/patches/series                                 |  4 ++++
 5 files changed, 48 insertions(+)

diff --git a/debian/patches/loosen-backbone-on-rails-version.patch b/debian/patches/loosen-backbone-on-rails-version.patch
new file mode 100644
index 0000000..c05ab81
--- /dev/null
+++ b/debian/patches/loosen-backbone-on-rails-version.patch
@@ -0,0 +1,11 @@
+--- a/Gemfile
++++ b/Gemfile
+@@ -125,7 +125,7 @@
+ 
+   # JavaScript
+ 
+-  gem 'backbone-on-rails', '1.1.0'
++  gem 'backbone-on-rails', '>= 1.1.0'
+   gem 'handlebars_assets', '0.12.0'
+   gem 'jquery-rails',      '2.1.4'
+ 
diff --git a/debian/patches/loosen-handlebars-assets-version.patch b/debian/patches/loosen-handlebars-assets-version.patch
new file mode 100644
index 0000000..5929e3d
--- /dev/null
+++ b/debian/patches/loosen-handlebars-assets-version.patch
@@ -0,0 +1,11 @@
+--- a/Gemfile
++++ b/Gemfile
+@@ -126,7 +126,7 @@
+   # JavaScript
+ 
+   gem 'backbone-on-rails', '>= 1.1.0'
+-  gem 'handlebars_assets', '0.12.0'
++  gem 'handlebars_assets', '>= 0.12.0'
+   gem 'jquery-rails',      '2.1.4'
+ 
+   # Windows and OSX have an execjs compatible runtime built-in, Linux users should
diff --git a/debian/patches/loosen-jquery-rails-version.patch b/debian/patches/loosen-jquery-rails-version.patch
new file mode 100644
index 0000000..f1db05b
--- /dev/null
+++ b/debian/patches/loosen-jquery-rails-version.patch
@@ -0,0 +1,11 @@
+--- a/Gemfile
++++ b/Gemfile
+@@ -127,7 +127,7 @@
+ 
+   gem 'backbone-on-rails', '>= 1.1.0'
+   gem 'handlebars_assets', '>= 0.12.0'
+-  gem 'jquery-rails',      '2.1.4'
++  gem 'jquery-rails',      '>= 2.1.4'
+ 
+   # Windows and OSX have an execjs compatible runtime built-in, Linux users should
+   # install Node.js or use 'therubyracer'.
diff --git a/debian/patches/loosen-uglifier-version.patch b/debian/patches/loosen-uglifier-version.patch
new file mode 100644
index 0000000..318176b
--- /dev/null
+++ b/debian/patches/loosen-uglifier-version.patch
@@ -0,0 +1,11 @@
+--- a/Gemfile
++++ b/Gemfile
+@@ -121,7 +121,7 @@
+ 
+   # Compression
+ 
+-  gem 'uglifier', '2.1.2'
++  gem 'uglifier', '>= 2.1.2'
+ 
+   # JavaScript
+ 
diff --git a/debian/patches/series b/debian/patches/series
index e7398f6..c497581 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -23,3 +23,7 @@ loosen-mobile-fu-version.patch
 loosen-bootstrap-sass.patch
 loosen-compass-rails-version.patch
 lower-sass-rails.patch
+loosen-uglifier-version.patch
+loosen-backbone-on-rails-version.patch
+loosen-handlebars-assets-version.patch
+loosen-jquery-rails-version.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