summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2012-07-22debian/*: /bin/zsh4 → /bin/zsh5, etc.Axel Beckert7-20/+20
2012-07-22Add groff to build-dependencies (for pdfroff)Axel Beckert1-1/+1
2012-07-22Update autotools patchesAxel Beckert2-129/+228
2012-03-04Use stricter options with autoloadFrank Terbeck1-1/+1
-U suppresses alias expansion while the function is loaded. And -z forces zsh-style autoloading semantics (instead of the optional ksh-style, which someone could have set in a files that is sourced earlier than the zshrc file). Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
2012-03-04Only unalias `run-help' if the alias actually existsFrank Terbeck1-1/+1
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
2012-03-04Un-tabified and rearranged zstyle callFrank Terbeck1-2/+7
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
2012-03-04Add debian/NEWS to document the keyboard changesFrank Terbeck1-0/+24
2012-03-04Rewrite keyboard handling in zshrcFrank Terbeck1-27/+67
This change makes proper use of `$terminfo[]', because it makes sure that zle (zsh's line editor) puts the terminal into application mode while it is running. Then - and ONLY then - are the values from the `$terminfo[]' array valid. While doing that this also does this: a) Refactor the actual binding code b) Do not bind non-default vi-* widgets to Up and Down. The change in "b)" may be controversial because it reverts long standing debian-zshrc behaviour. However, the #zsh channel on freenode gets a *lot* of people complaining about this from debian and ubuntu systems. There even was a bug report about this: #383737. Clint commented like this: > Unfortunately this boils down to a binary division in a fundamental > belief, and either way people are unhappy. I agree. But I disagree, that the solution is to keep the non-default behaviour in that case. The package should keep the default zsh behaviour with things that boil down to "fundamental belief" and leave it to the user to decide. The bindings that were the most controversial were `Up' and `Down' bound to vi-up/down-line-or-history in viins and vicmd. This patch binds both keys to the less surprising up/down-line-or-history bindings. Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
2012-03-03No more offers a ksh alternative due to incomplete ksh emulation (Closes: ↵Axel Beckert2-4/+2
659969)
2012-02-29Also export hardening CPPFLAGS (Closes: #644400)Simon Ruderich1-1/+1
2012-02-29Really release 4.3.17-1, now with RichiH in UploadersAxel Beckert1-1/+5
2012-02-29Add Richard Hartmann to UploadersAxel Beckert1-1/+1
2012-02-27Release 4.3.17-1Richard Hartmann1-0/+9
2012-02-27Make debian/gbp.conf dynamicRichard Hartmann1-2/+3
2012-02-27Bump Standards-Version to 3.9.3 (no changes)Richard Hartmann1-1/+1
2012-02-21Prepare 4.3.16-1Axel Beckert1-0/+22
2012-02-21Add stamp-h.in to extend-diff-ignoreAxel Beckert1-1/+1
2012-02-21Raise upstream-branch version in gbp.conf to zsh-4.3.16Axel Beckert1-1/+1
2012-01-23Raise upstream-branch version in gbp.conf to zsh-4.3.15Michael Prokop1-1/+1
2012-01-23Enable hardening options (Closes: #644400)Pierre Chifflier1-2/+6
2012-01-22Prepare upload of 4.3.15-1 to unstableAxel Beckert1-4/+6
2012-01-22Add some more (re)generated files to extend-diff-ignore in debian/source/optionsAxel Beckert1-1/+1
2012-01-22Prepare new upstream release packagingAxel Beckert1-5/+7
Do not use ~ds1 for now
2011-12-14Change changelog entry from 4.3.13~ds1-1 to 4.3.14~ds1-1Axel Beckert1-3/+3
2011-12-14at2quilt: Updating autotools patchesAxel Beckert2-447/+481
2011-12-07Use generated orig.tar.gz instead of upstream's tarball for nowAxel Beckert2-2/+9
This fixes some file regeneration issues, e.g. with man pages. (Closes: #646046)
2011-12-07Mention #634609 just onceAxel Beckert1-2/+1
2011-12-07Update changelog to reflect what has been fixed upstreamAxel Beckert1-1/+4
2011-12-01Release new version 4.3.13-1Frank Terbeck1-0/+25
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
2011-12-01provide debian/gbp.conf for git-buildpackage and friendsMichael Prokop2-0/+18
Simplify (automated) building via git-buildpackage by shipping an according debian/gbp.conf configuration file.
2011-12-01at2quilt: Updating autotools patchesFrank Terbeck2-9/+61
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
2011-12-01Removing upstream patches due to new releaseFrank Terbeck5-224/+0
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
2011-10-14_bts: Update list of tags (Closes: #641162)Ansgar Burchardt2-0/+34
2011-10-14Add "tinfo" to --with-term-lib flag (Closes: #645112)Mitsuya Shibata1-1/+1
2011-07-19Use one positive arch-spec instead of several negated ones (Closes: #634609)Frank Terbeck1-1/+1
This should be used to close the named bug instead of 7c61c9184e.
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