Nilesh Patra pushed to branch master at Debian Med / ncbi-entrez-direct
Commits: 00e2095d by Nilesh Patra at 2022-06-24T20:43:05+05:30 Pass right location of gopsutil/mem - - - - - ea6204a0 by Nilesh Patra at 2022-06-24T20:43:05+05:30 Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/rules - debian/vendor/github.com/pbnjay/memory/memory.go Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +ncbi-entrez-direct (14.6.20210224+dfsg-6) unstable; urgency=medium + + * Team upload. + * d/rules: Pass right location of gopsutil/mem (Closes: #1013608) + + gopsutil had been upgraded to new major upstream release + with changed location, updated accordingly + + -- Nilesh Patra <[email protected]> Fri, 24 Jun 2022 20:39:41 +0530 + ncbi-entrez-direct (14.6.20210224+dfsg-5) unstable; urgency=high * debian/rules: ===================================== debian/rules ===================================== @@ -49,7 +49,7 @@ GL = golang.org GOLIBSRC_ = $(GH)/fatih/color $(GH)/gedex/inflector $(GH)/klauspost/cpuid \ $(GH)/mattn/go-colorable $(GH)/mattn/go-isatty \ $(GH)/pbnjay/memory $(GH)/rainycape/unidecode \ - $(GH)/shirou/gopsutil $(GH)/surgebase/porter2 \ + $(GH)/shirou/gopsutil/v3 $(GH)/surgebase/porter2 \ $(GL)/x/sys $(GL)/x/text GOLIBSRC = $(GOLIBSRC_:%=$(GOCODE)/src/%) ===================================== debian/vendor/github.com/pbnjay/memory/memory.go ===================================== @@ -1,6 +1,6 @@ package memory -import ("github.com/shirou/gopsutil/mem") +import ("github.com/shirou/gopsutil/v3/mem") func TotalMemory() uint64 { v, err := mem.VirtualMemory() View it on GitLab: https://salsa.debian.org/med-team/ncbi-entrez-direct/-/compare/6c457e6a1b0794cd23bdded9f6be643611be3003...ea6204a0bc201a7d9623240e7e36c9fd89770d80 -- View it on GitLab: https://salsa.debian.org/med-team/ncbi-entrez-direct/-/compare/6c457e6a1b0794cd23bdded9f6be643611be3003...ea6204a0bc201a7d9623240e7e36c9fd89770d80 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
