tighten versions
This commit is contained in:
parent
31c66da8de
commit
bd72b5a956
2 changed files with 11 additions and 5 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
gitlab (8.5.8+dfsg-4) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Tighten version requirements for dependencies
|
||||||
|
|
||||||
|
-- Pirate Praveen <praveen@debian.org> Tue, 05 Apr 2016 11:38:52 +0530
|
||||||
|
|
||||||
gitlab (8.5.8+dfsg-3) unstable; urgency=medium
|
gitlab (8.5.8+dfsg-3) unstable; urgency=medium
|
||||||
|
|
||||||
* Reupload to unstable
|
* Reupload to unstable
|
||||||
|
|
10
debian/control
vendored
10
debian/control
vendored
|
@ -30,7 +30,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
||||||
openssh-client,
|
openssh-client,
|
||||||
gitlab-shell (>= 2.6.10~),
|
gitlab-shell (>= 2.6.10~),
|
||||||
gitlab-workhorse (>= 0.6.2~),
|
gitlab-workhorse (>= 0.6.2~),
|
||||||
ruby-rails (>= 2:4.2.4~),
|
ruby-rails (>= 2:4.2.5.2~),
|
||||||
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~),
|
||||||
|
@ -42,7 +42,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
||||||
ruby-devise (>= 3.2~),
|
ruby-devise (>= 3.2~),
|
||||||
ruby-devise-async (>= 0.9~),
|
ruby-devise-async (>= 0.9~),
|
||||||
ruby-doorkeeper (>= 2.1~),
|
ruby-doorkeeper (>= 2.1~),
|
||||||
ruby-omniauth (>= 1.2.2~),
|
ruby-omniauth (>= 1.3.1~),
|
||||||
ruby-omniauth-azure-oauth2 (>= 0.0.6~),
|
ruby-omniauth-azure-oauth2 (>= 0.0.6~),
|
||||||
ruby-omniauth-bitbucket (>= 0.0.2~),
|
ruby-omniauth-bitbucket (>= 0.0.2~),
|
||||||
ruby-omniauth-cas3 (>= 1.1.2~),
|
ruby-omniauth-cas3 (>= 1.1.2~),
|
||||||
|
@ -51,7 +51,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.2.0~),
|
ruby-omniauth-google-oauth2 (>= 0.2.0~),
|
||||||
ruby-omniauth-kerberos (>= 0.3.0-3~),
|
ruby-omniauth-kerberos (>= 0.3.0-3~),
|
||||||
ruby-omniauth-saml (>= 1.4.0~),
|
ruby-omniauth-saml (>= 1.5.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~),
|
||||||
|
@ -104,11 +104,11 @@ 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 (>= 1.10.1~),
|
ruby-rouge (>= 1.10.1~),
|
||||||
ruby-nokogiri (>= 1.6.7.1~),
|
ruby-nokogiri (>= 1.6.7.2~),
|
||||||
# Diffs
|
# Diffs
|
||||||
ruby-diffy (>= 3.0.3~),
|
ruby-diffy (>= 3.0.3~),
|
||||||
# Application server
|
# Application server
|
||||||
unicorn (>= 4.8~),
|
unicorn (>= 4.9.0~),
|
||||||
ruby-unicorn-worker-killer (>= 0.4.2~),
|
ruby-unicorn-worker-killer (>= 0.4.2~),
|
||||||
# State machine
|
# State machine
|
||||||
ruby-state-machines-activerecord (>= 0.3.0~),
|
ruby-state-machines-activerecord (>= 0.3.0~),
|
||||||
|
|
Loading…
Reference in a new issue