Change logs for aptitude-robot source package in Zesty

  • aptitude-robot (1.5.1-1) unstable; urgency=medium
    
      * Version 1.5.1 (only bug fixes)
        + Reorder commands in triggers.post/90-cleanup.example: "apt-get
          clean" should come after "aptitude purge", because aptitude will
          rebuild apt's binary cache for that and "apt-get clean" removes the
          binary cache.
      * Downgrade perl-doc from Depends to Recommends as it's only needed for
        the --help and --usage options and will display the source code
        (including the POD) instead if perl-doc is not installed.
      * Add a (versioned) dependency on lsb-base for using the
        /lib/lsb/init-functions in the init script.
      * Bump debhelper compatibility to 10.
        + Update versioned debhelper build-dependency accordingly.
        + Remove explicit dependency on dh-autoreconf.
        + Remove explicit "--with autoreconf" from debian/rules.
    
     -- Axel Beckert <email address hidden>  Fri, 20 Jan 2017 01:04:21 +0100
  • aptitude-robot (1.5-1) unstable; urgency=low
    
      * Version 1.5 (new backwards-compatible features)
        + Add support for filtering log files in reports.
        + Add coloured icons for warning/error/ignored lines in xymon-report.
        + Factor out common code in "xymon-report" and "mail-log-on-error"
          into "reporting-helpers. Fixes GH#2.
        + Rename COPYING to LICENSE as it's more common outside the GNU world.
        + Mention Semantic Versioning in README.
    
      * Switch Vcs-Git header from git:// to https://.
      * Declare compliance with Debian Policy 3.9.8. (No changes needed.)
      * Add Documentation key to debian/service. (Suggested by Lintian.)
      * Update Description key in debian/service to say "package management"
        instead of just "package updater".
      * Fix inconsistency in debian/copyright: License is GPL-3+.
      * Update copyright years in debian/copyright and add myself.
    
     -- Axel Beckert <email address hidden>  Thu, 12 May 2016 21:32:50 +0200