File: changelog

package info (click to toggle)
prometheus-postfix-exporter 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 272 kB
  • sloc: sh: 99; makefile: 12
file content (82 lines) | stat: -rw-r--r-- 3,091 bytes parent folder | download
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
prometheus-postfix-exporter (0.2.0-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Anthony Fok ]
  * Change dependency on golang-gopkg-alecthomas-kingpin.v3-dev
    to golang-gopkg-alecthomas-kingpin.v2-dev (>= 2.2.6-2~)
    as per https://github.com/kumina/postfix_exporter/blob/master/go.mod
    which, incidentally, fixes FTBFS due to github.com/nicksnyder/go-i18n
    version mismatch.  (Closes: #973100)
  * Bump debhelper dependency to "Build-Depends: debhelper-compat (= 13)"
  * Change Build-Depends: golang-go to golang-any
    to allow build on more architectures
  * Bump Standards-Version to 4.5.0 (no change)
  * Add "Rules-Requires-Root: no" to debian/control
  * Update Maintainer email address to team+pkg-go@tracker.debian.org
  * Add myself to the list of Uploaders
  * debian/gbp.conf: Set debian-branch to debian/sid
    for conformance with Debian Go Packaging Team’s convention

 -- Anthony Fok <foka@debian.org>  Thu, 29 Oct 2020 14:06:50 -0600

prometheus-postfix-exporter (0.2.0-2) unstable; urgency=medium

  * Update chuser helper to python3, and fix bug in it. Closes: #945692.
  * Add myself to Uploaders.
  * Automated cme fixes.

 -- Martina Ferrari <tincho@debian.org>  Fri, 27 Dec 2019 12:39:36 +0000

prometheus-postfix-exporter (0.2.0-1) unstable; urgency=medium

  [ Yuval Freund ]
  * Start service after postfix. This service must start after postfix,
    since it's talking to a socket created by this service.

  [ Martina Ferrari ]
  * Merge git histories that had diverged by mistake, losing changes in the NMU
    upload.
  * Use space as separator in SupplementaryGroups.
    (Really) closes: #922986
  * Refresh & renumber patches.
  * Leave it to service file to pass systemd-specific parameters.
  * Add patch to adjust to API changes in the client_golang library.
  * Init script fixes.
  * Handle the postfix logfile location separately in sysv initscript.

 -- Martina Ferrari <tincho@debian.org>  Thu, 31 Oct 2019 14:35:31 +0000

prometheus-postfix-exporter (0.2.0-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * New upstream version (Closes: #922986)

 -- Antoine Beaupré <anarcat@debian.org>  Fri, 05 Apr 2019 15:47:45 -0400

prometheus-postfix-exporter (0.1.2-2) unstable; urgency=medium

  * Team upload.

  [ Daniel Swarbrick ]
  * Add manpage link to systemd service

  [ Martín Ferrari ]
  * Run wrap-and-sort -ta.
  * Create prometheus user.
  * Add rsyslog configution snippet for a dedicated log file.
  * Use the file log instead of systemd journal.
  * Run as user prometheus instead of postfix.
  * Add support for SysV init. Closes: #921351.
  * Add custom python script to support additional groups.

 -- Martín Ferrari <tincho@debian.org>  Mon, 11 Feb 2019 00:05:35 +0000

prometheus-postfix-exporter (0.1.2-1) unstable; urgency=medium

  * Initial release. Closes: #920262.

 -- Daniel Swarbrick <daniel.swarbrick@cloud.ionos.com>  Wed, 23 Jan 2019 11:57:06 +0100