Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-19 | Use hurd-any etc. instead of hurd-i386 (Closes: #634609) | Frank Terbeck | 1 | -1/+1 | |
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-16 | Release 4.3.12-1 and reformat changelog entry a little bit | Axel Beckert | 1 | -5/+6 | |
2011-06-16 | Fix lintian warning "maintainer-script-without-set-e" also for zsh-static | Axel Beckert | 3 | -3/+9 | |
2011-06-14 | [dch-ignore] Update changelog | Axel Beckert | 1 | -3/+15 | |
2011-06-14 | Abort package build in case of unexpected changes to upstream code | Axel Beckert | 1 | -0/+1 | |
2011-06-14 | debian/source/options: Ignore Util/difflog.pl, configure and config.h.in for ↵ | Axel Beckert | 1 | -0/+1 | |
patch generation This prevents the automatic generation of a debian-changes-$version patch because of the mentioned files. configure and config.h.in are changed by us and Util/difflog.pl is in the upstream git respectively CVS repository, but not in upstream's distribution tar ball. See http://www.zsh.org/mla/workers/2007/msg01060.html and http://zsh.git.sf.net/git/gitweb.cgi?p=zsh/zsh;a=commitdiff;h=9794b45 for details about the exclusion of Util/difflog.pl | |||||
2011-06-14 | Override Lintian warnings about statically linked stuff in zsh-static | Axel Beckert | 2 | -0/+4 | |
2011-06-14 | Fixed lintian warning "description-synopsis-starts-with-article" | Axel Beckert | 1 | -4/+4 | |
2011-06-14 | Fixed lintian warning "maintainer-script-without-set-e" | Axel Beckert | 3 | -3/+9 | |
2011-06-14 | Fixed lintian warning "binary-control-field-duplicates-source" | Axel Beckert | 1 | -2/+0 | |
Removed "Section: shells" from the zsh and zsh-static binary packages. | |||||
2011-06-14 | Add Frank Terbeck to Uploaders, so Lintian doesn't regard his changelog ↵ | Axel Beckert | 1 | -1/+1 | |
entries as NMUs | |||||
2011-06-14 | debian/watch: Prefer .tar.bz2 over .tar.gz | Axel Beckert | 1 | -1/+1 | |
2011-06-14 | [dch-ignore] Add commit ID for last changelog entry | Axel Beckert | 1 | -1/+1 | |
2011-06-14 | Bump Standards-Version to 3.9.2 (no changes) | Axel Beckert | 2 | -2/+6 | |
2011-06-14 | [dch-ignore] Make changelog entry more clear | Axel Beckert | 1 | -1/+2 | |
2011-06-02 | Release new version 4.3.12-1 | Frank Terbeck | 1 | -3/+10 | |
2011-06-02 | rules: system.h was renamed to zsh_system.h | Frank Terbeck | 1 | -1/+1 | |
2011-06-02 | Workflow updates | Frank Terbeck | 1 | -6/+88 | |
2011-06-02 | workflow.org: Fix structure | Frank Terbeck | 1 | -20/+22 | |
This paragraph needed to be a child of "Update the autotools files for the new release". | |||||
2011-06-02 | Add do-dch script for convenience | Frank Terbeck | 1 | -0/+30 | |
So we do not have to remember how to call git-dch all the time. | |||||
2011-06-02 | [dch-ignore] changelog entry: New upstream release | Frank Terbeck | 1 | -0/+1 | |
Closing bug(s). | |||||
2011-06-02 | [dch-ignore] changelog: urcl update | Frank Terbeck | 1 | -0/+7 | |
This was created using: ./debian/urcl -p=zsh -v=4.3.12-1 b495ba1e5 f575f568e0dc Now an upcoming git-dch run can use "--since=f575f568". | |||||
2011-06-02 | Enable additional $fpath entries for add-ons from other packages (Closes: ↵ | Frank Terbeck | 1 | -0/+1 | |
#620452) Completions should go to: /usr/share/zsh/vendor-completions Function similarly go to: /usr/share/zsh/vendor-functions | |||||
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 | Add urcl script for changelog updates at upstream releases | Frank Terbeck | 1 | -0/+102 | |
2011-06-02 | Merge commit 'zsh-4.3.12' into debian | Frank Terbeck | 192 | -5107/+11353 | |
2011-06-02 | Removing upstream patches due to new release | Frank Terbeck | 10 | -260/+0 | |
2011-05-31 | unposted: releaset 4.3.12 | Peter Stephenson | 2 | -3/+7 | |
2011-05-29 | unposted: Completion/Unix/Command/_git: Update git-branch completion to deal | Nikolai Weibull | 2 | -8/+19 | |
with -r and -d correctly. | |||||
2011-05-27 | histlexwords splitting of ";;" in case | Peter Stephenson | 2 | -2/+13 | |
2011-05-27 | 29385: document when local-directories is used instead of directories | Mikael Magnusson | 2 | -3/+9 | |
2011-05-27 | 29387: add completion for at and friends | Mikael Magnusson | 3 | -1/+44 | |
2011-05-27 | 29392: remove use-perl style docs | Mikael Magnusson | 2 | -12/+4 | |
2011-05-27 | 29334: complete with _arguments -- for zsh | Mikael Magnusson | 2 | -2/+8 | |
2011-05-27 | 29384: Add _comp_caller_options | Mikael Magnusson | 5 | -6/+14 | |
2011-05-27 | 28364: document another special highlight | Mikael Magnusson | 2 | -1/+11 | |
2011-05-27 | 29382: apply 29374 to zccmd_input too. | Bart Schaefer | 2 | -4/+8 | |
2011-05-27 | 29329: fix undefined behaviour in math.c | Mikael Magnusson | 2 | -2/+6 | |
2011-05-27 | unposted: document PROMPT_EOL_MARK can be empty | Mikael Magnusson | 2 | -3/+6 | |
2011-05-27 | 29376: redefine _initctl too | Mikael Magnusson | 2 | -33/+39 | |
2011-05-27 | 29365: redefine _make() in _make. | Mikael Magnusson | 2 | -67/+75 | |
2011-05-26 | 29331: note g:: flag in NEWS | Mikael Magnusson | 2 | -1/+12 | |
2011-05-26 | unposted: expand CONTRIBUTORS | Peter Stephenson | 2 | -4/+6 | |
2011-05-26 | 29374: exit ZLE immediately if exit pending when keypress expected | Peter Stephenson | 2 | -3/+8 | |
2011-05-25 | changelog | Peter Stephenson | 1 | -2/+2 | |
2011-05-25 | Bernhard Tittelbach: 29371: completion for initctl etc. | Peter Stephenson | 3 | -1/+189 | |
2011-05-25 | Transposed digits typo. | Bart Schaefer | 1 | -2/+2 | |