diff -Nru nagios4-4.4.6/debian/changelog nagios4-4.4.6/debian/changelog --- nagios4-4.4.6/debian/changelog 2021-04-07 07:43:46.000000000 -0300 +++ nagios4-4.4.6/debian/changelog 2024-04-23 16:48:03.000000000 -0300 @@ -1,3 +1,9 @@ +nagios4 (4.4.6-4ubuntu1) jammy; urgency=medium + + * Fix trends and alert histograms for services and hosts. LP: #1953572. + + -- Jorge Merlino Tue, 23 Apr 2024 16:48:03 -0300 + nagios4 (4.4.6-4) unstable; urgency=low * Fix syntax in nagios4.service. Closes: #986397. diff -Nru nagios4-4.4.6/debian/control nagios4-4.4.6/debian/control --- nagios4-4.4.6/debian/control 2021-03-21 23:11:13.000000000 -0300 +++ nagios4-4.4.6/debian/control 2024-04-23 16:48:03.000000000 -0300 @@ -1,7 +1,8 @@ Source: nagios4 Section: net Priority: optional -Maintainer: Russell Stuart +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Russell Stuart Homepage: http://www.nagios.org/ Standards-Version: 4.5.1 Build-Depends: debhelper (>= 10), diff -Nru nagios4-4.4.6/debian/rules nagios4-4.4.6/debian/rules --- nagios4-4.4.6/debian/rules 2021-03-22 03:31:37.000000000 -0300 +++ nagios4-4.4.6/debian/rules 2024-04-23 16:45:55.000000000 -0300 @@ -59,7 +59,7 @@ --build=$(DEB_BUILD_GNU_TYPE) \ --host=$(DEB_HOST_GNU_TYPE) \ --with-htmurl=/nagios4 \ - --with-cgiurl=/cgi-bin/nagios4 + --with-cgiurl=/nagios4/cgi-bin touch configure-stamp build: build-arch build-indep