Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-13 | Add patch by Bart Schaefer which should further mitigate #759870 | Axel Beckert | 2 | -0/+18 | |
2014-10-13 | Cherry-pick 2d14c085 (33445: fix handling of -s when combined with -i at ↵ | Axel Beckert | 2 | -0/+67 | |
shell invocation) from upstream | |||||
2014-10-13 | Cherry-pick 521313b4 (Tests for workers/33429) from upstream | Axel Beckert | 2 | -0/+28 | |
2014-10-13 | Cherry-pick 605a73e4 (33429: disallow non-integer values for HISTSIZE and ↵ | Axel Beckert | 2 | -0/+61 | |
SAVEHIST of "fc -p", and fix crash on zero values for same) from upstream | |||||
2014-10-13 | Cherry-pick 22c4ea42 (33403: be conservative about redirecting _call_program ↵ | Axel Beckert | 2 | -0/+21 | |
stderr, the caller may have already done so) from upstream | |||||
2014-10-13 | Cherry-pick a03227de (33405: vcs_info: Make sure maxexports is set when ↵ | Axel Beckert | 3 | -0/+72 | |
VCS_INFO_set is called) from upstream | |||||
2014-10-08 | Move 9982ab6f to a cherry-picked patch | Axel Beckert | 2 | -0/+31 | |
This reverts our fad0d343 and upstream's 9982ab6f only inside the debian branch. The package built fine that way, but jenkins insisted on building against the zsh-5.0.7 tag. We may need to cherry-pick 9982ab6f in the debian branch before merging the zsh-5.0.8 tag. | |||||
2014-10-08 | Drop all cherry-picked patches | Axel Beckert | 3 | -182/+0 | |
2014-10-01 | Cherry-pick 87270496 from upstream: Fixes hanging in freejob from TRAPCHLD | Axel Beckert | 2 | -0/+137 | |
Mitigates if not fixes: #760061 | |||||
2014-09-20 | Cherry-pick 4414e54e from upstream: Fixes regression with shared or ↵ | Axel Beckert | 2 | -0/+45 | |
incremental history when trying to read .zsh_history with hist_fcntl_lock Closes: #761597 | |||||
2014-08-12 | Refresh replace-texi2html-with-makeinfo, drop ↵ | Axel Beckert | 3 | -37/+1 | |
texi2html-conf-source-dir-vs-build-dir … and bump upstream version in preliminary changelog entry. | |||||
2014-08-11 | Add patch to fix source vs build directory mixup | Axel Beckert | 2 | -0/+36 | |
2014-08-11 | Refresh patch replace-texi2html-with-makeinfo | Axel Beckert | 1 | -5/+5 | |
2014-08-11 | Remove all patches which were cherry-picked from upstream | Axel Beckert | 4 | -262/+0 | |
2014-06-10 | Cherry pick upstream fix for INC_APPEND_HISTORY regression (Closes: #749969) | Axel Beckert | 2 | -0/+142 | |
2014-05-31 | Cherry pick apt and apt-mark completion updates from upstream (Closes: #691526) | Axel Beckert | 3 | -0/+120 | |
The following patches were cherry-picked into debian/patches, but with changelog diffs omitted. They didn't apply (for obvious reasons) and aren't relevant either (for obvious reasons, too). 32533: add completion for "apt-mark" (60bedea3) 32532: completion for "apt" command (d397599c) | |||||
2013-12-15 | Remove use-dev-null-instead-of-dev-tty-for-dash-c-test.patch again | Axel Beckert | 2 | -22/+0 | |
It was introduced in the hope it would fix test suite failures on hurd, but instead it made the test suite hang. See https://buildd.debian.org/status/fetch.php?pkg=zsh&arch=hurd-i386&ver=5.0.2-6&stamp=1382813718 and https://buildd.debian.org/status/fetch.php?pkg=zsh&arch=hurd-i386&ver=5.0.2-test-3-1&stamp=1386548502 So since we now ignore the test suite results on hurd-i386, it's better to have a failing test suite than to have a hanging test suite. | |||||
2013-12-15 | Drop fix-A05execution-ztst-setopt-MONITOR.patch (applied upstream) | Axel Beckert | 2 | -28/+0 | |
2013-12-03 | A05execution-ztst-setopt-MONITOR.patch: Add second occurrence | Axel Beckert | 1 | -5/+16 | |
Also add references to the patch's origins. | |||||
2013-12-02 | Add patch which hopefully fixes test suite failures on Jenkins builds | Axel Beckert | 2 | -0/+17 | |
2013-12-02 | Refresh patch replace-texi2html-with-makeinfo | Axel Beckert | 1 | -3/+3 | |
2013-11-07 | Remove patches applied upstream | Axel Beckert | 6 | -130/+0 | |
2013-10-01 | C02cond.ztst: Use /dev/null instead of /dev/tty for -c test | Axel Beckert | 3 | -28/+22 | |
Hopefully solves the according test suite failures on Hurd. Suggested by Bart Martens. | |||||
2013-09-23 | check-for-dev-tty-before-using-it.patch: Don't descend into /dev/ subdirectories | Axel Beckert | 1 | -1/+1 | |
find trying to delve into subdirectories of /dev/ it has no access to is not necessary, but may cause FTBFS, e.g. if VirtualBox is installed: drwxr-x--- 4 root vboxusers 80 Sep 3 23:44 /dev/vboxusb/ | |||||
2013-09-20 | Add patch to make test suite "-c" test more flexible, should prevent FTBFS ↵ | Axel Beckert | 2 | -0/+28 | |
on Hurd Thanks: Pino Toscano | |||||
2013-09-20 | Revert "Add conditional patch to prevent FTBFS on Hurd in case of wrong test ↵ | Axel Beckert | 1 | -29/+0 | |
assumptions" This reverts commit ba5c7320d4876deb14dba60584fcdf5d5774e13b. | |||||
2013-09-20 | Add conditional patch to prevent FTBFS on Hurd in case of wrong test assumptions | Axel Beckert | 1 | -0/+29 | |
debian/rules now calls debian/patch-test-suite.sh with some parameters to modify or unmodify Test/C02cond.ztst in a way that either the character device for testing zsh's -c either exists or the test for -c is disabled at all. There are three ways in which debian/patch-test-suite.sh can patch Test/C02cond.ztst: * Not at all if /dev/tty exists and is a character device. * Replace all occurrences of /dev/tty with another tty in case /dev/tty does not exist, but others do. * Disable the test for zsh's -c completely if no tty at all is available as to be tested character device. | |||||
2013-09-19 | Mark patch as applied upstream | Axel Beckert | 1 | -0/+1 | |
Git-Dch: Ignore | |||||
2013-09-19 | Fix author of patch | Axel Beckert | 1 | -1/+1 | |
Git-Dch: Ignore | |||||
2013-09-19 | Format all patch headers DEP3 compliant | Axel Beckert | 6 | -8/+13 | |
Also add some more pointers to upstream relations | |||||
2013-09-18 | Add patch to fix segfault in compinit's get_cvdef/freecvdef | Axel Beckert | 2 | -0/+18 | |
Was triggered by the task tab completion. | |||||
2013-08-26 | Replace texi2html by makeinfo | Axel Beckert | 2 | -0/+17 | |
Add patch to replace texi2html by makeinfo in Doc/Makefile.in. Fixes lintian warning build-depends-on-obsolete-package | |||||
2013-06-17 | Add patch to fix warnings in VCS_INFO's stgit support when guilt is used | Axel Beckert | 2 | -0/+23 | |
Thanks: Frank Terbeck <ft@bewatermyfriend.org> for the patch | |||||
2013-06-13 | Remove leading whitespace from texinfo directory entry | Axel Beckert | 2 | -0/+20 | |
Closes: #711516 | |||||
2013-05-09 | Fix FTBFS with texinfo versions >= 5 | Axel Beckert | 3 | -0/+64 | |
Cherry-picked upstream patches 67a4be36c6203c26c3912c07441f42e3965f0fa8 and b174a0df054929efd7804922750c71adeb8e0b57 Also add a build-dependency on texlive-latex-recommended if only texinfo >= 5 is available. | |||||
2012-12-28 | Replace at2quilt with the automatic dh-autoreconf | Axel Beckert | 3 | -15486/+0 | |
2012-12-21 | Refresh patches | Axel Beckert | 2 | -6/+6 | |
2012-12-17 | New upstream test release | Axel Beckert | 2 | -11/+55 | |
2012-07-22 | Update autotools patches | Axel Beckert | 2 | -129/+228 | |
2011-12-14 | at2quilt: Updating autotools patches | Axel Beckert | 2 | -447/+481 | |
2011-12-01 | at2quilt: Updating autotools patches | Frank Terbeck | 2 | -9/+61 | |
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org> | |||||
2011-12-01 | Removing upstream patches due to new release | Frank Terbeck | 5 | -224/+0 | |
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org> | |||||
2011-10-14 | _bts: Update list of tags (Closes: #641162) | Ansgar Burchardt | 2 | -0/+34 | |
2011-07-01 | Support -F completion for aptitude (Closes: #632140) | Frank Terbeck | 2 | -0/+56 | |
2011-07-01 | Include _git patches from upstream (Closes: #630906) | Frank Terbeck | 2 | -0/+113 | |
The included patches enable fallback to file name completion for unknown sub-commands as well as the registration of addon completions such as _git-buildpackage. | |||||
2011-06-28 | Adding support for (un)markauto in _apt (Closes: #631795) | Frank Terbeck | 2 | -0/+21 | |
2011-06-02 | at2quilt: Updating autotools patches | Frank Terbeck | 3 | -8/+61 | |
With the 4.3.12 release we can finally put those patches into the quilt series file and actually use them. I hope this works as planed. | |||||
2011-06-02 | Removing upstream patches due to new release | Frank Terbeck | 10 | -260/+0 | |
2011-04-27 | Fix screen completion for serial devices (Closes: #623522) | Frank Terbeck | 2 | -0/+36 | |
2011-03-09 | Fix for crash in incorrect bash-like index usage | Frank Terbeck | 2 | -0/+43 | |