Move common dependencies to gitlab-common
This commit is contained in:
parent
4aedf560e7
commit
1a48f77018
1 changed files with 3 additions and 3 deletions
6
debian/control
vendored
6
debian/control
vendored
|
@ -15,10 +15,9 @@ XS-Ruby-Versions: all
|
|||
Package: gitlab
|
||||
Architecture: all
|
||||
XB-Ruby-Versions: ${ruby:Versions}
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||
gitlab-common,
|
||||
lsb-base (>= 3.0-6),
|
||||
git (>= 1:2.7.3~),
|
||||
rake (>= 12.3.0~),
|
||||
bundler,
|
||||
postgresql-client,
|
||||
|
@ -30,7 +29,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
|||
nginx | httpd,
|
||||
default-mta | postfix | exim4 | mail-transport-agent,
|
||||
openssh-client,
|
||||
ucf,
|
||||
gitlab-shell (>= 7.1.2~),
|
||||
gitlab-workhorse (>= 4.1~),
|
||||
ruby-rails (>= 2:4.2.10~),
|
||||
|
@ -360,7 +358,9 @@ Description: git powered software platform to collaborate on code (non-omnibus)
|
|||
Package: gitlab-common
|
||||
Architecture: all
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||
ruby | ruby-interpreter,
|
||||
adduser (>= 3.34~),
|
||||
git (>= 1:2.7.3~),
|
||||
ucf
|
||||
Description: git powered software platform to collaborate on code (common)
|
||||
gitlab provides web based interface to host source code and track issues.
|
||||
|
|
Loading…
Reference in a new issue