Run of fresh-releases for golang-github-domainr-whois
Try this locally package):
debcheckout golang-github-domainr-whois
cd golang-github-domainr-whois
DEB_UPDATE_CHANGELOG=auto new-upstream --debian-revision=0kali1 --require-uscan --refresh-patches
602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 |
debian/rules binary
dh binary --builddirectory=_build --buildsystem=golang --with=golang
dh_update_autotools_config -O--builddirectory=_build -O--buildsystem=golang
dh_autoreconf -O--builddirectory=_build -O--buildsystem=golang
dh_auto_configure -O--builddirectory=_build -O--buildsystem=golang
dh_auto_build -O--builddirectory=_build -O--buildsystem=golang
cd _build && go install -trimpath -v -p 16 github.com/domainr/whois
src/github.com/domainr/whois/response.go:18:2: cannot find package "github.com/saintfish/chardet" in any of:
/usr/src/github.com/saintfish/chardet (from $GOROOT)
/<<PKGBUILDDIR>>/_build/src/github.com/saintfish/chardet (from $GOPATH)
dh_auto_build: error: cd _build && go install -trimpath -v -p 16 github.com/domainr/whois returned exit code 1
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2021-07-19T11:21:29Z
|