Change logs for discover source package in Kinetic

  • discover (2.1.2-10) unstable; urgency=medium
    
      * Modernize packaging a little:
         - Switch from debhelper 8 to debhelper 13.
         - Delete CONFIGURE_PCMCIA support from debian/rules entirely
           (commented out for 15+ years).
         - Delete VERSION and ARCH variables from debian/rules (unused).
         - Switch from manual debian/rules to a dh-based one. Stick to an
           out-of-tree build (relocated from builddeb/ to build/ though,
           given udeb building is long gone), since in-tree building breaks.
         - Switch from dh_movefiles to dh_install (moving from debian/*.files
           to debian/*.install).
         - Make discover.install handle the move from /usr/bin/discover to
           /sbin/discover (instead of doing that manually from debian/rules).
         - Unhardcode individual header and documentation filenames from
           libdiscover-dev.install.
         - Unhardcode exact library version (use to the SONAME), and insert a
           wildcard for the multiarch directory in both libdiscover2.install
           and libdiscover-dev.install.
         - Disable test suite entirely for the time being (it wasn't run
           previously, and it seems broken anyway).
         - Configure dh_missing for the few files that aren't shipped.
         - Clean generated aclocal.m4 (via dh_clean).
      * This fixes the missing mandatory build-* targets (Closes: #999249).
    
     -- Cyril Brulebois <email address hidden>  Sun, 09 Jan 2022 08:48:08 +0100