tighten dependencies, add more depends

This commit is contained in:
Pirate Praveen 2017-08-19 19:09:58 +05:30
parent cba1141158
commit 0fe4b08442

36
debian/control vendored
View file

@ -103,11 +103,13 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
# for backups # for backups
ruby-fog-aws (>= 0.9~), ruby-fog-aws (>= 0.9~),
ruby-fog-azure, ruby-fog-azure,
ruby-fog-core (>= 1.40~), ruby-fog-core (>= 1.44~),
ruby-fog-local (>= 0.3~), ruby-fog-local (>= 0.3~),
ruby-fog-google (>= 0.3~), ruby-fog-google (>= 0.5~),
ruby-fog-openstack (>= 0.1~), ruby-fog-openstack (>= 0.1~),
ruby-fog-rackspace, ruby-fog-rackspace,
# for Google storage
ruby-google-api-client,
# for aws storage # for aws storage
ruby-unf (>= 0.1.4-2~), ruby-unf (>= 0.1.4-2~),
# Authorization # Authorization
@ -117,7 +119,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
# Markdown and HTML processing # Markdown and HTML processing
ruby-htmlentities (>= 4.3.3~), ruby-htmlentities (>= 4.3.3~),
ruby-html-pipeline (>= 1.11.0), ruby-html-pipeline (>= 1.11.0),
ruby-task-list (>= 1.0.5~), ruby-task-list (>= 1.0.6~),
ruby-github-markup (>= 1.5.1~), ruby-github-markup (>= 1.5.1~),
ruby-redcarpet (>= 3.3.4~), ruby-redcarpet (>= 3.3.4~),
ruby-redcloth (>= 4.3.2-2~), ruby-redcloth (>= 4.3.2-2~),
@ -125,11 +127,12 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
ruby-creole (>= 0.5.0~), ruby-creole (>= 0.5.0~),
ruby-wikicloth (>= 0.8.1~), ruby-wikicloth (>= 0.8.1~),
asciidoctor (>= 1.5.2~), asciidoctor (>= 1.5.2~),
ruby-asciidoctor-plantuml (>= 0.0.7~),
ruby-rouge (>= 2.0~), ruby-rouge (>= 2.0~),
ruby-truncato (>= 0.7.9~), ruby-truncato (>= 0.7.9~),
ruby-nokogiri (>= 1.6.7.2~), ruby-nokogiri (>= 1.6.7.2~),
# Diffs # Diffs
ruby-diffy (>= 3.0.3~), ruby-diffy (>= 3.1~),
# Application server # Application server
unicorn (>= 5.1~), unicorn (>= 5.1~),
ruby-unicorn-worker-killer (>= 0.4.4~), ruby-unicorn-worker-killer (>= 0.4.4~),
@ -141,33 +144,40 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
ruby-acts-as-taggable-on (>= 4.0~), ruby-acts-as-taggable-on (>= 4.0~),
# Background jobs # Background jobs
ruby-sinatra (>= 1.4.7-4~), ruby-sinatra (>= 1.4.7-4~),
ruby-sidekiq (>= 4.2~), ruby-sidekiq (>= 5.0~),
ruby-sidekiq-cron (>= 0.4.0~), ruby-sidekiq-cron (>= 0.4.4~),
ruby-redis-namespace, ruby-redis-namespace,
ruby-sidekiq-limit-fetch,
# HTTP requests # HTTP requests
ruby-httparty (>= 0.13.3~), ruby-httparty (>= 0.13.3~),
# Colored output to console # Colored output to console
ruby-rainbow (>= 2.1~), ruby-rainbow (>= 2.1~),
# GitLab settings # GitLab settings
ruby-settingslogic (>= 2.0.9~), ruby-settingslogic (>= 2.0.9~),
# Linear-time regex library for untrusted regular expressions
ruby-re2 (>= 1.0~),
# Misc # Misc
ruby-version-sorter (>= 2.1~), ruby-version-sorter (>= 2.1~),
# Cache # Cache
ruby-redis-rails (>= 4.0.0~), ruby-redis-rails (>= 5.0.1~),
# Campfire integration # Campfire integration
ruby-tinder (>= 1.10.1-2~), ruby-tinder (>= 1.10.1-2~),
# HipChat integration # HipChat integration
ruby-hipchat (>= 1.5.0~), ruby-hipchat (>= 1.5.0~),
# JIRA integration
ruby-jira (>= 1.1.2),
# Flowdock integration # Flowdock integration
ruby-gitlab-flowdock-git-hook (>= 1.0.1-2~), ruby-gitlab-flowdock-git-hook (>= 1.0.1-2~),
# Gemnasium integration # Gemnasium integration
ruby-gemnasium-gitlab-service (>= 0.2~), ruby-gemnasium-gitlab-service (>= 0.2~),
# Slack integration # Slack integration
ruby-slack-notifier (>= 1.2.0~), ruby-slack-notifier (>= 1.5.1~),
# Asana integration # Asana integration
ruby-asana (>= 0.4.0~), ruby-asana (>= 0.4.0~),
# FogBugz integration # FogBugz integration
ruby-fogbugz (>= 0.2.1-3~), ruby-fogbugz (>= 0.2.1-3~),
# Kubernetes integration
ruby-kubeclient,
# d3 # d3
ruby-d3-rails (>= 3.1~), ruby-d3-rails (>= 3.1~),
#cal-heatmap #cal-heatmap
@ -182,7 +192,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
# Working with license # Working with license
ruby-licensee (>= 8.0.0-2~), ruby-licensee (>= 8.0.0-2~),
# Protect against bruteforcing # Protect against bruteforcing
ruby-rack-attack (>= 4.3.1~), ruby-rack-attack (>= 4.4.1~),
# Ace editor # Ace editor
ruby-ace-rails-ap (>= 4.1~), ruby-ace-rails-ap (>= 4.1~),
# Keyboard shortcuts # Keyboard shortcuts
@ -194,6 +204,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
# Parse time & duration # Parse time & duration
ruby-chronic (>= 0.10.2-3~), ruby-chronic (>= 0.10.2-3~),
ruby-chronic-duration, ruby-chronic-duration,
ruby-webpack-rails,
ruby-rack-proxy,
ruby-sass-rails (>= 5.0.6~), ruby-sass-rails (>= 5.0.6~),
ruby-coffee-rails (>= 4.1.0~), ruby-coffee-rails (>= 4.1.0~),
ruby-coffee-script-source (>= 1.10.0~), ruby-coffee-script-source (>= 1.10.0~),
@ -202,7 +214,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
ruby-jquery-turbolinks (>= 2.1.0~), ruby-jquery-turbolinks (>= 2.1.0~),
ruby-addressable (>= 2.3.8~), ruby-addressable (>= 2.3.8~),
ruby-bootstrap-sass (>= 3.3.0~), ruby-bootstrap-sass (>= 3.3.0~),
ruby-font-awesome-rails (>= 4.6.1~), ruby-font-awesome-rails (>= 4.7~),
ruby-gemojione (>= 3.0~), ruby-gemojione (>= 3.0~),
ruby-gon (>= 6.1~), ruby-gon (>= 6.1~),
ruby-jquery-atwho-rails (>= 1.3.2~), ruby-jquery-atwho-rails (>= 1.3.2~),
@ -223,6 +235,10 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
ruby-connection-pool (>= 2.0~), ruby-connection-pool (>= 2.0~),
ruby-sentry-raven (>= 2.0~), ruby-sentry-raven (>= 2.0~),
ruby-premailer-rails, ruby-premailer-rails,
# I18n
ruby-parser (>= 3.8.2~),
ruby-gettext-i18n-rails,
ruby-gettext-i18n-rails-js,
# ruby-actionmailer, # ruby-actionmailer,
ruby-mail (>= 2.5.4~), ruby-mail (>= 2.5.4~),
ruby-octokit (>= 4.3.0~), ruby-octokit (>= 4.3.0~),