Merge ~bryce/ubuntu/+source/monitoring-plugins:merge-v2.3.2-1-lunar into ubuntu/+source/monitoring-plugins:debian/sid
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | git-ubuntu bot | ||||
Approved revision: | not available | ||||
Merge reported by: | git-ubuntu bot | ||||
Merged at revision: | dad1d00273d297fec28b928f099469de32554ab1 | ||||
Proposed branch: | ~bryce/ubuntu/+source/monitoring-plugins:merge-v2.3.2-1-lunar | ||||
Merge into: | ubuntu/+source/monitoring-plugins:debian/sid | ||||
Diff against target: |
241 lines (+180/-1) 5 files modified
debian/changelog (+89/-0) debian/control (+2/-1) debian/patches/check_http_socket_timeouts.patch (+29/-0) debian/patches/exclude-tmpfs-squashfs-tracefs.patch (+55/-0) debian/patches/series (+5/-0) |
||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
git-ubuntu bot | Approve | ||
Andreas Hasenack (community) | Approve | ||
Canonical Server Reporter | Pending | ||
Review via email: mp+434457@code.staging.launchpad.net |
Description of the change
Merge with Debian's package, bringing in the new upstream point release.
I merged together Miriam and my changes for the tmpfs patch, as you can see in the logical delta. The revised patch was forwarded upstream but still seems not to have been accepted.
Release Notes: https:/
Bug: https:/
PPA: https:/
$ sudo add-apt-repository -yus ppa:bryce/
$ sudo apt-get install monitoring-plugins
All builds in the PPA have succeeded, but the arm builds are still publishing atm.
Usual tags pushed for review:
- tags/old/debian 18b35f8
- tags/new/debian 799ac15
- tags/old/ubuntu c495492
- tags/logical/
- tags/reconstruc
- tags/split/
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
There is a tiny bit wrong in the logical tag.
When diffing logical/ 2.3.1-1ubuntu4 against old/ubuntu, one expects to only see d/changelog and d/control changes, but here we also get: patches/ exclude- tmpfs-squashfs- tracefs. patch b/debian/ patches/ exclude- tmpfs-squashfs- tracefs. patch patches/ exclude- tmpfs-squashfs- tracefs. patch patches/ exclude- tmpfs-squashfs- tracefs. patch /bugs.launchpad .net/nagios- charm/+ bug/1827159 /bugs.launchpad .net/ubuntu/ +source/ monitoring- plugins/ +bug/1940916 /github. com/monitoring- plugins/ monitoring- plugins/ pull/1749 check_disk. c | 3 +++
diff --git a/debian/
index e9200dc..1216bae 100644
--- a/debian/
+++ b/debian/
@@ -10,7 +10,7 @@ Author: Bryce Harrington <email address hidden>
Bug-Ubuntu: https:/
https:/
Forwarded: yes, https:/
-Last-Update: 2019-11-07
+Last-Update: 2022-02-16
---
plugins/
1 file changed, 3 insertions(+)
If you look at that patch in pkg/ubuntu/devel (the current package in the archive), the Last-Update bit is 2019-11-07: devel:debian/ patches/ exclude- tmpfs-squashfs- tracefs. patch | grep Last-Update:
$ git show pkg/ubuntu/
Last-Update: 2019-11-07
I think you meant to update the date in this merge, but "logical" should reflect the state as it is was in the archive at that version.