[ubuntu/yakkety-proposed] apt-listchanges 2.89ubuntu1 (Accepted)

Matthias Klose doko at ubuntu.com
Wed May 25 16:16:13 UTC 2016


apt-listchanges (2.89ubuntu1) yakkety; urgency=medium

  * Merge with Debian; remaining changes:
    - apt-listchanges/DebianFiles.py: only use apt-get changelog if which is
      changelogs or both, so not for news.

apt-listchanges (2.89) unstable; urgency=medium

  * Fix the 'none' frontend broken since version 2.86.
  * Introduce --select-frontend option for testing purposes
    to validate different frontends before release.
  * Quit early in the apt mode if there are no packages
    to process (this partially fixes #514865).
  * Standards-Version: 3.9.8 (no changes).

apt-listchanges (2.88) unstable; urgency=medium

  * Fix build reproducibility by forcing LC_ALL=C for docbook-to-man calls.
  * Update the previous debian/NEWS entry to mention renamed options.

apt-listchanges (2.87) unstable; urgency=medium

  * Use po4a for handling translations of man pages:
    + convert existing translations to *.po files, and unfuzzy them;
    + incorporate minor update of French man page by Alexandre Detiste
      from bug#796061;
    + make sure the Italian translation is actually installed;
    + update Makefiles, and add build dependency on po4a.
  * Fix encoding of non-ASCII mails (closes: #604922).
  * Convert http(s) and ftp(s) URLs into links in the browser frontend
    (closes: #587399). Additionally do the same CVE/CAN identifiers,
    and switch to using https for the Debian BTS links.
  * Introduce the --email-format option to optionally send mails in
    the HTML format (closes: #689731).
  * Rename the --save_seen option to --save-seen to match names of
    other command line options that contain hyphens rather than
    underscores (closes: #707667). Also rename --all to --show-all
    to match the name of the configuration file option. (Both older
    options are supported for backward compatibility, but no longer
    documented in the man page).
  * Enhance apt-listchanges(1) man page:
    + describe the format of the configuration file together with
      possible values of boolean options (see #707667);
    + document that browser, pager, and xterm settings can include
      arguments (closes: #784781);
    + disambiguate description of changes ordering (closes: #594844).
  * Introduce --ignore-apt-assume option to disable switching into
    non-interactive mode in case of `apt-get -y' (closes: #818712).
  * Switch to the non-interactive mode when DEBIAN_FRONTEND environment
    variable is set to "noninteractive". Add --ignore-debian-frontend
    to disable this.
  * Validate package names command line arguments (closes: #522700).
  * Try to prompt for confirmation when exception occurs (closes: #479530).
  * Update Polish translation.
  * Cleanup debian/rules a bit.
  * Drop useless build-dependency on libexpat1-dev.
  * Add debian/NEWS entry for recent changes.

apt-listchanges (2.86) unstable; urgency=medium

  * New maintainer (closes: #813245).
  * Merge binnmu entries with regular ones, not to display the low urgency
    binnmus before other possibly more important entries (closes: #746428).
  * If at least one package is being upgraded, do not ignore newly installed
    packages to try to support cases when /u/s/doc/package directory changes
    into symlink to another package built from the same source.
  * Check if filenames dict contains package name key before deleting it to
    avoid exception (closes: #757203).
  * Print "Reading changelogs" into stdout, not stderr (closes: #789160).
  * Do not override the mail fronted with text when quiet mode is set and
    the mail frontend is usable (closes: #502347, #788059).
  * Handle the '--assume-yes' option of apt-get by using non-interactive
    frontend and disabling confirmation (closes: #687443, LP: #788519),
    and fix exception occurring on non-int value while parsing apt
    'quiet=' line (closes: #604130).
  * Switch debian/copright to the DEP-5 format.
  * debian/copyright:
    + use https for Vcs-* fields, and link to cgit rather than gitweb;
    + remove remaining uploader;
    + bump Standards-Verrsion to 3.9.7 (no changes).

Date: Wed, 25 May 2016 18:11:31 +0200
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/apt-listchanges/2.89ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 25 May 2016 18:11:31 +0200
Source: apt-listchanges
Binary: apt-listchanges
Architecture: source
Version: 2.89ubuntu1
Distribution: yakkety
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Matthias Klose <doko at ubuntu.com>
Description:
 apt-listchanges - package change history notification tool
Closes: 479530 502347 522700 587399 594844 604130 604922 687443 689731 707667 746428 757203 784781 788059 789160 813245 818712
Launchpad-Bugs-Fixed: 788519
Changes:
 apt-listchanges (2.89ubuntu1) yakkety; urgency=medium
 .
   * Merge with Debian; remaining changes:
     - apt-listchanges/DebianFiles.py: only use apt-get changelog if which is
       changelogs or both, so not for news.
 .
 apt-listchanges (2.89) unstable; urgency=medium
 .
   * Fix the 'none' frontend broken since version 2.86.
   * Introduce --select-frontend option for testing purposes
     to validate different frontends before release.
   * Quit early in the apt mode if there are no packages
     to process (this partially fixes #514865).
   * Standards-Version: 3.9.8 (no changes).
 .
 apt-listchanges (2.88) unstable; urgency=medium
 .
   * Fix build reproducibility by forcing LC_ALL=C for docbook-to-man calls.
   * Update the previous debian/NEWS entry to mention renamed options.
 .
 apt-listchanges (2.87) unstable; urgency=medium
 .
   * Use po4a for handling translations of man pages:
     + convert existing translations to *.po files, and unfuzzy them;
     + incorporate minor update of French man page by Alexandre Detiste
       from bug#796061;
     + make sure the Italian translation is actually installed;
     + update Makefiles, and add build dependency on po4a.
   * Fix encoding of non-ASCII mails (closes: #604922).
   * Convert http(s) and ftp(s) URLs into links in the browser frontend
     (closes: #587399). Additionally do the same CVE/CAN identifiers,
     and switch to using https for the Debian BTS links.
   * Introduce the --email-format option to optionally send mails in
     the HTML format (closes: #689731).
   * Rename the --save_seen option to --save-seen to match names of
     other command line options that contain hyphens rather than
     underscores (closes: #707667). Also rename --all to --show-all
     to match the name of the configuration file option. (Both older
     options are supported for backward compatibility, but no longer
     documented in the man page).
   * Enhance apt-listchanges(1) man page:
     + describe the format of the configuration file together with
       possible values of boolean options (see #707667);
     + document that browser, pager, and xterm settings can include
       arguments (closes: #784781);
     + disambiguate description of changes ordering (closes: #594844).
   * Introduce --ignore-apt-assume option to disable switching into
     non-interactive mode in case of `apt-get -y' (closes: #818712).
   * Switch to the non-interactive mode when DEBIAN_FRONTEND environment
     variable is set to "noninteractive". Add --ignore-debian-frontend
     to disable this.
   * Validate package names command line arguments (closes: #522700).
   * Try to prompt for confirmation when exception occurs (closes: #479530).
   * Update Polish translation.
   * Cleanup debian/rules a bit.
   * Drop useless build-dependency on libexpat1-dev.
   * Add debian/NEWS entry for recent changes.
 .
 apt-listchanges (2.86) unstable; urgency=medium
 .
   * New maintainer (closes: #813245).
   * Merge binnmu entries with regular ones, not to display the low urgency
     binnmus before other possibly more important entries (closes: #746428).
   * If at least one package is being upgraded, do not ignore newly installed
     packages to try to support cases when /u/s/doc/package directory changes
     into symlink to another package built from the same source.
   * Check if filenames dict contains package name key before deleting it to
     avoid exception (closes: #757203).
   * Print "Reading changelogs" into stdout, not stderr (closes: #789160).
   * Do not override the mail fronted with text when quiet mode is set and
     the mail frontend is usable (closes: #502347, #788059).
   * Handle the '--assume-yes' option of apt-get by using non-interactive
     frontend and disabling confirmation (closes: #687443, LP: #788519),
     and fix exception occurring on non-int value while parsing apt
     'quiet=' line (closes: #604130).
   * Switch debian/copright to the DEP-5 format.
   * debian/copyright:
     + use https for Vcs-* fields, and link to cgit rather than gitweb;
     + remove remaining uploader;
     + bump Standards-Verrsion to 3.9.7 (no changes).
Checksums-Sha1:
 b294672210084c13fcc9cb69c2bb3ecda0c7cc05 1769 apt-listchanges_2.89ubuntu1.dsc
 fdc8660512feb2222e8b4753e73b50a9beaab46a 96332 apt-listchanges_2.89ubuntu1.tar.xz
Checksums-Sha256:
 45aefe6cfbf2ebde8c07c1660789e0b640935a7d91b1e6253a5fde5f5d54b57e 1769 apt-listchanges_2.89ubuntu1.dsc
 223fa3925711133ef92b3d92298c568a48f3d4b2ee864c3499b95978cf7943cb 96332 apt-listchanges_2.89ubuntu1.tar.xz
Files:
 81bd9593597e05a85196d5d0843d7177 1769 utils standard apt-listchanges_2.89ubuntu1.dsc
 34c2f3b3b1a18f69677372bd53ab54f6 96332 utils standard apt-listchanges_2.89ubuntu1.tar.xz
Original-Maintainer: Robert Luberda <robert at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJXRc+8AAoJEL1+qmB3j6b1LVsQALbLCB5AGNOPjI6QSrzBJkFL
FSxj+zVgW9eXNa1AiClqTk4yypNR627jyt7bC1kvTETPhGpL+kU1VGCvoPU+Wv9O
qJbfHTGsmlml+Q2M/sbT7s3RHI4LZzZJfMDGJzDf2LgOt4WiMWmEbZADMBHYrND3
tGpPlVtf8S488QsNe4X6YdOWLnVisjTlsY3CLBZRFE5dHFlFUcXsblLZSLuH+y6I
FSJRUw++YCr0hoGTlvgwXjDFaCYnoTE2lZYtM7AjQjk+x1Vd8kG86pRzMckVrGIe
SnNW4DFsGeWSXs0e2oyPR1sozA+tDnEypIGnLCZOt/f7MXhAhg6FOBkJN5YXcjUx
sTyrJoJJMg5bk9uSLuQ1J+0ouQJId1hk1Zb/D5ecY0K41MQEfp9O1gQwvPCLWZDc
fcGASrJO0Salf5mCp/ppuAdXnLOAxbfN6uc+ZWxWQT/+wc/OJrOJUYyjgW6q4524
U4QfjhVSiSIe5AfgezHRfpgFisr72GfMsAvw/vJ5YcTyou0vkeYCgGQBthZVRfW2
gVuWQbTMHc/6trhuYlWAjcEkcfNp3hlm3d5z5x7jyzk7DUOFKMW+qDiELz3QmzjO
QcsZF3hBGWsZ3KFA/j9RfJu92ZR9vEqyh0Gaz5nxf3kCShwFgxKB2TqfxDPaqDtB
zQls9np3pu35BTx9fuit
=B1UY
-----END PGP SIGNATURE-----


More information about the Yakkety-changes mailing list