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:
parent
168065dc08
commit
366b53f1d7
2 changed files with 5 additions and 3 deletions
4
debian/control
vendored
4
debian/control
vendored
|
@ -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
4
debian/rules
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue