mtail (3.0.0~rc48-3ubuntu0.1) jammy-security; urgency=medium

  * No change rebuild due to golang-1.18 update. Note that this package
    was built with golang-1.17.

 -- Allen Huang <allen.huang@canonical.com>  Mon, 18 Nov 2024 23:51:42 +0000

mtail (3.0.0~rc48-3) unstable; urgency=medium

  * Backport fixes sent upstream.
  * debian/copyright: update years.

 -- Martina Ferrari <tina@debian.org>  Mon, 03 Jan 2022 21:55:04 +0000

mtail (3.0.0~rc48-2) unstable; urgency=medium

  * Increase test timeouts.
    Back-port https://github.com/google/mtail/pull/612 and modify debian/rules
    reflecting the updated timeouts.
  * Stop ignoring test failures in 32-bit arches.
    Since this problem was apparently only present in golang 1.14, increase the
    dependency version and remove the test failure exception.
  * debian/copyright: update years.

 -- Martina Ferrari <tina@debian.org>  Fri, 31 Dec 2021 21:33:38 +0000

mtail (3.0.0~rc48-1) unstable; urgency=medium

  * New upstream release.
  * When using gccgo, ensure the right version is used.
  * Add distribution info as Branch variable.
  * debian/rules: Add missing make snippet, default to full tests.
  * debian/rules: set tests timeout.
  * debian/rules: use dh_auto_test for race tests too.
  * Refresh patches, removing unneeded patch.
  * debian/rules: update paths of extra files.
  * debian/rules: Increase test timeouts.

 -- Martina Ferrari <tina@debian.org>  Wed, 29 Dec 2021 00:42:59 +0000

mtail (3.0.0~rc43-4) unstable; urgency=medium

  * Update init script, service unit, and defaults.
    This fixes bugs and updates the init script to properly support globs in
    the LOGS configuration variable, drop the `daemon` dependency, and other
    improvements made by Guillem Jover to pkg-prometheus init scripts.
    It also updates the systemd service file to reach feature-parity with the
    SysV init script, and the default file to document all available options.
  * Update to compat 13.
  * Update Standards-Version with no changes.
  * Update watchfile.

 -- Martina Ferrari <tina@debian.org>  Fri, 10 Dec 2021 11:37:08 +0000

mtail (3.0.0~rc43-3) unstable; urgency=medium

  * Mute spammy log messages when reading from named pipes.
    See also https://github.com/google/mtail/issues/462

 -- Filippo Giunchedi <filippo@debian.org>  Sun, 23 May 2021 20:56:53 +0200

mtail (3.0.0~rc43-2) unstable; urgency=medium

  * Use MemorySwapMax=0 with cgroups v2 / systemd unified hierarchy
    (Closes: #985354)

 -- Filippo Giunchedi <filippo@debian.org>  Tue, 16 Mar 2021 21:11:14 +0100

mtail (3.0.0~rc43-1) unstable; urgency=medium

  * New upstream release.

 -- Filippo Giunchedi <filippo@debian.org>  Thu, 21 Jan 2021 15:19:11 +0100

mtail (3.0.0~rc41-1) unstable; urgency=medium

  * New upstream release.
    + fix racy/flaky pipe tests (Closes: #976403, #979142)
  * Refresh patches.

 -- Filippo Giunchedi <filippo@debian.org>  Sat, 16 Jan 2021 17:41:57 +0100

mtail (3.0.0~rc38-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches.

 -- Filippo Giunchedi <filippo@debian.org>  Tue, 01 Dec 2020 16:53:23 +0100

mtail (3.0.0~rc35-3) unstable; urgency=medium

  * Team upload.
  * Add .service file (Closes: #886894)

 -- Antoine Beaupré <anarcat@debian.org>  Fri, 24 Apr 2020 16:22:36 -0400

mtail (3.0.0~rc35-2) unstable; urgency=medium

  * Team upload.
  * Ignore known test failure on 32-bit architectures, reported upstream
    as https://github.com/google/mtail/issues/313

 -- Antoine Beaupré <anarcat@debian.org>  Thu, 23 Apr 2020 17:21:10 -0400

mtail (3.0.0~rc35-1) unstable; urgency=medium

  * Team upload.
  * New upstream release, with jaeger support patched out because missing
    from Debian (Closes: #958417)
  * fix test suite (Closes: #952333)

 -- Antoine Beaupré <anarcat@debian.org>  Tue, 21 Apr 2020 15:09:07 -0400

mtail (3.0.0~rc24.1-1) unstable; urgency=medium

  * New upstream release (plus one commit).
  * Add new dependency on prometheus/client_golang.

 -- Martina Ferrari <tina@debian.org>  Fri, 01 Mar 2019 16:38:55 +0000

mtail (3.0.0~rc19-2) unstable; urgency=high

  * Do not build mgen and mdot, they are used only for development.
    Closes: #921474.

 -- Martina Ferrari <tina@debian.org>  Thu, 07 Feb 2019 20:58:23 +0000

mtail (3.0.0~rc19-1) unstable; urgency=medium

  * New upstream release.
  * Update Standards-Version with no changes.
  * Refresh patches.
  * debian/rules: Update paths.
  * debian/control: Update dependencies.
  * debian/rules: Update integration test invocation.

 -- Martina Ferrari <tina@debian.org>  Tue, 05 Feb 2019 06:04:21 +0000

mtail (3.0.0~rc16-1) unstable; urgency=medium

  * New upstream release candidate.
  * Update Standards-Version with no changes.
  * Stop using pristine-tar.

 -- Martina Ferrari <tina@debian.org>  Mon, 08 Oct 2018 19:14:01 +0000

mtail (3.0.0~rc15-1) unstable; urgency=medium

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

  [ Martín Ferrari ]
  * New upstream release candidate.
  * Remove now unneeded patch.
  * Automated cmd fixes.
  * Remove unused lintian override.
  * Bump debhelper compat level to 11.
  * debian/docs: Add documentation.
  * debian/postinst: Do not change permissions recursively.
  * debian/rules: Check DEB_BUILD_OPTIONS before running tests.
  * debian/rules: Remove old cruft.
  * debian/rules: Add missing test files.
  * debian/rules: Add tzdata as dependency.
  * Initscripts: Do not use ENABLED flag, instead use dh_installinit
    flags.
  * Patch a test that might timeout under load.

 -- Martina Ferrari <tina@debian.org>  Mon, 02 Jul 2018 03:38:21 +0000

mtail (3.0.0~rc5-1) unstable; urgency=medium

  * New upstream release candidate.

 -- Filippo Giunchedi <filippo@debian.org>  Wed, 03 Jan 2018 11:51:53 +0100

mtail (3.0.0~rc4-1) unstable; urgency=high

  * New upstream snapshot, with bug fixes.
  * debian/rules: Fix compilation on mips* (raising urgency).
  * debian/control: Depend of specific version of spf13/afero.
  * Add new dependency on go-cmp.
  * Remove now unneeded go-deep vendoring.

 -- Martina Ferrari <tina@debian.org>  Fri, 06 Oct 2017 11:23:40 +0000

mtail (3.0.0~rc2-1) unstable; urgency=medium

  * New upstream release candidate.
  * Stop generating emgen binary, it is only used for tests.
  * Properly set version and revision variables.
  * Replace dpkg-parsechangelog with /usr/share/dpkg/pkg-info.mk
  * debian/control: Update Standards-Version (no changes).
  * debian/control: Replace golang-go with golang-any in Build-Depends.

 -- Martina Ferrari <tina@debian.org>  Mon, 04 Sep 2017 02:07:43 +0000

mtail (3.0.0~rc1+git20170727.6db685b-1) unstable; urgency=medium

  * New upstream snapshot.
  * Add watch file, now that upstream is doing releases (some times).
  * debian/gbp.conf: Add builder defaults.
  * debian/control: Update Standards-Version (no changes).
  * debian/control: Mark package as autopkgtest-able.
  * debian/patches: Add patch to force the use of installed goyacc.
  * Vendor in the go-test/deep library to avoid adding a tiny package to
    the archive.

 -- Martina Ferrari <tina@debian.org>  Sun, 30 Jul 2017 16:30:48 +0000

mtail (0.0+git20161231.ae129e9-1) unstable; urgency=medium

  * New upstream snapshot.
  * Remove now unneeded patch.
  * Switch to golang-go, as this does not seem to work under gccgo.

 -- Martina Ferrari <tina@debian.org>  Sat, 14 Jan 2017 07:17:00 +0000

mtail (0.0+git20161027.a7b3e3c-1) unstable; urgency=medium

  * New upstream release.
  * Remove unneeded and incorrect watch file.
  * Refresh debian/rules.
  * Patch the code to use spf13's version of afero.
  * Add golang-golang-x-tools as dependency, for goyacc.

 -- Martina Ferrari <tina@debian.org>  Thu, 03 Nov 2016 21:06:17 +0000

mtail (0.0+git20160716.f911b02-1) unstable; urgency=medium

  * Don't run race tests on any arch except amd64. Closes: #831724.
  * New upstream snapshot.
  * Conflict with monkeytail, which provides a binary with the same
    name. Closes: #831863.

 -- Martina Ferrari <tina@debian.org>  Thu, 21 Jul 2016 16:27:55 +0000

mtail (0.0+git20160704.35c4023-1) unstable; urgency=medium

  * Initial release. (Closes: #830785)

 -- Martina Ferrari <tina@debian.org>  Mon, 18 Jul 2016 00:09:49 +0000
