Change logs for nss-mdns source package in Lunar

  • nss-mdns (0.15.1-3) unstable; urgency=medium
    
      [ Simon McVittie ]
      * d/control: Demote avahi-daemon from Depends to Recommends.
        This NSS module requires avahi-daemon, but in a container environment it
        might be running outside the container with the socket bind-mounted from
        the host system.
        Patch from Ubuntu, thanks to Steve Langasek (Closes: #1017488)
      * d/watch: Adapt to Github website changes
      * d/control: Set Rules-Requires-Root to no.
        In particular this avoids non-reproducibility if fakeroot does not
        fully support the stat-like syscalls on an architecture.
    
      [ Debian Janitor ]
      * Remove constraints unnecessary since buster (oldstable):
        + Build-Depends: Drop versioned constraint on dpkg-dev.
        + libnss-mdns: Drop versioned constraint on avahi-daemon and base-files
          in Depends.
    
     -- Simon McVittie <email address hidden>  Tue, 01 Nov 2022 11:11:20 +0000
  • nss-mdns (0.15.1-2ubuntu1) kinetic; urgency=low
    
      * Merge from Debian unstable. Remaining changes:
        - Downgrade avahi-daemon Depends to Recommends.
    
    nss-mdns (0.15.1-2) unstable; urgency=medium
    
      [ Gioele Barabucci ]
      * d/libnss-mdns.nss: Install NSS services `mdns*` via dh_installnss
        - This avoids using Perl in the postrm (Closes: #1009646)
        - This also supports DPKG_ROOT
      * d/libnss-mdns.postinst: Drop code that deals with reordering services.
        This was only run when upgrading from Debian 9 or older, and direct
        upgrades from Debian 9 to this version are no longer supported.
    
      [ Simon McVittie ]
      * d/tests/*-resolve: Fix regression with systemd >= 251.3-2~exp1.
        libnss-resolve now pulls in systemd-resolved, which Recommends
        libnss-myhostname, which inserts itself into nsswitch.conf; but our tests
        didn't cope gracefully with extra NSS modules.
      * Standards-Version: 4.6.1 (no changes required)
    
     -- Steve Langasek <email address hidden>  Tue, 16 Aug 2022 14:56:29 -0700