golang-github-prometheus-procfs (0.17.0-1) unstable; urgency=medium

  * New upstream release
  * Drop obsolete 0003-Backport-PR-644.patch (merged upstream)
  * Refresh patches
  * Refresh packaging according to latest dh-make-golang template
  * Bump Standards-Version to 4.7.2 (no changes)

 -- Daniel Swarbrick <dswarbrick@debian.org>  Mon, 18 Aug 2025 16:28:31 +0000

golang-github-prometheus-procfs (0.15.1-1) unstable; urgency=medium

  * New upstream release
  * Bump Standards-Version to 4.7.0 (no changes)
  * Refresh patches
  * Add new 0003-Backport-PR-644.patch
  * debian/control: add Breaks: prometheus-node-exporter (<< 1.9.0-1)

 -- Daniel Swarbrick <dswarbrick@debian.org>  Mon, 17 Feb 2025 14:18:08 +0000

golang-github-prometheus-procfs (0.14.0-1) unstable; urgency=medium

  * New upstream release
  * Bump golang-any version constraint (>= 2:1.20~) due to use of %w verbs in
    fmt.Errorf()

 -- Daniel Swarbrick <dswarbrick@debian.org>  Sun, 21 Apr 2024 13:14:54 +0000

golang-github-prometheus-procfs (0.13.0-1) unstable; urgency=medium

  * New upstream release

 -- Daniel Swarbrick <dswarbrick@debian.org>  Thu, 07 Mar 2024 15:03:12 +0000

golang-github-prometheus-procfs (0.12.0-1) unstable; urgency=medium

  * New upstream release

 -- Daniel Swarbrick <dswarbrick@debian.org>  Fri, 22 Sep 2023 21:01:21 +0000

golang-github-prometheus-procfs (0.11.1-1) unstable; urgency=medium

  * New upstream release
  * debian/control: drop B+R for ancient version of golang-procfs-dev
  * Convert patches to gbp-pq format

 -- Daniel Swarbrick <dswarbrick@debian.org>  Fri, 28 Jul 2023 20:33:35 +0000

golang-github-prometheus-procfs (0.11.0-2) unstable; urgency=medium

  * Patch out int32 overflow in testdata

 -- Daniel Swarbrick <dswarbrick@debian.org>  Sun, 18 Jun 2023 17:01:17 +0000

golang-github-prometheus-procfs (0.11.0-1) unstable; urgency=medium

  * New upstream release
  * Bump Standards-Version to 4.6.2 (no changes)
  * Drop obsolete golang-procfs-dev binary package (Closes: #1038245)
  * Refresh patches

 -- Daniel Swarbrick <dswarbrick@debian.org>  Fri, 16 Jun 2023 16:25:08 +0000

golang-github-prometheus-procfs (0.8.0-3) unstable; urgency=medium

  * Patch actual testdata so as not to overflow ints on 32-bit archs

 -- Daniel Swarbrick <dswarbrick@debian.org>  Tue, 06 Sep 2022 08:24:42 +0000

golang-github-prometheus-procfs (0.8.0-2) unstable; urgency=medium

  * Add new 02-proc-stat-test-int64.patch to fix failing tests on 32-bit archs

 -- Daniel Swarbrick <dswarbrick@debian.org>  Tue, 06 Sep 2022 00:30:42 +0000

golang-github-prometheus-procfs (0.8.0-1) unstable; urgency=medium

  * New upstream release
  * Drop obsolete Add-support-for-DMI-information.patch (applied upstream)
  * Add new 01-fix-testdata-paths.patch
  * Bump Standards-Version to 4.6.1 (no changes)

 -- Daniel Swarbrick <dswarbrick@debian.org>  Mon, 05 Sep 2022 14:32:44 +0000

golang-github-prometheus-procfs (0.7.3-2) unstable; urgency=medium

  * Team upload.
  * Update gbp.conf following latest Go Team workflow.
  * Update debian/watch file.
  * Use dh-sequence-golang instead of dh-golang and --with=golang.
  * Remove ${shlibs:Depends} from -dev Depends field.
  * Do not install uninteresting documentation.
  * Update copyright claims.

 -- Guillem Jover <gjover@sipwise.com>  Tue, 22 Mar 2022 21:43:25 +0100

golang-github-prometheus-procfs (0.7.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream release
  * Add support for DMI information (PR #409)
  * Add dependency on ${misc:Depends} to golang-procfs-dev
  * Bump Standards-Version to 4.6.0

 -- Benjamin Drung <benjamin.drung@ionos.com>  Wed, 27 Oct 2021 15:16:11 +0200

golang-github-prometheus-procfs (0.3.0-2) unstable; urgency=medium

  * Team upload.
  * Add missing Breaks: golang-procfs-dev (<< 0.2.0) (Closes: #988284)
  * Remove unpacked fixtures after test

 -- Shengjing Zhu <zhsj@debian.org>  Tue, 18 May 2021 00:32:56 +0800

golang-github-prometheus-procfs (0.3.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
    - Drop upstream 0001-Fix-build-on-RISCV.patch
  * Add comment before commented out DH_VERBOSE
  * Switch from override_dh_auto_test to execute_before_dh_auto_test
  * Use '' instead of `' in text
  * Move note about license location on Debian systems into a Comment field

 -- Guillem Jover <gjover@sipwise.com>  Tue, 26 Jan 2021 01:59:43 +0100

golang-github-prometheus-procfs (0.2.0-3) unstable; urgency=medium

  * Team upload.
  * Move golang-procfs-dev to oldlibs Section.
  * Update Standards-Version to 4.5.1 (no changes needed).
  * Mark -dev package as Multi-Arch:foreign.
  * Update gitignore entries.

 -- Guillem Jover <gjover@sipwise.com>  Fri, 22 Jan 2021 19:13:09 +0100

golang-github-prometheus-procfs (0.2.0-2) unstable; urgency=medium

  * Team upload.
  * Source-only upload for testing migration

 -- Shengjing Zhu <zhsj@debian.org>  Wed, 25 Nov 2020 11:20:52 +0800

golang-github-prometheus-procfs (0.2.0-1) unstable; urgency=medium

  [ Guillem Jover ]
  * New upstream release.
    - Remove all patches, applied upstream.
    - Add patches/0001-Fix-build-on-RISCV.patch from upstream.
  * Rename source and binary package to golang-github-prometheus-procfs,
    add back a golang-procfs transitional binary package to smooth the
    switch, and add versioned Provides to golang-github-prometheus-procfs.
  * Switch Section to golang.
  * Update gitlab-ci.yml to latest version.
  * Remove DEB_BUILD_OPTIONS handling from override_dh_auto_test, done
    automatically since dh 13.

  [ Martina Ferrari ]
  * Update my details in debian/changelog.

 -- Martina Ferrari <tina@debian.org>  Mon, 16 Nov 2020 19:45:13 +0000

golang-procfs (0.1.3-3) unstable; urgency=medium

  * Add patch to fix test on 32-bit archs
    + 0003-fix-test-on-32bit.patch (LP: #1884661)

 -- Daniel Swarbrick <daniel.swarbrick@cloud.ionos.com>  Thu, 02 Jul 2020 00:15:52 +0200

golang-procfs (0.1.3-2) unstable; urgency=medium

  * Team upload.
  * Add patches to fix arm64 and riscv64 issue
    + 0001-fix-test-on-arm64.patch
    + 0002-fix-riscv64-building.patch
  * Missing golang-golang-x-sys-dev in Depends

 -- Shengjing Zhu <zhsj@debian.org>  Mon, 22 Jun 2020 12:31:26 +0800

golang-procfs (0.1.3-1) unstable; urgency=medium

  [ Daniel Swarbrick ]
  * New upstream release.
  * Update debhelper-compat version to 13.
  * Update maintainer email addresses / names.
  * Drop obsolete 01-netclass-eperm.patch.

  [ Lucas Kanashiro ]
  * Add b-d on golang-golang-x-sys-dev
  * Add myself to the Uploaders list

 -- Lucas Kanashiro <kanashiro@debian.org>  Wed, 17 Jun 2020 19:21:36 -0300

golang-procfs (0.0.10-2) unstable; urgency=medium

  * Add patch to gracefully handle EPERM errors in netclass collector.

 -- Daniel Swarbrick <daniel.swarbrick@cloud.ionos.com>  Tue, 03 Mar 2020 11:57:30 +0100

golang-procfs (0.0.10-1) unstable; urgency=medium

  * New upstream release.
  * Update Standards-Version to 4.5.0 (no changes).

 -- Daniel Swarbrick <daniel.swarbrick@cloud.ionos.com>  Sun, 23 Feb 2020 16:58:27 +0100

golang-procfs (0.0.8-1) unstable; urgency=medium

  * New upstream release.
  * Update Standards-Version to 4.4.1 (no changes).
  * Update debhelper version to 12.
  * Drop obsolete 0001-Fix-crash-if-port_rcv_data-contains-N-A-no-PMA.patch.

 -- Daniel Swarbrick <daniel.swarbrick@cloud.ionos.com>  Tue, 14 Jan 2020 11:22:33 +0100

golang-procfs (0.0.3-1) unstable; urgency=medium

  [ Daniel Swarbrick ]
  * New upstream version.

  [ Benjamin Drung ]
  * Add new build dependency golang-golang-x-sync-dev
  * Add debian/watch searching for releases on GitHub
  * Add new test dependency golang-github-google-go-cmp-dev
  * Fix override_dh_auto_test-does-not-check-DEB_BUILD_OPTIONS
  * Bump Standards-Version to 4.4.0
  * Apply upstream patch: Fix crash if port_rcv_data contains "N/A (no PMA)"

 -- Daniel Swarbrick <daniel.swarbrick@cloud.ionos.com>  Fri, 12 Jul 2019 14:54:57 +0200

golang-procfs (0+git20181204.1dc9a6c-1) unstable; urgency=medium

  * debian/copyright: Add missing ttar attribution.
  * New upstream snapshot.
  * Update Standards-Version with no changes.

 -- Martina Ferrari <tina@debian.org>  Thu, 13 Dec 2018 23:22:53 +0000

golang-procfs (0+git20180613.7d6f385-1) unstable; urgency=medium

  [ Martina Ferrari ]
  * New upstream snapshot.
  * debian/docs: Remove vanished AUTHORS.md.
  * debian/gbp.conf: Stop using pristine-tar.
  * Automated cme updates.
  * Do not ship unpacked fixtures, unpack them during tests.
  * Bump Standards-Version (no changes).
  * Update dh compat level to 11.

  [ Paul Tagliamonte ]
  * Remove Built-Using from arch:all -dev package

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Michael Stapelberg ]
  * gbp.conf: set debian-branch

 -- Martina Ferrari <tina@debian.org>  Wed, 13 Jun 2018 14:32:29 +0000

golang-procfs (0+git20170703.e645f4e-1) unstable; urgency=medium

  * New upstream snapshot.
  * Update debian/rules for new tests.
  * debian/control: Mark package as autopkgtest-able.
  * debian/control: Update Standards-Version (no changes).
  * debian/gbp.conf: Add builder defaults.

 -- Martina Ferrari <tina@debian.org>  Wed, 12 Jul 2017 00:44:29 +0000

golang-procfs (0+git20161206.fcdb11c-1) unstable; urgency=medium

  * New upstream snapshot.

 -- Martina Ferrari <tina@debian.org>  Sat, 14 Jan 2017 06:03:26 -0300

golang-procfs (0+git20160411.abf152e-2) unstable; urgency=medium

  * debian/control: Fix Vcs-* fields.
  * debian/control: Replace golang-go with golang-any in Build-Depends.
  * Remove useless watch file.

 -- Martina Ferrari <tina@debian.org>  Tue, 01 Nov 2016 02:16:24 +0000

golang-procfs (0+git20160411.abf152e-1) unstable; urgency=medium

  * New upstream snapshot.
  * debian/control:
    - Update Standards-Version with no changes.
    - Update Vcs-* fields to use https.
    - Depend dh-golang 0.10 for XS-Go-Import-Path support.

 -- Martina Ferrari <tina@debian.org>  Tue, 24 May 2016 09:43:18 +0000

golang-procfs (0+git20150616.c91d8ee-1) unstable; urgency=medium

  * Update upstream `version`.
  * debian/control: move package to pkg-go team.
  * debian/rules: Avoid rewriting symlinks, as they are testcases on
    themselves. Add also lintian overrides for that.

 -- Martina Ferrari <tina@debian.org>  Mon, 06 Jul 2015 10:15:00 +0000

golang-procfs (0+git20150225.6c34ef8-1) unstable; urgency=medium

  * Initial release. (Closes: #779258)

 -- Martina Ferrari <tina@debian.org>  Thu, 26 Feb 2015 02:31:57 +0000
