symlink more modules from gitaly

some modules which were vendored previously are now vendored along with new gitaly 15.6.4
This commit is contained in:
Mohammed Bilal 2023-01-13 21:23:19 +05:30
parent 168065dc08
commit 366b53f1d7
No known key found for this signature in database
GPG key ID: B3F5945285219E1F
2 changed files with 5 additions and 3 deletions

4
debian/control vendored
View file

@ -66,9 +66,7 @@ Build-Depends: debhelper-compat (= 13),
golang-websocket-dev,
# protobuf-1-5
# golang-google-grpc-dev (>= 1.38~),
libimage-exiftool-perl,
golang-github-kylelemons-godebug-dev,
golang-github-cli-browser-dev
libimage-exiftool-perl
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/ruby-team/gitlab.git
Vcs-Browser: https://salsa.debian.org/ruby-team/gitlab

4
debian/rules vendored
View file

@ -37,6 +37,10 @@ override_dh_auto_configure-arch:
ln -s /usr/share/gocode/src/github.com/oklog/ulid ${BUILDDIR}/vendor/github.com/oklog/ulid/v2
mkdir -p ${BUILDDIR}/vendor/cloud.google.com
ln -s /usr/share/gocode/src/gitlab.com/gitlab-org/gitaly/v15/vendor/cloud.google.com/go ${BUILDDIR}/vendor/cloud.google.com
ln -s /usr/share/gocode/src/gitlab.com/gitlab-org/gitaly/v15/vendor/gocloud.dev ${BUILDDIR}/vendor
ln -s /usr/share/gocode/src/gitlab.com/gitlab-org/gitaly/v15/vendor/github.com/aws ${BUILDDIR}/vendor/github.com
ln -s /usr/share/gocode/src/gitlab.com/gitlab-org/gitaly/v15/vendor/github.com/Azure ${BUILDDIR}/vendor/github.com
ln -s /usr/share/gocode/src/gitlab.com/gitlab-org/gitaly/v15/vendor/github.com/AzureAD ${BUILDDIR}/vendor/github.com
override_dh_auto_build-indep:
dh_auto_build -O--package=gitlab -O--buildsystem=ruby -O--with=ruby