tighten dependencies
This commit is contained in:
parent
f8281d6503
commit
c73c4cab7d
3 changed files with 11 additions and 25 deletions
21
debian/control
vendored
21
debian/control
vendored
|
@ -31,13 +31,13 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
||||||
openssh-client,
|
openssh-client,
|
||||||
ucf,
|
ucf,
|
||||||
gitlab-shell (>= 3.6~),
|
gitlab-shell (>= 3.6~),
|
||||||
gitlab-workhorse (>= 0.8.2~),
|
gitlab-workhorse (>= 0.8.5~),
|
||||||
ruby-rails (>= 2:4.2.7~),
|
ruby-rails (>= 2:4.2.7~),
|
||||||
ruby-rails (<< 2:5),
|
ruby-rails (<< 2:5),
|
||||||
ruby-rails-deprecated-sanitizer (>= 1.0.3~),
|
ruby-rails-deprecated-sanitizer (>= 1.0.3~),
|
||||||
ruby-responders (>= 2.0~),
|
ruby-responders (>= 2.0~),
|
||||||
ruby-sprockets (>= 3.6~),
|
ruby-sprockets (>= 3.6~),
|
||||||
ruby-sprockets-es6,
|
ruby-sprockets-es6 (>= 0.9.2~),
|
||||||
ruby-default-value-for (>= 3~),
|
ruby-default-value-for (>= 3~),
|
||||||
#ruby-mysql2 | ruby-pg,
|
#ruby-mysql2 | ruby-pg,
|
||||||
ruby-pg (>= 0.18.4~),
|
ruby-pg (>= 0.18.4~),
|
||||||
|
@ -54,7 +54,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
||||||
ruby-omniauth-gitlab (>= 1.0.0~),
|
ruby-omniauth-gitlab (>= 1.0.0~),
|
||||||
ruby-omniauth-google-oauth2 (>= 0.4.1~),
|
ruby-omniauth-google-oauth2 (>= 0.4.1~),
|
||||||
ruby-omniauth-kerberos (>= 0.3.0-3~),
|
ruby-omniauth-kerberos (>= 0.3.0-3~),
|
||||||
ruby-omniauth-saml (>= 1.6.0~),
|
ruby-omniauth-saml (>= 1.7.0~),
|
||||||
ruby-omniauth-shibboleth (>= 1.2.0~),
|
ruby-omniauth-shibboleth (>= 1.2.0~),
|
||||||
ruby-omniauth-twitter (>= 1.2.0~),
|
ruby-omniauth-twitter (>= 1.2.0~),
|
||||||
ruby-omniauth-crowd (>= 2.2.0~),
|
ruby-omniauth-crowd (>= 2.2.0~),
|
||||||
|
@ -70,7 +70,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
||||||
# Browser detection
|
# Browser detection
|
||||||
ruby-browser (>= 2.2~),
|
ruby-browser (>= 2.2~),
|
||||||
# Extracting information from a git repository
|
# Extracting information from a git repository
|
||||||
ruby-gitlab-git (>= 10.4.7~),
|
ruby-gitlab-git (>= 10.6.8~),
|
||||||
# LDAP Auth
|
# LDAP Auth
|
||||||
# Debian package includes gitlab patches
|
# Debian package includes gitlab patches
|
||||||
ruby-omniauth-ldap (>= 1.0.4~),
|
ruby-omniauth-ldap (>= 1.0.4~),
|
||||||
|
@ -107,8 +107,8 @@ 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.2~),
|
ruby-task-list (>= 1.0.5~),
|
||||||
ruby-github-markup (>= 1.3.1~),
|
ruby-github-markup (>= 1.5~),
|
||||||
ruby-redcarpet (>= 3.3.4~),
|
ruby-redcarpet (>= 3.3.4~),
|
||||||
ruby-redcloth (>= 4.3.2~),
|
ruby-redcloth (>= 4.3.2~),
|
||||||
ruby-org (>= 0.9.12-2~),
|
ruby-org (>= 0.9.12-2~),
|
||||||
|
@ -116,21 +116,22 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
||||||
ruby-wikicloth (>= 0.8.1~),
|
ruby-wikicloth (>= 0.8.1~),
|
||||||
asciidoctor (>= 1.5.2~),
|
asciidoctor (>= 1.5.2~),
|
||||||
ruby-rouge (>= 2.0~),
|
ruby-rouge (>= 2.0~),
|
||||||
|
ruby-truncato,
|
||||||
ruby-nokogiri (>= 1.6.7.2~),
|
ruby-nokogiri (>= 1.6.7.2~),
|
||||||
# Diffs
|
# Diffs
|
||||||
ruby-diffy (>= 3.0.3~),
|
ruby-diffy (>= 3.0.3~),
|
||||||
# Application server
|
# Application server
|
||||||
unicorn (>= 5.0.1~),
|
unicorn (>= 5.1~),
|
||||||
ruby-unicorn-worker-killer (>= 0.4.4~),
|
ruby-unicorn-worker-killer (>= 0.4.4~),
|
||||||
# State machine
|
# State machine
|
||||||
ruby-state-machines-activerecord (>= 0.4.0~),
|
ruby-state-machines-activerecord (>= 0.4.0~),
|
||||||
# Run events after state machine commits
|
# Run events after state machine commits
|
||||||
ruby-after-commit-queue,
|
ruby-after-commit-queue,
|
||||||
# Issue tags
|
# Issue tags
|
||||||
ruby-acts-as-taggable-on (>= 3.4~),
|
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.0~),
|
ruby-sidekiq (>= 4.2~),
|
||||||
ruby-sidekiq-cron (>= 0.4.0~),
|
ruby-sidekiq-cron (>= 0.4.0~),
|
||||||
ruby-redis-namespace,
|
ruby-redis-namespace,
|
||||||
# HTTP requests
|
# HTTP requests
|
||||||
|
@ -195,7 +196,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
||||||
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~),
|
||||||
ruby-jquery-rails (>= 4.0.0~),
|
ruby-jquery-rails (>= 4.1~),
|
||||||
ruby-jquery-scrollto-rails (>= 1.4.3~),
|
ruby-jquery-scrollto-rails (>= 1.4.3~),
|
||||||
ruby-jquery-ui-rails (>= 5.0.0~),
|
ruby-jquery-ui-rails (>= 5.0.0~),
|
||||||
ruby-nprogress-rails (>= 0.1.6.7~),
|
ruby-nprogress-rails (>= 0.1.6.7~),
|
||||||
|
|
14
debian/patches/0200-use-jquery-for-jquery2.patch
vendored
14
debian/patches/0200-use-jquery-for-jquery2.patch
vendored
|
@ -1,14 +0,0 @@
|
||||||
jquery 1.x and 2.x use same api
|
|
||||||
http://lists.alioth.debian.org/pipermail/pkg-javascript-devel/2015-September/011230.html
|
|
||||||
|
|
||||||
--- a/app/assets/javascripts/application.js
|
|
||||||
+++ b/app/assets/javascripts/application.js
|
|
||||||
@@ -4,7 +4,7 @@
|
|
||||||
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
|
|
||||||
// the compiled file.
|
|
||||||
//
|
|
||||||
-/*= require jquery2 */
|
|
||||||
+/*= require jquery */
|
|
||||||
/*= require jquery-ui/autocomplete */
|
|
||||||
/*= require jquery-ui/datepicker */
|
|
||||||
/*= require jquery-ui/draggable */
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -6,6 +6,5 @@
|
||||||
0108-make-mysql-optional.patch
|
0108-make-mysql-optional.patch
|
||||||
source-init-functions.patch
|
source-init-functions.patch
|
||||||
pid-log-paths.patch
|
pid-log-paths.patch
|
||||||
0200-use-jquery-for-jquery2.patch
|
|
||||||
052-relax-grape.patch
|
052-relax-grape.patch
|
||||||
053-relax-omniauth-facebook.patch
|
053-relax-omniauth-facebook.patch
|
||||||
|
|
Loading…
Add table
Reference in a new issue