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
|
prometheus-apache-exporter (0.12.0-1) unstable; urgency=medium
* New upstream release
* Refresh patches
* Drop unused dependency golang-github-go-kit-kit-dev
* Bump Standards-Version to 4.6.2 (no changes)
-- Daniel Swarbrick <dswarbrick@debian.org> Sun, 08 Jan 2023 23:40:43 +0000
prometheus-apache-exporter (0.11.0-2) unstable; urgency=medium
[ Daniel Swarbrick ]
* Update gbp configuration following Go Team new workflow
* Add new 01-support-newer-exporter-toolkit.patch
* Bump minimum required golang-github-prometheus-exporter-toolkit-dev
version to 0.8.0
* Bump Standards-Version to 4.6.1 (no changes)
[ Guillem Jover ]
* Add value quoting information in default file comment header
* Remove --help output from default file
* Update debian/watch file
[ Martina Ferrari ]
* Update my name and email address.
-- Daniel Swarbrick <dswarbrick@debian.org> Thu, 15 Dec 2022 04:36:11 +0000
prometheus-apache-exporter (0.11.0-1) unstable; urgency=medium
* New upstream version
* Drop +ds version suffix, since we no longer have to unvendor
* Bump Standards-Version to 4.6.0 (no changes)
* Use dh-sequence-golang instead of dh-golang and --with=golang
* Remove unused build-deps
- golang-github-beorn7-perks-dev
- golang-github-sirupsen-logrus-dev
- golang-goprotobuf-dev
- golang-protobuf-extensions-dev
* Add new build-deps
- golang-github-go-kit-kit-dev
- golang-github-go-kit-log-dev
- golang-github-prometheus-exporter-toolkit-dev
* Add missing build-dep golang-gopkg-alecthomas-kingpin.v2-dev
* Add myself to uploaders
-- Daniel Swarbrick <dswarbrick@debian.org> Sun, 05 Dec 2021 14:20:47 +0000
prometheus-apache-exporter (0.8.0+ds-1) unstable; urgency=medium
* Team upload.
[ Badreddin Aboubakr ]
* New upstream release
* Update repo URL
* d/watch: Update file standard to 4
* Add man pages
* d/control: Update Standards-Version
* d/control: Add Rules-Requires-Root set to no
* d/control: Update debhelper-compat
* Remove error suppression from postinst
* Remove unnecessary error suppression from init script
* Run adduser unconditionally
* Add missing dependency on adduser
* d/control: Update maintainer's email
* Do not change pathname metadata if there are dpkg statoverrides in place
[ Daniel Swarbrick ]
* d/copyright: add comment regarding change of upstream project owner
[ Guillem Jover ]
* Indent debian/watch opts
* Change systemd service Restart directive from always to on-failure
* Properly clean all logs on postrm
* Use '' instead of `' in text
* Use $() instead of `` in init script
* Remove $syslog dependency from init script
* Rewrite init script using start-stop-daemon
* Switch from /var/run to /run
* Update gitlab-ci.yml from latest upstream version
-- Guillem Jover <gjover@sipwise.com> Tue, 09 Feb 2021 00:52:57 +0100
prometheus-apache-exporter (0.7.0+ds-2) unstable; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Update standards version to 4.5.0, no changes needed.
-- Jelmer Vernooij <jelmer@debian.org> Fri, 05 Feb 2021 03:39:08 +0000
prometheus-apache-exporter (0.7.0+ds-1) unstable; urgency=medium
[ Debian Janitor ]
* Bump debhelper from old 11 to 12.
* Set upstream metadata fields: Repository.
[ Martina Ferrari ]
* New upstream release.
* debian/dirs: Add missing /var/lib/prometheus
* Update CLI params documentation.
* debian/rules: Add build metadata.
-- Martina Ferrari <tina@debian.org> Sun, 03 Nov 2019 17:12:42 +0000
prometheus-apache-exporter (0.5.0+ds-2) unstable; urgency=medium
[ Alexandre Viau ]
* Point Vcs-* urls to salsa.debian.org.
[ Raúl Benencia ]
* Fix long description.
* Update Standards-Version to 4.1.5.
[ Fabian Weisshaar ]
* Add missing postinst script to create prometheus user
* Avoid recursive chown calls
* Update debhelper compat
[ Martina Ferrari ]
* debian/gbp.conf: Update branches.
* debian/control: Add myself to Uploaders.
* debian/dirs: Add var/log/prometheus.
* Update Standards-Version with no changes.
-- Martina Ferrari <tina@debian.org> Thu, 13 Dec 2018 23:53:57 +0000
prometheus-apache-exporter (0.5.0+ds-1) unstable; urgency=medium
[ Martina Ferrari ]
* Team upload.
* New upstream release, upload to unstable. Closes: #887112
* Exclude vendored files.
* Stop using pristine-tar.
* Automated cme updates.
* debian/watch: Add dversionmangle.
* Remove unused lintian override.
[ Antoine Beaupré ]
* do not require daemon if we use systemd
-- Martina Ferrari <tina@debian.org> Sun, 14 Jan 2018 14:29:53 +0000
prometheus-apache-exporter (0.3-1) experimental; urgency=low
* Initial release. Closes: #854630
-- Jelmer Vernooij <jelmer@debian.org> Thu, 09 Feb 2017 22:04:37 +0000
|