From 7c1914a00a64913bc49c0fc02ef0e73f4be96dbd Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Fri, 15 Mar 2019 22:12:05 +0530 Subject: [PATCH] Move gitlab-shell dependency to gitlab-common --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 494ca36ab9..9f61806a98 100644 --- a/debian/control +++ b/debian/control @@ -34,7 +34,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, openssh-client, bzip2, ucf, - gitlab-shell (>= 8.4.4~), gitlab-workhorse (>= 7.6~), ruby-rails (>= 2:5.2.0~), ruby-rails-deprecated-sanitizer (>= 1.0.3~), @@ -368,7 +367,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, adduser (>= 3.34~), git (>= 1:2.7.3~), - ucf + ucf, + gitlab-shell (>= 8.4.4~) Description: git powered software platform to collaborate on code (common) gitlab provides web based interface to host source code and track issues. It allows anyone for fork a repository and send merge requests. Code review