From e5abe73c33f8fd64abe3f95c831711497f4e973d Mon Sep 17 00:00:00 2001
From: Pirate Praveen <praveen@debian.org>
Date: Tue, 17 Mar 2020 14:22:55 +0530
Subject: [PATCH] Tighten dependency on gitlab-shell and relax dependency on
 gitlab-common

---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 61a0d6e928..3665c40b4d 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Section: contrib/net
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends},
- gitlab-common (= ${source:Version}),
+ gitlab-common (>= 12.8.6~),
  ruby (>= 1:2.5~),
  lsb-base (>= 3.0-6),
  rake (>= 12.3.0~),
@@ -435,7 +435,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends},
  adduser (>= 3.34~),
  git (>= 1:2.24~),
  ucf,
- gitlab-shell (>= 10.0~)
+ gitlab-shell (>= 11.0~)
 Description: git powered software platform to collaborate on code (common)
  gitlab provides web based interface to host source code and track issues.
  It allows anyone for fork a repository and send merge requests. Code review