[med-svn] [Git][med-team/ncbi-entrez-direct][master] 2 commits: Pass right location of gopsutil/mem
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Fri Jun 24 16:17:51 BST 2022
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 <nilesh at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20220624/e7b6e2e6/attachment-0001.htm>
More information about the debian-med-commit
mailing list