relax net-ssh
This commit is contained in:
parent
996ecc1620
commit
2a885bfef0
4 changed files with 22 additions and 1 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,3 +1,10 @@
|
|||
gitlab (8.4.0+dfsg~rc2-4) unstable; urgency=medium
|
||||
|
||||
* Reupload to unstable
|
||||
* Relax ruby-net-ssh dependency
|
||||
|
||||
-- Pirate Praveen <praveen@debian.org> Thu, 28 Jan 2016 02:01:57 +0530
|
||||
|
||||
gitlab (8.4.0+dfsg~rc2-3) experimental; urgency=medium
|
||||
|
||||
* Read gitlab-debian.conf from /etc/default/gitlab
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -175,7 +175,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
|||
ruby-request-store (>= 1.1~),
|
||||
ruby-select2-rails (>= 3.5.9~),
|
||||
ruby-virtus (>= 1.0.1~),
|
||||
ruby-net-ssh (>= 3.0.1~),
|
||||
ruby-net-ssh (>= 2.9.2~),
|
||||
# Metrics
|
||||
ruby-allocations (>= 1.0~),
|
||||
ruby-method-source (>= 0.8~),
|
||||
|
|
13
debian/patches/0038-relax-net-ssh.patch
vendored
Normal file
13
debian/patches/0038-relax-net-ssh.patch
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
Index: gitlab/Gemfile
|
||||
===================================================================
|
||||
--- gitlab.orig/Gemfile
|
||||
+++ gitlab/Gemfile
|
||||
@@ -210,7 +210,7 @@ gem 'raphael-rails', '~> 2.1.2'
|
||||
gem 'request_store', '~> 1.1'
|
||||
gem 'select2-rails', '~> 3.5.9'
|
||||
gem 'virtus', '~> 1.0.1'
|
||||
-gem 'net-ssh', '~> 3.0.1'
|
||||
+gem 'net-ssh', '>= 2.9.2'
|
||||
|
||||
# Metrics
|
||||
group :metrics do
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -8,6 +8,7 @@ loosen-rails-version.patch
|
|||
0020-loosen-unicorn.patch
|
||||
0028-loosen-ace-rails-ap.patch
|
||||
0037-loosen-request-store.patch
|
||||
0038-relax-net-ssh.patch
|
||||
0100-remove-development-test.patch
|
||||
0102-loosen-octokit.patch
|
||||
0107-relax-omniauth-facebook.patch
|
||||
|
|
Loading…
Reference in a new issue