Change logs for daptup source package in Wily

  • daptup (0.12.7) unstable; urgency=low
    
      * New option 'DAPTUP_HOOK_ENABLED'. (Closes: #733960)
      * More friendly error message on unknown command-line options.
      * Pre-set daptup environment variables now override those from
        the configuration file.
      * debian/README.Debian: removed as obsolete. (Closes: #745482)
      * debian/control:
        - bumped Standards-Version to 3.9.6, no changes needed.
        - removed dependency versions which are satisfied even in oldoldstable.
      * debian/rules: use override_* target instead of dh before/after.
    
     -- Eugene V. Lyubimkin <email address hidden>  Sat, 25 Jul 2015 13:16:43 +0300
  • daptup (0.12.6) unstable; urgency=low
    
    
      * Pass '--version-sort' to sort(1) when generating difference lists.
        This reduces number of cases where "before" line ("<") appears after the 
        "after" line (">") in the output.
      * Added a dependency on coreutils (>= 7.0) to make sure that '--version-sort'
        works.
      * po/de.po: declared plural forms support, patch by Christian Perrier.
        (Closes: #695999)
      * Libcupt1 (Perl-based one) backend: removed as obsolete.
      * Daptup is a pure plugin now, i.e. it doesn't attempt to run any
        '$packagemanager update'-commands inside. Specifying a subcommand is now
        mandatory.
      * Got rid of '[done]' message parts.
      * Fixed a crash when '--last' is run without root privileges and the option
        DAPTUP_CHECK_FOR_OUTDATED_PACKAGES is enabled.
      * daptup.8: fixed grammar of 'occurred' word, patch by A. Costa.
        (Closes: #698476)
      * debian/control:
        - Bumped Standards-Version to 3.9.5, no changes needed.
        - Updated the long description to reflect the "pure pluginness".
    
     -- Eugene V. Lyubimkin <email address hidden>  Sun, 03 Nov 2013 15:16:51 +0200