diff -Nru anacron-2.3/debian/anacrontab anacron-2.3/debian/anacrontab --- anacron-2.3/debian/anacrontab 2021-08-20 14:36:20.000000000 +0200 +++ anacron-2.3/debian/anacrontab 2021-11-16 11:44:05.000000000 +0100 @@ -3,7 +3,6 @@ # See anacron(8) and anacrontab(5) for details. SHELL=/bin/sh -PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin HOME=/root LOGNAME=root diff -Nru anacron-2.3/debian/changelog anacron-2.3/debian/changelog --- anacron-2.3/debian/changelog 2021-08-20 14:36:20.000000000 +0200 +++ anacron-2.3/debian/changelog 2021-11-16 11:50:54.000000000 +0100 @@ -1,3 +1,10 @@ +anacron (2.3-31ubuntu1) jammy; urgency=medium + + * Rebase on 2.3-31 to fix a typo (LP: #1924915) + * Keep changes in d/anacrontab, d/cron.d (LP: #1779767) + + -- Heinrich Schuchardt Tue, 16 Nov 2021 11:50:54 +0100 + anacron (2.3-31) unstable; urgency=medium * QA upload. @@ -8,6 +15,23 @@ -- Jelmer Vernooij Fri, 20 Aug 2021 13:36:20 +0100 +anacron (2.3-30ubuntu3) impish; urgency=medium + + * No-change rebuild to build packages with zstd compression. + + -- Matthias Klose Thu, 07 Oct 2021 12:09:21 +0200 + +anacron (2.3-30ubuntu2) hirsute; urgency=medium + + * Do not override PATH in anacrontab and cron.d anymore (LP: #1779767). + - The latter change is needed because anacron when invoked by cron should + inherit cron's PATH and not it's cron.d snippet. + - This does not work on sysvinit, where it will now produce the wrong + result because it inherits the init script's PATH variable, so it's + not possible to forward to Debian + + -- Julian Andres Klode Mon, 15 Mar 2021 16:58:18 +0100 + anacron (2.3-30) unstable; urgency=medium * QA upload. diff -Nru anacron-2.3/debian/control anacron-2.3/debian/control --- anacron-2.3/debian/control 2021-08-20 14:36:20.000000000 +0200 +++ anacron-2.3/debian/control 2021-11-16 11:50:54.000000000 +0100 @@ -3,7 +3,8 @@ Priority: optional Build-Depends: debhelper-compat (= 12), -Maintainer: Debian QA Group +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian QA Group Standards-Version: 4.2.1 Rules-Requires-Root: no Homepage: http://sourceforge.net/projects/anacron/ diff -Nru anacron-2.3/debian/cron.d anacron-2.3/debian/cron.d --- anacron-2.3/debian/cron.d 2021-08-20 14:36:20.000000000 +0200 +++ anacron-2.3/debian/cron.d 2021-11-16 11:46:44.000000000 +0100 @@ -1,6 +1,5 @@ # /etc/cron.d/anacron: crontab entries for the anacron package SHELL=/bin/sh -PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin 30 7-23 * * * root [ -x /etc/init.d/anacron ] && if [ ! -d /run/systemd/system ]; then /usr/sbin/invoke-rc.d anacron start >/dev/null; fi