[DRE-commits] [gitlab] 11/23: relax gollum-lib

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Jun 3 12:52:41 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 a9ab9796cd2dee4994039776faffed9c0baa9485
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Jun 2 15:52:42 2016 +0530

    relax gollum-lib
---
 debian/control                              |  2 +-
 debian/patches/0050-relax-stable-libs.patch |  9 +++++++++
 debian/patches/0106-loosen-gollum-lib.patch | 13 -------------
 3 files changed, 10 insertions(+), 14 deletions(-)

diff --git a/debian/control b/debian/control
index b21bae6..48e26c2 100644
--- a/debian/control
+++ b/debian/control
@@ -73,7 +73,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
 # Debian package includes gitlab patches
  ruby-omniauth-ldap (>= 1.0.4~),
 # Git Wiki
- ruby-gollum-lib (>= 4.1.0~),
+ ruby-gollum-lib (>= 4.2~),
 # Language detection
  ruby-github-linguist (>= 4.7.0~),
 # API
diff --git a/debian/patches/0050-relax-stable-libs.patch b/debian/patches/0050-relax-stable-libs.patch
index e280ec9..ff4d937 100644
--- a/debian/patches/0050-relax-stable-libs.patch
+++ b/debian/patches/0050-relax-stable-libs.patch
@@ -5,6 +5,15 @@ Index: gitlab/Gemfile
 ===================================================================
 --- gitlab.orig/Gemfile
 +++ gitlab/Gemfile
+@@ -61,7 +61,7 @@ gem 'omniauth-ldap', '~> 1.0.4', require
+ 
+ # Git Wiki
+ # Required manually in config/initializers/gollum.rb to control load order
+-gem 'gollum-lib', '~> 4.1.0', require: false
++gem 'gollum-lib', '~> 4.2', require: false
+ gem 'gollum-rugged_adapter', '~> 0.4.2', require: false
+ 
+ # Language detection
 @@ -97,7 +97,7 @@ gem "seed-fu", '~> 2.3.5'
  # Markdown and HTML processing
  gem 'html-pipeline', '~> 1.11.0'
diff --git a/debian/patches/0106-loosen-gollum-lib.patch b/debian/patches/0106-loosen-gollum-lib.patch
deleted file mode 100644
index 8d16bff..0000000
--- a/debian/patches/0106-loosen-gollum-lib.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: gitlab/Gemfile
-===================================================================
---- gitlab.orig/Gemfile
-+++ gitlab/Gemfile
-@@ -48,7 +48,7 @@ gem "gitlab_git", '~> 7.2.20'
- gem 'omniauth-ldap', '~> 1.0.4', require: "omniauth-ldap"
- 
- # Git Wiki
--gem 'gollum-lib', '~> 4.0.2'
-+gem 'gollum-lib', '~> 4.1.0'
- 
- # Language detection
- gem "github-linguist", "~> 4.7.0", require: "linguist"

-- 
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