Hi Jorge, Something minor, but important to understand, for rigor.
`Origin: upstream,` should be `Origin: backport,` instead, as the upstream patch needed changes to apply. > The allowed keywords are > "upstream" (in the case of a patch cherry-picked from the upstream VCS), > "backport" (in the case of an upstream patch that had to be modified to apply > on the current version), [...] @ https://dep-team.pages.debian.net/deps/dep3/ I can change it when uploading to the stable releases. Thanks, Note: $ wget https://github.com/NagiosEnterprises/nagioscore/commit/c974362.patch $ git ubuntu clone nagios4 $ cd nagios4 $ git checkout pkg/ubuntu/noble-devel $ patch -p1 -F0 --dry-run -i ../c974362.patch checking file Changelog Hunk #1 FAILED at 2. ... $ git checkout pkg/ubuntu/jammy-devel $ patch -p1 -F0 --dry-run -i ../c974362.patch checking file Changelog Hunk #1 FAILED at 2. ... $ git checkout pkg/ubuntu/focal-devel $ patch -p1 -F0 --dry-run -i ../c974362.patch checking file Changelog Hunk #1 FAILED at 2. ... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1953572 Title: Broken links in the View Trends and the View Histogram menu To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nagios4/+bug/1953572/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
