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
914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 |
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/lib/go-1.18/src/github.com/fatih/semgroup (from $GOROOT)
/<<PKGBUILDDIR>>/_build/src/github.com/fatih/semgroup (from $GOPATH)
src/github.com/zricethezav/gitleaks/detect/detect.go:18:2: cannot find package "github.com/h2non/filetype" in any of:
/<<PKGBUILDDIR>>/_build/src/github.com/zricethezav/gitleaks/vendor/github.com/h2non/filetype (vendor tree)
/usr/lib/go-1.18/src/github.com/h2non/filetype (from $GOROOT)
/<<PKGBUILDDIR>>/_build/src/github.com/h2non/filetype (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
--------------------------------------------------------------------------------
|