Change logs for ncurses source package in Disco

  • ncurses (6.1+20181013-2ubuntu2) disco; urgency=medium
    
      * Fixup testsuite
    
     -- Gianfranco Costamagna <email address hidden>  Tue, 12 Feb 2019 18:10:57 +0100
  • ncurses (6.1+20181013-2ubuntu1) disco; urgency=medium
    
      * Merge with Debian; remaining changes:
        - Add a simple autopkgtest to the package.
        - Build x32 packages.
        - Build lib32 packages on s390x.
    
    ncurses (6.1+20181013-2) unstable; urgency=medium
    
      * Add Breaks against libmono-corlib4.5-cil (<< 4.6.2.7+dfsg-2)
        to ncurses-base and ncurses-term (Closes: #899394).
      * Add Build-Depends-Package annotations to the symbols files.
      * Add a lintian override to ncurses-examples for
        package-contains-documentation-outside-usr-share-doc.
      * Upgrade Standards-Version to 4.3.0, no changes needed.
    
    ncurses (6.1+20181013-1) unstable; urgency=medium
    
      * New upstream patchlevel.
        - Modify configure scripts to reduce relinking/ranlib during library
          install.  Together with the next change, this Closes: #903790.
      * Configure with --disable-relink.
      * Fix wrong-path-for-interpreter lintian error in ncurses-examples.
      * Add Breaks against libunibilium4 (<< 2.0.0-3) to ncurses-base and
        ncurses-term (Closes: #904337).
      * Upgrade Standards-Version to 4.2.1, no further changes needed.
    
    ncurses (6.1+20180714-1) unstable; urgency=medium
    
      * New upstream patchlevel.
        - Fix a case where tiparm could return null if the format-string was
          empty (Closes: #902630).
        - Reduce use of _GNU_SOURCE for current glibc where _DEFAULT_SOURCE
          combines with _XOPEN_SOURCE (Closes: #900987).
        - Modify generated ncurses*config and ncurses.pc, ncursesw.pc, etc.,
          to list helper libraries such as gpm for static linking (see #900839).
      * Refresh Debian patches.
      * Stop building special debug libraries, and mark the -dbg packages as
        Multi-Arch: same (Addresses: #849003).
      * Build the static libraries without gpm support (Closes: #900839).
      * Upgrade Standards-Version to 4.1.5, no changes needed.
    
     -- Matthias Klose <email address hidden>  Tue, 12 Feb 2019 14:20:38 +0100
  • ncurses (6.1+20180210-4ubuntu1) cosmic; urgency=medium
    
      * Merge with Debian; remaining changes:
        - Add a simple autopkgtest to the package.
        - Build x32 packages.
        - Build lib32 packages on s390x.
    
    ncurses (6.1+20180210-4) unstable; urgency=medium
    
      * Take over the dvtm and dvtm-256color terminfo entries from the dvtm
        package in ncurses-term (see #897953).
      * Cherry-pick a fix from the 20180519 patchlevel: add check in
        pair_content() to handle the case where caller asks for an
        uninitialized pair (Closes: #898658).
      * Move screen.xterm-256color and rxvt-unicode-256color terminfo entries
        from ncurses-term to ncurses-base (Closes: #898666, #898948).
      * Speed up binary-indep builds by building only the configurations
        necessary to install and run tic.
        - Move the g++-muiltilib build dependency to Build-Depends-Arch.
    
    ncurses (6.1+20180210-3) unstable; urgency=medium
    
      * Add back "Suggests: ncurses-doc" to libncurses-dev which inadvertently
        got lost in 6.1+20180210-1 (Closes: #897035).
      * Cherry-pick a fix from the 20180414 patchlevel: add a null-pointer
        check in _nc_parse_entry to handle an error when a use-name is invalid
        syntax (report by Chung-Yi Lin, CVE-2018-10754).
      * Add Breaks against versions of bash-static and zsh-static which were
        built with libtinfo before 6.1 to ncurses-{base,term}.
    
     -- Matthias Klose <email address hidden>  Wed, 23 May 2018 10:26:09 +0200