Update min versions and add new deps
New B-D: (for github.com/AzureAD/microsoft-authentication-library-for-go) [vendored] - golang-github-kylelemons-godebug-dev, - golang-github-cli-browser-dev (fork of github.com/pkg/browser)
This commit is contained in:
parent
8ec612e4e8
commit
60a6c94da3
1 changed files with 14 additions and 8 deletions
22
debian/control
vendored
22
debian/control
vendored
|
@ -66,7 +66,9 @@ Build-Depends: debhelper-compat (= 13),
|
|||
golang-websocket-dev,
|
||||
# protobuf-1-5
|
||||
# golang-google-grpc-dev (>= 1.38~),
|
||||
libimage-exiftool-perl
|
||||
libimage-exiftool-perl,
|
||||
golang-github-kylelemons-godebug-dev,
|
||||
golang-github-cli-browser-dev
|
||||
Standards-Version: 4.6.1
|
||||
Vcs-Git: https://salsa.debian.org/ruby-team/gitlab.git
|
||||
Vcs-Browser: https://salsa.debian.org/ruby-team/gitlab
|
||||
|
@ -104,7 +106,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-bootsnap (>= 1.13~),
|
||||
ruby-responders (>= 3.0~),
|
||||
ruby-sprockets (>= 3.7~),
|
||||
ruby-view-component (>= 2.71~),
|
||||
ruby-view-component (>= 2.74~),
|
||||
ruby-default-value-for (>= 3.4~),
|
||||
#ruby-mysql2 | ruby-pg,
|
||||
ruby-pg (>= 1.4.3~),
|
||||
|
@ -186,11 +188,11 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-carrierwave (>= 1.3.2~),
|
||||
ruby-mini-magick (>= 4.10.1~),
|
||||
# for backups
|
||||
ruby-fog-aws (>= 3.14~),
|
||||
ruby-fog-aws (>= 3.15~),
|
||||
ruby-fog-core (>= 2.1~),
|
||||
ruby-excon (>= 0.72~),
|
||||
ruby-fog-google (>= 1.15~),
|
||||
ruby-fog-local (>= 0.6~),
|
||||
ruby-fog-local (>= 0.8~),
|
||||
ruby-fog-openstack (>= 1.0~),
|
||||
ruby-fog-rackspace (>= 0.1.1~),
|
||||
ruby-fog-aliyun (>= 0.3~),
|
||||
|
@ -211,11 +213,11 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-elasticsearch-api (>= 7.13.3~),
|
||||
ruby-aws-sdk-core (>= 3.159~),
|
||||
ruby-aws-sdk-cloudformation (>= 1.0~),
|
||||
ruby-aws-sdk-s3 (>= 1.114~),
|
||||
ruby-aws-sdk-s3 (>= 1.117~),
|
||||
ruby-faraday-middleware-aws-sigv4,
|
||||
ruby-typhoeus (>= 1.4~),
|
||||
# Markdown and HTML processing
|
||||
ruby-html-pipeline (>= 2.13.2~),
|
||||
ruby-html-pipeline (>= 2.14.3~),
|
||||
ruby-task-list (>= 2.3.1~),
|
||||
ruby-gitlab-markup,
|
||||
ruby-github-markup (>= 1.7~),
|
||||
|
@ -271,7 +273,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# Misc
|
||||
ruby-version-sorter (>= 2.2.4~),
|
||||
# Export Ruby Regex to Javascript
|
||||
ruby-js-regex (>= 3.7~),
|
||||
ruby-js-regex (>= 3.8~),
|
||||
# User agent parsing
|
||||
ruby-device-detector,
|
||||
# Redis
|
||||
|
@ -293,7 +295,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
# Asana integration
|
||||
ruby-asana (>= 0.10.13~),
|
||||
# FogBugz integration
|
||||
ruby-fogbugz (>= 0.2.1-3~),
|
||||
ruby-fogbugz (>= 0.3.0~),
|
||||
# Kubernetes integration
|
||||
ruby-kubeclient (>= 4.9.3~),
|
||||
ruby-recursive-open-struct (>= 1.1.1~),
|
||||
|
@ -437,6 +439,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-json-schema (>= 2.8.1-2~),
|
||||
ruby-json-schemer (>= 0.2.12~),
|
||||
ruby-oj (>= 3.13.21~),
|
||||
ruby-oj-introspect,
|
||||
ruby-multi-json (>= 1.14.1~),
|
||||
ruby-yajl (>= 1.4.3~),
|
||||
ruby-webauthn (>= 2.5~),
|
||||
|
@ -447,6 +450,9 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
|
|||
ruby-cvss-suite,
|
||||
# Apple plist parsing
|
||||
ruby-cfpropertylist,
|
||||
# For phone verification
|
||||
ruby-telesign,
|
||||
ruby-telesignenterprise,
|
||||
# packaged node modules - all node packages are not packaged yet
|
||||
node-rails-actioncable,
|
||||
node-autosize (>= 4.0.2~dfsg1-5~),
|
||||
|
|
Loading…
Reference in a new issue