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
|
Package: gitlab
|
||||||
Architecture: all
|
Architecture: all
|
||||||
XB-Ruby-Versions: ${ruby:Versions}
|
XB-Ruby-Versions: ${ruby:Versions}
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
gitlab-common,
|
gitlab-common,
|
||||||
lsb-base (>= 3.0-6),
|
lsb-base (>= 3.0-6),
|
||||||
git (>= 1:2.7.3~),
|
|
||||||
rake (>= 12.3.0~),
|
rake (>= 12.3.0~),
|
||||||
bundler,
|
bundler,
|
||||||
postgresql-client,
|
postgresql-client,
|
||||||
|
@ -30,7 +29,6 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
||||||
nginx | httpd,
|
nginx | httpd,
|
||||||
default-mta | postfix | exim4 | mail-transport-agent,
|
default-mta | postfix | exim4 | mail-transport-agent,
|
||||||
openssh-client,
|
openssh-client,
|
||||||
ucf,
|
|
||||||
gitlab-shell (>= 7.1.2~),
|
gitlab-shell (>= 7.1.2~),
|
||||||
gitlab-workhorse (>= 4.1~),
|
gitlab-workhorse (>= 4.1~),
|
||||||
ruby-rails (>= 2:4.2.10~),
|
ruby-rails (>= 2:4.2.10~),
|
||||||
|
@ -360,7 +358,9 @@ Description: git powered software platform to collaborate on code (non-omnibus)
|
||||||
Package: gitlab-common
|
Package: gitlab-common
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
|
ruby | ruby-interpreter,
|
||||||
adduser (>= 3.34~),
|
adduser (>= 3.34~),
|
||||||
|
git (>= 1:2.7.3~),
|
||||||
ucf
|
ucf
|
||||||
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.
|
||||||
|
|
Loading…
Reference in a new issue