1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314
|
golang-github-shirou-gopsutil (4.25.2-1) unstable; urgency=medium
* New upstream release.
* Switch to Standards-Version 4.7.2 (no changes needed).
-- Guillem Jover <gjover@sipwise.com> Fri, 14 Mar 2025 18:24:24 +0100
golang-github-shirou-gopsutil (4.25.1-1) unstable; urgency=medium
* New upstream release.
* Override lintian tag on testdata being documentation.
* Use pypi link instead of dead pythonhosted URL in packages description.
* Improve and fix package description and its grammar.
-- Guillem Jover <gjover@sipwise.com> Tue, 04 Feb 2025 15:40:09 +0100
golang-github-shirou-gopsutil (4.24.12-1) unstable; urgency=medium
* New upstream release.
* Update copyright years.
-- Guillem Jover <gjover@sipwise.com> Mon, 03 Feb 2025 19:18:04 +0100
golang-github-shirou-gopsutil (4.24.9-2) unstable; urgency=medium
* Update patch metadata.
* Skip test for nice(2) which fails on reproducible nodes.
* Add Breaks on golang-github-minio-madmin-go (<< 3.0.63-2~) to help
migration.
-- Guillem Jover <gjover@sipwise.com> Tue, 08 Oct 2024 14:41:28 +0200
golang-github-shirou-gopsutil (4.24.9-1) unstable; urgency=medium
* New upstream release.
* Refresh patch for gbp pq format.
* Skip tests if no swap or other partitions are found.
* Skip tests if no CPU model information is found.
* Gather /proc/cpuinfo information from CI, VM and build environments.
This will make it possible to update the code for these systems, so that
we can then potentially stop skipping the tests.
-- Guillem Jover <gjover@sipwise.com> Mon, 07 Oct 2024 16:22:10 +0200
golang-github-shirou-gopsutil (4.24.8-1) unstable; urgency=medium
* New upstream release.
* Update gbp configuration following Go Team new workflow.
* Wrap and sort -ast.
* Switch to dh-sequence-golang from dh-golang and --with=golang.
* Set build directory to _build.
* Switch to Standards-Version 4.7.0 (no changes needed).
* Add myself to Uploaders.
* Add a debian/.gitignore file.
* Update patches to fix test suite failures.
* Only require test tools when not in nocheck build-profile.
* Add python3 and python3-psutil to Build-Depends for optional tests.
* Update copyright years.
-- Guillem Jover <gjover@sipwise.com> Wed, 18 Sep 2024 20:17:38 +0200
golang-github-shirou-gopsutil (3.24.1-1) unstable; urgency=medium
* Team upload
* New upstream release
- Drop patch applied upstream
-- Mathias Gibbens <gibmat@debian.org> Fri, 09 Feb 2024 18:44:16 +0000
golang-github-shirou-gopsutil (3.23.12-3) unstable; urgency=medium
* Team upload
* Cherry-pick upstream fix for mips64el build failure
-- Mathias Gibbens <gibmat@debian.org> Sun, 14 Jan 2024 15:09:09 +0000
golang-github-shirou-gopsutil (3.23.12-2) unstable; urgency=medium
* Team upload
* Disable tests that only fail on buildds
-- Mathias Gibbens <gibmat@debian.org> Sun, 14 Jan 2024 01:53:23 +0000
golang-github-shirou-gopsutil (3.23.12-1) unstable; urgency=medium
* Team upload
* New upstream release (Closes: #1014209)
- Shrink set of skipped failing tests to only what failed locally. If
there's still issues on the buildds, I will add those tests
* d/control:
- Update Standards-Version to 4.6.2 (no changes needed)
- Fix Build-Depends and Depends
* Remove forced xz compression from d/gbp.conf
-- Mathias Gibbens <gibmat@debian.org> Sat, 13 Jan 2024 18:40:05 +0000
golang-github-shirou-gopsutil (3.22.10-1) unstable; urgency=medium
* Team upload.
* New upstream release.
-- Drew Parsons <dparsons@debian.org> Wed, 09 Nov 2022 18:00:54 +0100
golang-github-shirou-gopsutil (3.22.4-3) unstable; urgency=medium
* Team upload
* Revert XS-Go-Import-Path to github.com/shirou/gopsutil/v3.
This reverts commit fa35c0744cb3933c927cad97c8925b66725b078c.
(Closes: #1013588, #1013593, #1013596)
* Update Standards-Version to 4.6.1 (no changes)
-- Shengjing Zhu <zhsj@debian.org> Fri, 24 Jun 2022 22:06:38 +0800
golang-github-shirou-gopsutil (3.22.4-2) unstable; urgency=medium
* Team upload.
* Resurrect 01-Disable_failing_tests.patch, because it is needed when
building on buildd, even when it's not needed locally (Closes: #1011836).
* Rebase this patch onto 3.22.4.
* Control: Correct error in XS-Go-Import-Path introduced in 3.21.10-1; The
3.x series of this package provides "github.com/shirou/gopsutil/v3" and
not "github.com/shirou/gopsutil".
-- Nicholas D Steeves <sten@debian.org> Fri, 03 Jun 2022 20:03:59 -0400
golang-github-shirou-gopsutil (3.22.4-1) unstable; urgency=medium
* Team upload.
* New upstream release 3.22.4.
* Fix the curious omission of a trailing tilde in the golang-any build-dep.
~1~bpo11 sorts lower than ~1, thus a backported golang-any could never
fulfill the declared requirement.
* Drop 01-Disable_failing_tests.patch, which is no longer necessary.
* Drop dh_fixperms override; the permission issue it addressed was fixed
upstream.
-- Nicholas D Steeves <sten@debian.org> Sat, 14 May 2022 07:31:36 -0400
golang-github-shirou-gopsutil (3.21.10-3) unstable; urgency=medium
* Update patches to fix tests failures.
-- Aloïs Micard <creekorful@debian.org> Tue, 30 Nov 2021 21:35:14 +0100
golang-github-shirou-gopsutil (3.21.10-2) unstable; urgency=medium
[ Nicholas D Steeves ]
* Adjust golang-any build-dep to require (>=2:1.16~1) to solve FTBFS when
backporting--yes, and also for accuracy!
[ Aloïs Micard ]
* Write patch to fix tests failures.
-- Aloïs Micard <creekorful@debian.org> Sun, 28 Nov 2021 23:02:53 +0100
golang-github-shirou-gopsutil (3.21.10-1) unstable; urgency=medium
[ Aloïs Micard ]
* New upstream release.
* d/control:
- Bump Standards-Version.
- Mark -dev M-A: foreign.
- Change section to golang.
- Add myself as Uploader.
- Depends on golang-gopkg-yaml.v3-dev.
* d/watch: Fix watch file.
* d/patches: Refresh patches.
* d/rules: Fix file perms.
[ Nicholas D Steeves ]
* Install README.md rather than README.rst (dropped upstream).
-- Aloïs Micard <creekorful@debian.org> Sat, 27 Nov 2021 18:21:53 +0100
golang-github-shirou-gopsutil (2.19.11-4) unstable; urgency=medium
* Team upload.
* Disable cpuinfo related test, Closes: #976509)
-- Reinhard Tartler <siretart@tauware.de> Wed, 23 Dec 2020 11:05:29 -0500
golang-github-shirou-gopsutil (2.19.11-3) unstable; urgency=medium
* Team upload.
* Fix Depends for -dev package.
Only needs Go libraries
* Bump debhelper-compat to 13
* Bump Standards-Version to 4.5.0 (no changes)
* Add Rules-Requires-Root
* Update maintainer address to team+pkg-go@tracker.debian.org
-- Shengjing Zhu <zhsj@debian.org> Tue, 06 Oct 2020 18:26:30 +0800
golang-github-shirou-gopsutil (2.19.11-2) unstable; urgency=medium
* Team upload.
* Fix "FTBFS: Test_Process_memory_maps failure":
Disable more tests to avoid FTBFS (Closes: #964045)
-- Reinhard Tartler <siretart@tauware.de> Thu, 09 Jul 2020 07:19:59 -0400
golang-github-shirou-gopsutil (2.19.11-1) unstable; urgency=medium
* New upstream release
* Tightened "golang-golang-x-sys-dev" dep versioning (Closes: #910328).
Thanks, Guillem Jover.
* Build with "go generate"
* Standards-Version: 4.4.1
* DH to version 12
* Added myself to Uploaders
-- Dmitry Smirnov <onlyjob@debian.org> Mon, 30 Dec 2019 10:58:20 +1100
golang-github-shirou-gopsutil (2.18.06-1) unstable; urgency=medium
* Team upload.
[ Arnaud Rebillout ]
* New upstream release.
* Remove obsolete patch.
* Add patch to fix TestVirtual_memory.
[ Dmitry Smirnov ]
* Replaced our "TestVirtualization.patch" with proper one from upstream.
-- Arnaud Rebillout <arnaud.rebillout@collabora.com> Thu, 12 Jul 2018 16:08:47 +0700
golang-github-shirou-gopsutil (2.18.02-2) unstable; urgency=medium
* Team upload.
* New patch to disable unreliable test TestVirtualization (Closes: #902563).
* Testsuite: autopkgtest-pkg-go
* Standards-Version: 4.1.4
-- Dmitry Smirnov <onlyjob@debian.org> Thu, 05 Jul 2018 11:20:46 +1000
golang-github-shirou-gopsutil (2.18.02-1) unstable; urgency=medium
* New upstream release.
* Update debhelper to 10.]
* Bump Standards-Version to 4.1.3.
* Change Priority to optional.
* Update Vcs-Browser and Vcs-Git to salsa.
* Add debian/gitlab-ci.yml.
* Update patches/01-Disable_failing_tests.patch.
* Update patches/02-Bug#852560_udevadm_path.path.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Fri, 30 Mar 2018 07:52:58 +0900
golang-github-shirou-gopsutil (2.17.08-1) unstable; urgency=medium
* New upstream release.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Mon, 11 Sep 2017 12:33:29 +0900
golang-github-shirou-gopsutil (2.17.07-1) unstable; urgency=medium
* New upstream release.
* Update Standards-Version to 4.1.0.
* Add golang-golang-x-sys-dev to B-D.
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Wed, 30 Aug 2017 08:26:39 +0900
golang-github-shirou-gopsutil (2.16.12-1) unstable; urgency=medium
* Add myself to Uploaders.
* debian/control: Replace golang-go with golang-any in Build-Depends.
* Depend on newer dh_golang, and use XS-Go-Import-Path.
* New upstream release that fixes build issues in different architectures.
* Acknowledge NMU, thanks Breno Leitao and Fernando Seiti Furusato.
* Patch patch to udevadm. Closes: #852560.
-- Martín Ferrari <tincho@debian.org> Wed, 25 Jan 2017 20:47:10 +0000
golang-github-shirou-gopsutil (2.1-2.1) unstable; urgency=medium
* Non-maintainer upload.
[ Breno Leitao ]
* Fix FTBFS and add support for ppc64el. (Closes: #820466)
-- Fernando Seiti Furusato <ferseiti@linux.vnet.ibm.com> Thu, 03 Nov 2016 10:57:27 -0200
golang-github-shirou-gopsutil (2.1-2) unstable; urgency=medium
* Extend "01-Disable_failing_tests.patch" to disable failing
"TestDisk_partitions" and "Test_Process_Nice" tests (Closes: #830164).
-- Dmitry Smirnov <onlyjob@debian.org> Thu, 14 Jul 2016 17:23:27 +1000
golang-github-shirou-gopsutil (2.1-1) unstable; urgency=medium
* Team upload.
[ Dmitry Smirnov ]
* Standards-Version: 3.9.8.
* Modernise Vcs URLs.
* Removed "Built-Using" from -dev package.
* Introducing "watch" file.
[ Martín Ferrari ]
* New upstream release. Closes: #827697
* debian/patches:
- Remove old patches.
- Add new patches to skip tests that don't run in a buildd.
* debian/control: Add missing dependencies.
-- Dmitry Smirnov <onlyjob@debian.org> Mon, 20 Jun 2016 19:53:28 +1000
golang-github-shirou-gopsutil (1.0.0+git20160112-1) unstable; urgency=low
* Initial release (Closes: #813710)
-- Nobuhiro Iwamatsu <iwamatsu@debian.org> Tue, 19 Jan 2016 01:14:07 +0900
|