summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-07-19Use hurd-any etc. instead of hurd-i386 (Closes: #634609)Frank Terbeck1-1/+1
2011-07-01Support -F completion for aptitude (Closes: #632140)Frank Terbeck2-0/+56
2011-07-01Include _git patches from upstream (Closes: #630906)Frank Terbeck2-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-28Adding support for (un)markauto in _apt (Closes: #631795)Frank Terbeck2-0/+21
2011-06-16Release 4.3.12-1 and reformat changelog entry a little bitAxel Beckert1-5/+6
2011-06-16Fix lintian warning "maintainer-script-without-set-e" also for zsh-staticAxel Beckert3-3/+9
2011-06-14[dch-ignore] Update changelogAxel Beckert1-3/+15
2011-06-14Abort package build in case of unexpected changes to upstream codeAxel Beckert1-0/+1
2011-06-14debian/source/options: Ignore Util/difflog.pl, configure and config.h.in for ↵Axel Beckert1-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-14Override Lintian warnings about statically linked stuff in zsh-staticAxel Beckert2-0/+4
2011-06-14Fixed lintian warning "description-synopsis-starts-with-article"Axel Beckert1-4/+4
2011-06-14Fixed lintian warning "maintainer-script-without-set-e"Axel Beckert3-3/+9
2011-06-14Fixed lintian warning "binary-control-field-duplicates-source"Axel Beckert1-2/+0
Removed "Section: shells" from the zsh and zsh-static binary packages.
2011-06-14Add Frank Terbeck to Uploaders, so Lintian doesn't regard his changelog ↵Axel Beckert1-1/+1
entries as NMUs
2011-06-14debian/watch: Prefer .tar.bz2 over .tar.gzAxel Beckert1-1/+1
2011-06-14[dch-ignore] Add commit ID for last changelog entryAxel Beckert1-1/+1
2011-06-14Bump Standards-Version to 3.9.2 (no changes)Axel Beckert2-2/+6
2011-06-14[dch-ignore] Make changelog entry more clearAxel Beckert1-1/+2
2011-06-02Release new version 4.3.12-1Frank Terbeck1-3/+10
2011-06-02rules: system.h was renamed to zsh_system.hFrank Terbeck1-1/+1
2011-06-02Workflow updatesFrank Terbeck1-6/+88
2011-06-02workflow.org: Fix structureFrank Terbeck1-20/+22
This paragraph needed to be a child of "Update the autotools files for the new release".
2011-06-02Add do-dch script for convenienceFrank Terbeck1-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 releaseFrank Terbeck1-0/+1
Closing bug(s).
2011-06-02[dch-ignore] changelog: urcl updateFrank Terbeck1-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-02Enable additional $fpath entries for add-ons from other packages (Closes: ↵Frank Terbeck1-0/+1
#620452) Completions should go to: /usr/share/zsh/vendor-completions Function similarly go to: /usr/share/zsh/vendor-functions
2011-06-02at2quilt: Updating autotools patchesFrank Terbeck3-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-02Add urcl script for changelog updates at upstream releasesFrank Terbeck1-0/+102
2011-06-02Merge commit 'zsh-4.3.12' into debianFrank Terbeck192-5107/+11353
2011-06-02Removing upstream patches due to new releaseFrank Terbeck10-260/+0
2011-05-31unposted: releaset 4.3.12Peter Stephenson2-3/+7
2011-05-29unposted: Completion/Unix/Command/_git: Update git-branch completion to dealNikolai Weibull2-8/+19
with -r and -d correctly.
2011-05-27histlexwords splitting of ";;" in casePeter Stephenson2-2/+13
2011-05-2729385: document when local-directories is used instead of directoriesMikael Magnusson2-3/+9
2011-05-2729387: add completion for at and friendsMikael Magnusson3-1/+44
2011-05-2729392: remove use-perl style docsMikael Magnusson2-12/+4
2011-05-2729334: complete with _arguments -- for zshMikael Magnusson2-2/+8
2011-05-2729384: Add _comp_caller_optionsMikael Magnusson5-6/+14
2011-05-2728364: document another special highlightMikael Magnusson2-1/+11
2011-05-2729382: apply 29374 to zccmd_input too.Bart Schaefer2-4/+8
2011-05-2729329: fix undefined behaviour in math.cMikael Magnusson2-2/+6
2011-05-27unposted: document PROMPT_EOL_MARK can be emptyMikael Magnusson2-3/+6
2011-05-2729376: redefine _initctl tooMikael Magnusson2-33/+39
2011-05-2729365: redefine _make() in _make.Mikael Magnusson2-67/+75
2011-05-2629331: note g:: flag in NEWSMikael Magnusson2-1/+12
2011-05-26unposted: expand CONTRIBUTORSPeter Stephenson2-4/+6
2011-05-2629374: exit ZLE immediately if exit pending when keypress expectedPeter Stephenson2-3/+8
2011-05-25changelogPeter Stephenson1-2/+2
2011-05-25Bernhard Tittelbach: 29371: completion for initctl etc.Peter Stephenson3-1/+189
2011-05-25Transposed digits typo.Bart Schaefer1-2/+2