* Nicholas D Steeves <s...@debian.org> [241021 03:08]: > Control: fixed -1 sddm/0.21.0-4 > > Chris Hofstaedtler <z...@debian.org> writes: > > > +sddm (0.21.0-1.1) unstable; urgency=medium > > + > > + * Non-maintainer upload. > > + * Build-Depend on login so cmake can find and see the /etc/login.defs > > file. > > + Just specifying it with -DLOGIN_DEFS_PATH is not enough. (Closes: > > #1078320) > > + > > + -- Chris Hofstaedtler <z...@debian.org> Sun, 20 Oct 2024 19:52:26 +0200 > > + > > sddm (0.21.0-1) unstable; urgency=medium > > > > * Team upload. > > diff -Nru sddm-0.21.0/debian/control sddm-0.21.0/debian/control > > --- sddm-0.21.0/debian/control 2024-05-12 12:03:29.000000000 +0200 > > +++ sddm-0.21.0/debian/control 2024-10-20 19:52:26.000000000 +0200 > > @@ -12,6 +12,7 @@ > > libxcb-xkb-dev, > > libxcb1-dev, > > libxkbcommon-dev, > > + login, > > Hm, is that what you really meant to do? See: > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078320#17 > > I agree that your earlier proposal was better :)
Ah yes. That should have been login.defs. > Also, please upload to the delayed queue when doing NMUs that aren't > security-related; This was an inappropriate use of a 0-day. > > > https://www.debian.org/doc/manuals/developers-reference/pkgs.en.html#non-maintainer-uploads-nmus This says: | Upload fixing only release-critical bugs older than 7 days, with | no maintainer activity on the bug for 7 days and no indication that a | fix is in progress: 0 days > I went ahead and fixed it in experimental. Thanks, Chris