Merge tag 'debian/13.8.5+ds1-2' into buster-fasttrack

gitlab Debian release 13.8.5+ds1-2
This commit is contained in:
Pirate Praveen 2021-03-09 17:16:16 +05:30
commit 95ac6d2e76
2 changed files with 10 additions and 3 deletions

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
gitlab (13.8.5+ds1-2) experimental; urgency=medium
* Update minimum version of gitaly to 13.8~
* Fix typo in dependency (ruby-azure-storage-common)
-- Pirate Praveen <praveen@debian.org> Tue, 09 Mar 2021 16:59:45 +0530
gitlab (13.8.5+ds1-1~fto10+1) buster-fasttrack; urgency=medium
* Rebuild for buster-fasttrack.

6
debian/control vendored
View file

@ -128,7 +128,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
ruby-fog-aliyun (>= 0.3~),
ruby-gitlab-fog-azure-rm (>= 1.0~),
ruby-azure-storage-blob (>= 2.0.0-3~),
ruby-azure-storage-commona (>= 2.0.1-5~),
ruby-azure-storage-common (>= 2.0.1-5~),
# for Google storage
ruby-google-api-client (>= 0.44.2~),
# for aws storage
@ -329,7 +329,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
ruby-ed25519 (>= 1.2~),
ruby-bcrypt-pbkdf (>= 1.0~),
# Gitaly GRPC client
ruby-gitaly (>= 13.7~),
ruby-gitaly (>= 13.8~),
# See #966653
# ruby-grpc (>= 1.30.2~),
ruby-google-protobuf (>= 3.12~),
@ -448,7 +448,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
# gitlab-sidekiq was failing without puma
puma
Recommends: certbot,
gitaly (>= 13.7~)
gitaly (>= 13.8~)
Conflicts: libruby2.5
Description: git powered software platform to collaborate on code (non-omnibus)
gitlab provides web based interface to host source code and track issues.