Move gitlab-shell dependency to gitlab-common
This commit is contained in:
parent
9a9d5f0bef
commit
7c1914a00a
1 changed files with 2 additions and 2 deletions
4
debian/control
vendored
4
debian/control
vendored
|
@ -34,7 +34,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
openssh-client,
|
openssh-client,
|
||||||
bzip2,
|
bzip2,
|
||||||
ucf,
|
ucf,
|
||||||
gitlab-shell (>= 8.4.4~),
|
|
||||||
gitlab-workhorse (>= 7.6~),
|
gitlab-workhorse (>= 7.6~),
|
||||||
ruby-rails (>= 2:5.2.0~),
|
ruby-rails (>= 2:5.2.0~),
|
||||||
ruby-rails-deprecated-sanitizer (>= 1.0.3~),
|
ruby-rails-deprecated-sanitizer (>= 1.0.3~),
|
||||||
|
@ -368,7 +367,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
ruby | ruby-interpreter,
|
ruby | ruby-interpreter,
|
||||||
adduser (>= 3.34~),
|
adduser (>= 3.34~),
|
||||||
git (>= 1:2.7.3~),
|
git (>= 1:2.7.3~),
|
||||||
ucf
|
ucf,
|
||||||
|
gitlab-shell (>= 8.4.4~)
|
||||||
Description: git powered software platform to collaborate on code (common)
|
Description: git powered software platform to collaborate on code (common)
|
||||||
gitlab provides web based interface to host source code and track issues.
|
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
|
It allows anyone for fork a repository and send merge requests. Code review
|
||||||
|
|
Loading…
Reference in a new issue