golang-github-shirou-gopsutil (4.24.9-2~bpo12+1) bookworm-backports; urgency=medium

  * Team upload
  * Rebuild for bookworm-backports.

 -- Mathias Gibbens <gibmat@debian.org>  Fri, 11 Oct 2024 13:21:43 +0000

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