On Thu, 2023-09-14 13:14:47 +0200, Vincent Blut wrote: > diff -Nru chrony-4.4/debian/changelog chrony-4.4/debian/changelog > --- chrony-4.4/debian/changelog 2023-08-09 17:50:42.000000000 +0200 > +++ chrony-4.4/debian/changelog 2023-09-14 12:02:21.000000000 +0200 > @@ -1,3 +1,10 @@ > +chrony (4.4-2) unstable; urgency=medium > + > + * debian/control: > + - Add version constraint on adduser. (Closes: #1051822) > + > + -- Vincent Blut <vincent.deb...@free.fr> Thu, 14 Sep 2023 12:02:21 +0200 > + > chrony (4.4-1) unstable; urgency=medium > > * Import upstream version 4.4: > diff -Nru chrony-4.4/debian/control chrony-4.4/debian/control > --- chrony-4.4/debian/control 2023-08-09 17:50:42.000000000 +0200 > +++ chrony-4.4/debian/control 2023-09-14 12:02:21.000000000 +0200 > @@ -25,7 +25,7 @@ > Package: chrony > Architecture: linux-any > Pre-Depends: ${misc:Pre-Depends} > -Depends: adduser, > +Depends: adduser (>= 3.130), > iproute2 [linux-any], > tzdata-legacy, > ucf, > diff -Nru chrony-4.4/debian/.gitlab-ci.yml chrony-4.4/debian/.gitlab-ci.yml > --- chrony-4.4/debian/.gitlab-ci.yml 2023-08-09 17:50:42.000000000 +0200 > +++ chrony-4.4/debian/.gitlab-ci.yml 2023-09-14 12:02:21.000000000 +0200 > @@ -4,8 +4,6 @@ > - > https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml > > variables: > - # chrony now depends on tzdata-legacy which is only available in > experimental > - RELEASE: 'experimental' > # Skip the reprotest job as long as it is run as root due to problems > with > # chrony system tests. > SALSA_CI_DISABLE_REPROTEST: 1
That fixed this bug for me. Thank you, AnĂbal