summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-09-24debian/rules: Whitespace changesAxel Beckert1-12/+15
Git-Dch: Ignore
2013-09-24Require texinfo >= 5, it no more builds properly with older versionsAxel Beckert1-2/+2
The package uses "makeinfo --split=chapter" and that feature doesn't seem to be available in any stable releases before 5.0.
2013-09-24Fix typo in debian/rules commentAxel Beckert1-1/+1
Git-Dch: Ignore
2013-09-24Clean up dh_installchangelog calls by removing redundancyAxel Beckert1-3/+1
2013-09-24Simplify dh_* calls by using -a instead of listing all arch packagesAxel Beckert1-23/+11
Run dh_* commands common for all architecture-dependent only in the binary-arch target, no more in its sub-targets/dependencies. Reduces complexity and gives better overview, but removes the possibility to build complete packages by just building one of binary-arch's sub-targets.
2013-09-23Simplify dh_* calls by using -i instead of listing all indep packagesAxel Beckert1-14/+14
2013-09-23No more built zsh-common on binary-archAxel Beckert1-46/+54
... by reordering some stuff in debian/rules. Fixes error "binary-arch-produces-all" reported by the build log scanner at http://qa.debian.org/bls/packages/z/zsh.html
2013-09-23check-for-dev-tty-before-using-it.patch: Don't descend into /dev/ subdirectoriesAxel Beckert1-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-2331764: Dewreakify havoc caused by pattern disables on glob qualifiers.Peter Stephenson3-5/+13
Don't use the zpc_specials array before it's defined, it's rude.
2013-09-2231754: _git: git rm: make git rm --cached work as intendedm0viefreak2-5/+6
While limiting the completion to __git_changed-in-index_files makes perfect sense for "git diff", it is wrong to use for "git rm", because it prevents it from completing files present in HEAD. Giving --cached to git rm is supposed to "just remove it from the index, keep the working tree copy" and is in no way related to the file needing to be modified in the index in the first place.
2013-09-2231752: _git: change completion text for consistencyØystein Walle2-1/+6
2013-09-2231753: _git: correct some "undocumented" optionsm0viefreak2-10/+11
diff options: --cumulative is deprecated --> remove -G / -S: reword -S to emphase the difference to -G revision options: --abbrev: reword, to emphase the --abbrev-commit requirement
2013-09-2231751: _git: remove TODOs of actually documented optionsØystein Walle2-4/+3
No functional changes.
2013-09-2231749: _git: fix some typos in description textsØystein Walle2-16/+21
2013-09-2231748: _git: support completing remote branches without <remote>/ prefixm0viefreak2-0/+19
this is used in git 1.8's git checkout <branch> as a shorthand for git checkout -b <branch> --track <remote>/<branch> in case <branch> exists on exactly one remote and is not a local branch
2013-09-2231746: _git: reword _git-config TODOm0viefreak2-1/+6
Support for merge drivers, filter drivers, and diff drivers is missing.
2013-09-2231750: _git: add new configuration options to match latest git v1.8.3Øystein Walle2-1/+103
2013-09-2231747: _git: completion updates to match latest git v1.8.3 part 2Øystein Walle2-27/+96
2013-09-2231755: _git: completion updates to match latest git v1.8.3m0viefreak2-64/+189
2013-09-2231745: _git: correctly use __git_guard_number in some casesm0viefreak2-5/+8
The space is relevant to make the help text work as intended.
2013-09-2231744: _git: make git submodule <cmd> completion workm0viefreak2-1/+4
The -A parameter in the main completion stopped completion in the subcommands from working. Remove it.
2013-09-2231743: _git: fix usage of ->int: for some entries in _git-configm0viefreak2-9/+12
2013-09-2231741: _git: fix a wrong variable in __git_config_valuesm0viefreak2-1/+6
This probably was a copy/paste mistake.
2013-09-21unposted: improve an error message.Barton E. Schaefer2-1/+6
2013-09-20Only try to remove /etc/zsh-beta if it existsAxel Beckert1-1/+3
Suppresses irrelevant error message "rmdir: failed to remove /etc/zsh-beta: No such file or directory".
2013-09-20Add patch to make test suite "-c" test more flexible, should prevent FTBFS ↵Axel Beckert2-0/+28
on Hurd Thanks: Pino Toscano
2013-09-20Revert "Add conditional patch to prevent FTBFS on Hurd in case of wrong test ↵Axel Beckert3-88/+2
assumptions" This reverts commit ba5c7320d4876deb14dba60584fcdf5d5774e13b.
2013-09-20Add conditional patch to prevent FTBFS on Hurd in case of wrong test assumptionsAxel Beckert3-2/+88
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-20Upload to unstable as 5.0.2-4Axel Beckert1-0/+38
2013-09-19Mark patch as applied upstreamAxel Beckert1-0/+1
Git-Dch: Ignore
2013-09-1931737: same loop counter fix in get_cadef as get_cvdef.Barton E. Schaefer2-1/+5
2013-09-1931735: fix off-by-one in completion utility cache code.Axel Beckert2-1/+7
Was causing crashes in complex completions, particularly with taskwarrior
2013-09-19Fix author of patchAxel Beckert1-1/+1
Git-Dch: Ignore
2013-09-19Format all patch headers DEP3 compliantAxel Beckert6-8/+13
Also add some more pointers to upstream relations
2013-09-19Fix path passed to dh_shlibdeps for multiarchAxel Beckert1-1/+1
Broken since 6c668f5e (i.e. 5.0.2-3). Fixes error message "objdump: 'debian/zsh/usr/lib/zsh/*/zsh/*.so': No such file" in build log.
2013-09-18Add patch to fix segfault in compinit's get_cvdef/freecvdefAxel Beckert2-0/+18
Was triggered by the task tab completion.
2013-09-1431726: _git: add few more arguments for cherry-pick and revertLuka Perkov2-0/+9
Signed-off-by: Luka Perkov <luka@openwrt.org>
2013-09-1431723: _systemd: add more system commandsLuka Perkov2-1/+16
While at it move suspend command so the order of the sytem commands equals the one in the systemd help. Signed-off-by: Luka Perkov <luka@openwrt.org>
2013-09-14Remove redundant chmod from debian/rules (done by dh_fixperms anyways)Axel Beckert1-5/+0
2013-09-14Merge dh_builddeb lines which are identical after -Zxz removalAxel Beckert1-4/+2
2013-09-1031714: handle ".." properly when $PWD or the path prefix traverses a ↵Barton E. Schaefer2-2/+19
symbolic link.
2013-09-08conflict resolutionPeter Stephenson2-0/+7
2013-09-0831711: add execute-never style for MIME function system.Peter Stephenson3-1/+33
Allows alien file systems to be marked as not having executable fiels
2013-09-0731708: _git: add --fixup and --squash options to commitLuka Perkov2-0/+7
Signed-off-by: Luka Perkov <luka@openwrt.org>
2013-09-0631702: check for git rebase -i for autosquashLuka Perkov2-1/+4
2013-09-0631706: standardize handling of "test ! <x> <y> <z>"Peter Stephenson3-4/+20
2013-09-0631658: fix manual entry about getting lines from mapfilePeter Stephenson2-3/+11
2013-09-0431696: In "test" No One Can Hear If You Shriek.Peter Stephenson3-3/+38
Treat ! as a string in "test ! -a ..." and "test ! -o ...".
2013-08-29users/17955: new "disown" style for MIME handlers.Peter Stephenson3-3/+18
Makes handlers put into the background run without job control.
2013-08-29based on 31641, 31642: completion for more make variantsPeter Stephenson2-1/+6