Update import path for workhorse

This commit is contained in:
Pirate Praveen 2021-10-28 01:36:56 +05:30
parent bc37520631
commit e456053620
2 changed files with 4 additions and 4 deletions

2
debian/control vendored
View file

@ -60,7 +60,7 @@ Vcs-Git: https://salsa.debian.org/ruby-team/gitlab.git
Vcs-Browser: https://salsa.debian.org/ruby-team/gitlab
Homepage: https://about.gitlab.com/
XS-Ruby-Versions: all
XS-Go-Import-Path: gitlab.com/gitlab-org/gitlab-workhorse
XS-Go-Import-Path: gitlab.com/gitlab-org/gitlab/workhorse
Package: gitlab
Section: contrib/net

6
debian/rules vendored
View file

@ -9,9 +9,9 @@ include /usr/share/dpkg/pkg-info.mk
override_dh_auto_configure:
dh_auto_configure -O--package=gitlab
dh_auto_configure -O--package=gitlab-workhorse
mkdir -p _build/src/gitlab.com/gitlab-org
cp -r workhorse _build/src/gitlab.com/gitlab-org/gitlab-workhorse
if [ -d workhorse-vendor ]; then mv workhorse-vendor _build/src/gitlab.com/gitlab-org/gitlab-workhorse/vendor; fi
mkdir -p _build/src/gitlab.com/gitlab-org/gitlab
cp -r workhorse _build/src/gitlab.com/gitlab-org/gitlab
if [ -d workhorse-vendor ]; then mv workhorse-vendor _build/src/gitlab.com/gitlab-org/gitlab/workhorse/vendor; fi
override_dh_auto_test:
dh_auto_test -O--package=gitlab