Change logs for apt-listchanges source package in Focal

  • apt-listchanges (3.22) unstable; urgency=medium
    
      * While converting changelogs to html, e.g. for browser frontend, do not
        treat enclosing '<', '>' or trailing punctuation characters (e.g. '.'),
        as part of URLs, to properly parse links like <https://www.debian.org/>.
      * Updated program translations:
        + German (Helge Kreutzmann, closes: #944201);
        + Dutch (Frans Spiesschaert, closes: #945355).
      * Replace debian/compat file with build dependency on debhelper-compat.
    
     -- Robert Luberda <email address hidden>  Sun, 22 Dec 2019 13:26:57 +0100
  • apt-listchanges (3.21) unstable; urgency=medium
    
      * Fold identical binary NMUs entries together and display them
        as separate "Binary NMU of: <list of packages>" sections at
        the bottom of the changelogs list (closes: #841837, #934187).
      * Reword the continue/abort installation message shown by GTK frontend
        to make it less misleading (closes: #924313)
      * Before deleting a temporary file, try to detect if spawned program
        has actually started reading it.  This fixes showing changes in a
        programs like firefox that fork themselves and exit immediately.
      * Update German translation of man page (closes: #941346). Thanks
        to Chris Leick.
      * Fix two spelling typos in the English man page noticed by Chris,
        and unfuzzy translations.
      * Standards-Version: 4.4.1 (no changes).
    
     -- Robert Luberda <email address hidden>  Sun, 03 Nov 2019 20:09:22 +0100
  • apt-listchanges (3.20) unstable; urgency=low
    
      * Merge changes from Mickaël Schoentgen to improve code quality:
        + fix DeprecationWarning: invalid escape sequence;
        + fix several ResourceWarning: unclosed file;
        + fix code smells: equaliy comparisons with None, unused imports,
          trailing semi-colons.
      * Add Portuguese translation of man page (closes: #927834). Thanks
        to Américo Monteiro.
      * Build with debhelper v12.
      * debian/control:
        + remove X-Python3-Version field (lintian);
        + Standards-Version: 4.4.0.
    
     -- Robert Luberda <email address hidden>  Sat, 10 Aug 2019 09:14:46 +0200