Update golang-jwt path since we already vendor v4

This commit is contained in:
Pirate Praveen 2023-07-09 10:23:53 +05:30
parent 452f3530e2
commit b7748ec830
No known key found for this signature in database
GPG Key ID: 8F53E0193B294B75
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -45,7 +45,7 @@ override_dh_auto_configure-arch:
ln -s /usr/share/gocode/src/gitlab.com/gitlab-org/gitaly/v16/vendor/github.com/lightstep ${BUILDDIR}/vendor/github.com
ln -s /usr/share/gocode/src/gitlab.com/gitlab-org/gitaly/v16/vendor/github.com/shirou ${BUILDDIR}/vendor/github.com
ln -s /usr/share/gocode/src/gitlab.com/gitlab-org/gitaly/v16/vendor/github.com/tklauser ${BUILDDIR}/vendor/github.com
ln -s /usr/share/gocode/src/gitlab.com/gitlab-org/gitaly/v16/vendor/github.com/golang-jwt ${BUILDDIR}/vendor/github.com
ln -s /usr/share/gocode/src/gitlab.com/gitlab-org/gitaly/v16/vendor/github.com/golang-jwt/jwt/v5 ${BUILDDIR}/vendor/github.com/golang-jwt/jwt
override_dh_auto_build-indep:
dh_auto_build -O--package=gitlab -O--buildsystem=ruby -O--with=ruby