[DRE-commits] [gitlab] 01/01: relax stable libs

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Mar 15 16:44:32 UTC 2016


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

praveen pushed a commit to branch master
in repository gitlab.

commit 3c1fecaec9d17fba2c69250c76317ab460ed6700
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Mar 15 21:57:01 2016 +0530

    relax stable libs
---
 debian/patches/0050-relax-stable-libs.patch | 22 ++++++++++++++++++++++
 debian/patches/series                       |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/0050-relax-stable-libs.patch b/debian/patches/0050-relax-stable-libs.patch
new file mode 100644
index 0000000..dab10c9
--- /dev/null
+++ b/debian/patches/0050-relax-stable-libs.patch
@@ -0,0 +1,22 @@
+Index: gitlab/Gemfile
+===================================================================
+--- gitlab.orig/Gemfile
++++ gitlab/Gemfile
+@@ -30,7 +30,7 @@ gem 'omniauth-github',        '~> 1.1.1'
+ gem 'omniauth-gitlab',        '~> 1.0.0'
+ gem 'omniauth-google-oauth2', '~> 0.2.0'
+ gem 'omniauth-kerberos',      '~> 0.3.0', group: :kerberos
+-gem 'omniauth-saml',          '~> 1.4.0'
++gem 'omniauth-saml',          '~> 1.4'
+ gem 'omniauth-shibboleth',    '~> 1.2.0'
+ gem 'omniauth-twitter',       '~> 1.2.0'
+ gem 'omniauth_crowd',         '~> 2.2.0'
+@@ -92,7 +92,7 @@ gem "seed-fu", '~> 2.3.5'
+ # Markdown and HTML processing
+ gem 'html-pipeline', '~> 1.11.0'
+ gem 'task_list',     '~> 1.0.2', require: 'task_list/railtie'
+-gem 'github-markup', '~> 1.3.1'
++gem 'github-markup', '~> 1.3'
+ gem 'redcarpet',     '~> 3.3.3'
+ gem 'RedCloth',      '~> 4.2.9'
+ gem 'rdoc',          '~> 4.1'
diff --git a/debian/patches/series b/debian/patches/series
index 5e36382..3c06502 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,6 +11,7 @@
 0039-relax-nokogiri.patch
 0040-relax-rails.patch
 0041-relax-omniauth.patch
+0050-relax-stable-libs.patch
 0100-remove-development-test.patch
 0102-loosen-octokit.patch
 0108-make-mysql-optional.patch

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



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