[ubuntu/bionic-proposed] zsh 5.4.2-3ubuntu1 (Accepted)

Julian Andres Klode juliank at ubuntu.com
Fri Jan 19 10:24:29 UTC 2018


zsh (5.4.2-3ubuntu1) bionic; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - debian/zshrc: Enable completions by default, unless skip_global_compinit
      is set.
    - Support cross-compiling:
      - Adjust upstream autoconf cross-compile default fallbacks.
      - Skip zcompile when cross-compiling.
      - Add libelf-dev dependency.

zsh (5.4.2-3) unstable; urgency=low

  * debian/rules:
    + [5df0d11d,9d0df8ac,28b774be,fd367287] Switch from explicit targets
      to a "minimal" dh style.
    + [616bc13e] Drop some no more needed, fitting or relevant comments.
  * [48f580fc,40eff612] Declare compliance with Debian Policy 4.1.3. (No
    other changes were required.)
  * [90037107] Bump debhelper compatibility to 11.
    + Update versioned build-dependency on debhelper accordingly.

zsh (5.4.2-2) unstable; urgency=medium

  * [efc08e15] Declare compliance with Debian Policy 4.1.1. (No other
    changes required.)
  * [efa4b98e] Set "Rules-Requires-Root: no"
    + Drop "-o root -g root" from $(INSTALL_PROGRAM) in debian/rules. (No
      more needed, user/group are either set by dh_fixperms or dpkg-deb
      nowadays.)
  * [c6da4ef3] dh_strip: Use --dbgsym-migration instead of historical
    --ddeb-migration.

zsh (5.4.2-1) unstable; urgency=medium

  * [4aaf06e6] Import new upstream bugfix release 5.4.2.
  * [48098e7b] Document change of default behaviour in 5.4.1 in
    NEWS.Debian. (Closes: #871816)
  * [f33de64a] Declare compliance with Debian Policy 4.1.0. (No other
    changes needed.)

zsh (5.4.1-1) unstable; urgency=low

  [ Axel Beckert ]
  * [e3b67a81] Import new upstream release 5.4.1.
    + [4d67d694] Drop all patches except
      further-mitigate-test-suite-hangs.patch and
      update-debian-sections.patch. (were either applied upstream or
      cherry-picked)
    + [385cb9b9] Fixes incomplete completion list for "man -a". (Closes:
      #853130)
  * [d0927608] Drop build-dependencies on autotools-dev and dh-autoreconf.
    No more needed with debhelper compatibility level 10 and the according
    versioned build-dependency.
  * [4cbb9256,9574eafe] Replace dh_autotools-dev_*config with
    dh_update_autotools_config (+ dh_clean).

  [ Daniel Shahaf ]
  * [e795f448] Change the value of $ZSH_PATCHLEVEL to sport the Debian
    package version including the Debian package revision.

zsh (5.3.1-5) unstable; urgency=medium

  * [aa55c6bb] Patch configure.ac to add support for yodl 4 to yodl
    version check. (Closes: #865492)
  * [ffdd3ef2] Switch all http://www.zsh.org/ and http://www.debian.org/
    URLs in packaging to HTTPS.
  * [42e6d850] Declare compliance with Debian Policy 4.0.0. (No further
    changes were required.)
  * [2b2aa74d] Bump debhelper compatibility to 10.
    + Update versioned build-dependency on debhelper accordingly.
    + Remove all --parallel options from debian/rules.

zsh (5.3.1-4) unstable; urgency=high

  * [5c3b52b8] Reorder zsh.postinst: do alternatives removal before
    (re)creating /usr/bin/zsh symlink. Thanks to ilf for the bug report
    and Adrian Bunk for finding the right solution. (Closes: #860033)

zsh (5.3.1-3) unstable; urgency=medium

  * [348c47bd] Cherry-pick four stability patches from upstream:
    + [48cadf48] 40285: Src/Zle/zle_hist.c: more care needed managing
      patterns in history isearch if there are hooks around.
    + [2e76fb80] 40372: Completion/compinit: turn off POSIX_IDENTIFIERS
      option for completion.
    + [8d4c9854] 40260: Src/prompt.c: Set newly allocated space in prompt
      buffer to zero as it may be tested.
    + [ebd7fdd9] 40362: Src/Zle/computil.c: need duplicated values for
      setting parameter in compvalues.  Was causing obscure but
      surprisingly rare crashes in value completion.

zsh (5.3.1-2) unstable; urgency=low

  * [c95b2f20] Add patches posted by Daniel Shahaf on zsh-workers to
    update bts completion and add swaks completion.
  * [3ab2793a] Add lintian override for debian-news-entry-uses-asterisk as
    that won't change.
  * [f1b49f7e] Use dh_clean's directory removal feature added in debhelper
    9.20151116. Update versioned debhelper build-dependency accordingly.
  * [beb9a8a3] Apply "wrap-and-sort -a".

zsh (5.3.1-1) unstable; urgency=low

  * [06b1b7a3] Import new upstream release
  * [ea5d92e0] bug-script: Add ondir to list of packages which provide
    code meant to be sourced in .zshrc.
  * [01a55419] Add patch by Daniel Shahaf to make zsh-dev reproducible.
    (c.f. #849288)
  * [39e03ff0] Remove zsh.postinst code which was commented for longer
    than we use git.
  * [2be20bd0] Only handle /usr/bin/zsh symlink in postrm/remove and
    postinst/configure stages. (Closes: #841048)

zsh (5.3-1) unstable; urgency=low

  [ Axel Beckert ]
  * [4cfdbdb8] Import new upstream release.
  * Upload to unstable again.

  [ Josh Triplett, Daniel Shahaf, Axel Beckert ]
  * [7d6c5d6c,dca380d6,f9fbafb1] Add patch to update for new Debian
    programming language sections. (Closes: #847540)

zsh (5.2-test-3-1) experimental; urgency=low

  * [b1f62d9d] Third and "final" upstream test version before 5.3.

zsh (5.2-test-2-1) experimental; urgency=low

  * [9f605904] Second upstream test version before 5.3.
    + [972e1fe6] Remove cherry-picked patch.

zsh (5.2-test-1-1) experimental; urgency=low

  * [3e439c38] New upstream test release 5.2-test-1.
    + [bcb52460]: "&&" inside a shell function could mess up ERR_EXIT
      outside. (Closes: #514857)
    + [02f03a6a]: _schroot: Add -r/--run-session. (Closes: #831900)
    + [b3a88a53]: $SPROMPT: Don't accept a spelling correction at
      space/tab. (Closes: #844710)
    + [6e966f69+7154052e]: Clarify documentation of the ':A' word
      modifier. Add new :P history modifier. (Closes: #607615)
    + [3b69b121] typeset: Document exit status difference from parameter
      assignment statements. (Closes: #479841)
  * [b2e45bd3] Update path to zsh used in GUI menus. Thanks Mika Prokop!
  * [6783a173] Merge debian-stretch branch into (currently experimental)
    debian branch again.
  * [2aedc4b8] Remove cherry-picked
    fix-segfault-in-is_cond_binary_op.patch
  * [516efade] Cherry-pick af2ab0247: attempt to make output from
    interactive test more robust

Date: Fri, 19 Jan 2018 10:11:06 +0100
Changed-By: Julian Andres Klode <juliank at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/zsh/5.4.2-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 19 Jan 2018 10:11:06 +0100
Source: zsh
Binary: zsh-common zsh zsh-doc zsh-static zsh-dev
Architecture: source
Version: 5.4.2-3ubuntu1
Distribution: bionic
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Julian Andres Klode <juliank at ubuntu.com>
Description:
 zsh        - shell with lots of features
 zsh-common - architecture independent files for Zsh
 zsh-dev    - shell with lots of features (development files)
 zsh-doc    - zsh documentation - info/HTML format
 zsh-static - shell with lots of features (static link)
Closes: 479841 514857 607615 831900 841048 844710 847540 853130 860033 865492 871816
Changes:
 zsh (5.4.2-3ubuntu1) bionic; urgency=low
 .
   * Merge from Debian unstable.  Remaining changes:
     - debian/zshrc: Enable completions by default, unless skip_global_compinit
       is set.
     - Support cross-compiling:
       - Adjust upstream autoconf cross-compile default fallbacks.
       - Skip zcompile when cross-compiling.
       - Add libelf-dev dependency.
 .
 zsh (5.4.2-3) unstable; urgency=low
 .
   * debian/rules:
     + [5df0d11d,9d0df8ac,28b774be,fd367287] Switch from explicit targets
       to a "minimal" dh style.
     + [616bc13e] Drop some no more needed, fitting or relevant comments.
   * [48f580fc,40eff612] Declare compliance with Debian Policy 4.1.3. (No
     other changes were required.)
   * [90037107] Bump debhelper compatibility to 11.
     + Update versioned build-dependency on debhelper accordingly.
 .
 zsh (5.4.2-2) unstable; urgency=medium
 .
   * [efc08e15] Declare compliance with Debian Policy 4.1.1. (No other
     changes required.)
   * [efa4b98e] Set "Rules-Requires-Root: no"
     + Drop "-o root -g root" from $(INSTALL_PROGRAM) in debian/rules. (No
       more needed, user/group are either set by dh_fixperms or dpkg-deb
       nowadays.)
   * [c6da4ef3] dh_strip: Use --dbgsym-migration instead of historical
     --ddeb-migration.
 .
 zsh (5.4.2-1) unstable; urgency=medium
 .
   * [4aaf06e6] Import new upstream bugfix release 5.4.2.
   * [48098e7b] Document change of default behaviour in 5.4.1 in
     NEWS.Debian. (Closes: #871816)
   * [f33de64a] Declare compliance with Debian Policy 4.1.0. (No other
     changes needed.)
 .
 zsh (5.4.1-1) unstable; urgency=low
 .
   [ Axel Beckert ]
   * [e3b67a81] Import new upstream release 5.4.1.
     + [4d67d694] Drop all patches except
       further-mitigate-test-suite-hangs.patch and
       update-debian-sections.patch. (were either applied upstream or
       cherry-picked)
     + [385cb9b9] Fixes incomplete completion list for "man -a". (Closes:
       #853130)
   * [d0927608] Drop build-dependencies on autotools-dev and dh-autoreconf.
     No more needed with debhelper compatibility level 10 and the according
     versioned build-dependency.
   * [4cbb9256,9574eafe] Replace dh_autotools-dev_*config with
     dh_update_autotools_config (+ dh_clean).
 .
   [ Daniel Shahaf ]
   * [e795f448] Change the value of $ZSH_PATCHLEVEL to sport the Debian
     package version including the Debian package revision.
 .
 zsh (5.3.1-5) unstable; urgency=medium
 .
   * [aa55c6bb] Patch configure.ac to add support for yodl 4 to yodl
     version check. (Closes: #865492)
   * [ffdd3ef2] Switch all http://www.zsh.org/ and http://www.debian.org/
     URLs in packaging to HTTPS.
   * [42e6d850] Declare compliance with Debian Policy 4.0.0. (No further
     changes were required.)
   * [2b2aa74d] Bump debhelper compatibility to 10.
     + Update versioned build-dependency on debhelper accordingly.
     + Remove all --parallel options from debian/rules.
 .
 zsh (5.3.1-4) unstable; urgency=high
 .
   * [5c3b52b8] Reorder zsh.postinst: do alternatives removal before
     (re)creating /usr/bin/zsh symlink. Thanks to ilf for the bug report
     and Adrian Bunk for finding the right solution. (Closes: #860033)
 .
 zsh (5.3.1-3) unstable; urgency=medium
 .
   * [348c47bd] Cherry-pick four stability patches from upstream:
     + [48cadf48] 40285: Src/Zle/zle_hist.c: more care needed managing
       patterns in history isearch if there are hooks around.
     + [2e76fb80] 40372: Completion/compinit: turn off POSIX_IDENTIFIERS
       option for completion.
     + [8d4c9854] 40260: Src/prompt.c: Set newly allocated space in prompt
       buffer to zero as it may be tested.
     + [ebd7fdd9] 40362: Src/Zle/computil.c: need duplicated values for
       setting parameter in compvalues.  Was causing obscure but
       surprisingly rare crashes in value completion.
 .
 zsh (5.3.1-2) unstable; urgency=low
 .
   * [c95b2f20] Add patches posted by Daniel Shahaf on zsh-workers to
     update bts completion and add swaks completion.
   * [3ab2793a] Add lintian override for debian-news-entry-uses-asterisk as
     that won't change.
   * [f1b49f7e] Use dh_clean's directory removal feature added in debhelper
     9.20151116. Update versioned debhelper build-dependency accordingly.
   * [beb9a8a3] Apply "wrap-and-sort -a".
 .
 zsh (5.3.1-1) unstable; urgency=low
 .
   * [06b1b7a3] Import new upstream release
   * [ea5d92e0] bug-script: Add ondir to list of packages which provide
     code meant to be sourced in .zshrc.
   * [01a55419] Add patch by Daniel Shahaf to make zsh-dev reproducible.
     (c.f. #849288)
   * [39e03ff0] Remove zsh.postinst code which was commented for longer
     than we use git.
   * [2be20bd0] Only handle /usr/bin/zsh symlink in postrm/remove and
     postinst/configure stages. (Closes: #841048)
 .
 zsh (5.3-1) unstable; urgency=low
 .
   [ Axel Beckert ]
   * [4cfdbdb8] Import new upstream release.
   * Upload to unstable again.
 .
   [ Josh Triplett, Daniel Shahaf, Axel Beckert ]
   * [7d6c5d6c,dca380d6,f9fbafb1] Add patch to update for new Debian
     programming language sections. (Closes: #847540)
 .
 zsh (5.2-test-3-1) experimental; urgency=low
 .
   * [b1f62d9d] Third and "final" upstream test version before 5.3.
 .
 zsh (5.2-test-2-1) experimental; urgency=low
 .
   * [9f605904] Second upstream test version before 5.3.
     + [972e1fe6] Remove cherry-picked patch.
 .
 zsh (5.2-test-1-1) experimental; urgency=low
 .
   * [3e439c38] New upstream test release 5.2-test-1.
     + [bcb52460]: "&&" inside a shell function could mess up ERR_EXIT
       outside. (Closes: #514857)
     + [02f03a6a]: _schroot: Add -r/--run-session. (Closes: #831900)
     + [b3a88a53]: $SPROMPT: Don't accept a spelling correction at
       space/tab. (Closes: #844710)
     + [6e966f69+7154052e]: Clarify documentation of the ':A' word
       modifier. Add new :P history modifier. (Closes: #607615)
     + [3b69b121] typeset: Document exit status difference from parameter
       assignment statements. (Closes: #479841)
   * [b2e45bd3] Update path to zsh used in GUI menus. Thanks Mika Prokop!
   * [6783a173] Merge debian-stretch branch into (currently experimental)
     debian branch again.
   * [2aedc4b8] Remove cherry-picked
     fix-segfault-in-is_cond_binary_op.patch
   * [516efade] Cherry-pick af2ab0247: attempt to make output from
     interactive test more robust
Checksums-Sha1:
 d6a2879570f7a34e75389d933c3026d79cd0c23b 2652 zsh_5.4.2-3ubuntu1.dsc
 20fedccfa9d170e6f6a13323cb85fd3f0b20d8b9 2616124 zsh_5.4.2.orig.tar.xz
 63c9770cebdad2ebadbba5a4cb9dfee72dd7d7a2 79364 zsh_5.4.2-3ubuntu1.debian.tar.xz
 af359afafb0016ba4db4bd76aa2bdade0ed7d950 9406 zsh_5.4.2-3ubuntu1_source.buildinfo
Checksums-Sha256:
 2203ebbd733de7ccca66c4ee46cd5bc5aae1698bc897698f11d696b068139e49 2652 zsh_5.4.2-3ubuntu1.dsc
 3d174d01a7835e63f63991d1786f95b740646d9894d45a6bb0fba4615e73634c 2616124 zsh_5.4.2.orig.tar.xz
 838d33d8cddc29e0a5414219292c17a72f6f2799776b32189855e091b0fcfe2b 79364 zsh_5.4.2-3ubuntu1.debian.tar.xz
 bb9211596abe1b098e743f7a52a43aed9c32c6a2e142db217e4c7b032628c54b 9406 zsh_5.4.2-3ubuntu1_source.buildinfo
Files:
 e52a64bd8ec98f118a0d365b7acf40ad 2652 shells optional zsh_5.4.2-3ubuntu1.dsc
 6d63abca42d925f0e29f4992b2478b40 2616124 shells optional zsh_5.4.2.orig.tar.xz
 da20fb17a9e168099a99dbd09455ccbc 79364 shells optional zsh_5.4.2-3ubuntu1.debian.tar.xz
 5b8ceb8c61a2c63f741bd1ede4b2a9af 9406 shells optional zsh_5.4.2-3ubuntu1_source.buildinfo
Original-Maintainer: Debian Zsh Maintainers <pkg-zsh-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----

iQJHBAEBCgAxFiEEzeVhi4gF/W4gLOnC1zw55WWAs4YFAlphtkgTHGp1bGlhbmtA
dWJ1bnR1LmNvbQAKCRDXPDnlZYCzhgwPD/0Z+gV+S5XIhYkHZdgXzdNpNkJyvgSt
3Fp2Wt1tQpm7jzdYY8SXguGvkOxWdlSOG4UFSt4xlwms7OV9XWgFyMWTFFDiAQqN
dn2hkFQa0wQ+MgiMCkbHU/PCiamWLocjW7r0BEIETzPPoBGYP4No1GMaqPDI62HU
bQ9HG24XDZhA1EW1OMIy/S4HGm6SkqdGgFuK9XJxYsx7NuBxlTeulm1rmLDIKIMo
2inguyDjxwMxIyix/Z3cPO8yN6s5Sog3hv7iHYiSg7gg3/11pKI3RQqEr12XpxUZ
fFFelaXLlR8z0Kx1RhQV7UD5Y1O9hEM52kxjrV2fUUftP5ijaALLxdy8ElA9qu78
EhwbPivteTubjwKBdAxxTq6N77q/16eylH2mKSGWj+rbrt/kHvkoa6WiwdXi7KpW
8QN/Bj8VI+69UDNjnwI4rC4jLWNDQw0meWXnGxIt2EVjJktS8CG7JNqfCknPNnZn
bv9kKiu47Dkv7WjYtB3cRE+JcBtpKNDAI+skJJPgI0bKYsykxaEQWbhnkrgpwMKh
ArmWIunEArEi7678j+QPWDVhMvHLFfaChSGgW5Tcfy/eWSpcarr3PrYarqjL8jho
xC77iAPJvR/nqTrqzhwRS4BTAmu+L+AecRoxXFNfIKNEDjuSrer6EGuv60FI7L9J
OIvrIH+PYFmZ0w==
=6/wh
-----END PGP SIGNATURE-----


More information about the Bionic-changes mailing list