Run of fresh-releases for gitleaks
Try this locally package):
debcheckout gitleaks
cd gitleaks
DEB_UPDATE_CHANGELOG=auto deb-new-upstream --debian-revision=0kali1 --require-uscan --refresh-patches
868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 |
'debian/vendor/github.com/gitleaks/go-gitdiff/gitdiff/io.go' -> '_build/src/github.com/zricethezav/gitleaks/vendor/github.com/gitleaks/go-gitdiff/gitdiff/io.go'
'debian/vendor/github.com/gitleaks/go-gitdiff/gitdiff/parser.go' -> '_build/src/github.com/zricethezav/gitleaks/vendor/github.com/gitleaks/go-gitdiff/gitdiff/parser.go'
'debian/vendor/github.com/gitleaks/go-gitdiff/gitdiff/patch_header.go' -> '_build/src/github.com/zricethezav/gitleaks/vendor/github.com/gitleaks/go-gitdiff/gitdiff/patch_header.go'
'debian/vendor/github.com/gitleaks/go-gitdiff/gitdiff/text.go' -> '_build/src/github.com/zricethezav/gitleaks/vendor/github.com/gitleaks/go-gitdiff/gitdiff/text.go'
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build -O--builddirectory=_build -O--buildsystem=golang
cd _build && go install -trimpath -v -p 16 github.com/zricethezav/gitleaks github.com/zricethezav/gitleaks/cmd github.com/zricethezav/gitleaks/config github.com/zricethezav/gitleaks/detect github.com/zricethezav/gitleaks/detect/git github.com/zricethezav/gitleaks/report
src/github.com/zricethezav/gitleaks/detect/detect.go:16:2: cannot find package "github.com/fatih/semgroup" in any of:
/<<PKGBUILDDIR>>/_build/src/github.com/zricethezav/gitleaks/vendor/github.com/fatih/semgroup (vendor tree)
/usr/src/github.com/fatih/semgroup (from $GOROOT)
/<<PKGBUILDDIR>>/_build/src/github.com/fatih/semgroup (from $GOPATH)
dh_auto_build: error: cd _build && go install -trimpath -v -p 16 github.com/zricethezav/gitleaks github.com/zricethezav/gitleaks/cmd github.com/zricethezav/gitleaks/config github.com/zricethezav/gitleaks/detect github.com/zricethezav/gitleaks/detect/git github.com/zricethezav/gitleaks/report returned exit code 1
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
|