summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-10-20Mention https://wiki.debian.org/Zsh in README.DebianAxel Beckert1-0/+5
2014-10-20Remove zsh4 alternative after installing zsh5 alternative so that it's never ↵Axel Beckert1-1/+1
empty Git-Dch: Ignore
2014-10-20Remove alternative zsh4-static from link zsh-static, raise zsh5-static ↵Axel Beckert1-1/+2
priority by one
2014-10-20Remove alternative zsh4 from link zsh, raise zsh5 priority by one (Closes: ↵Axel Beckert1-2/+3
#766015)
2014-10-14Upload to experimental as 5.0.7-2Axel Beckert1-0/+24
2014-10-13Add patch by Bart Schaefer which should further mitigate #759870Axel Beckert2-0/+18
2014-10-13Add lintian overrides for unusual-interpreter in zsh4 wrapper scriptAxel Beckert2-0/+2
2014-10-13Shebang line of zsh4-static should read #!/bin/zsh5-static, not #!/bin/zsh5Axel Beckert1-0/+1
2014-10-13Cherry-pick 2d14c085 (33445: fix handling of -s when combined with -i at ↵Axel Beckert2-0/+67
shell invocation) from upstream
2014-10-13Cherry-pick 521313b4 (Tests for workers/33429) from upstreamAxel Beckert2-0/+28
2014-10-13Cherry-pick 605a73e4 (33429: disallow non-integer values for HISTSIZE and ↵Axel Beckert2-0/+61
SAVEHIST of "fc -p", and fix crash on zero values for same) from upstream
2014-10-13Cherry-pick 22c4ea42 (33403: be conservative about redirecting _call_program ↵Axel Beckert2-0/+21
stderr, the caller may have already done so) from upstream
2014-10-13Cherry-pick a03227de (33405: vcs_info: Make sure maxexports is set when ↵Axel Beckert3-0/+72
VCS_INFO_set is called) from upstream
2014-10-13Add debian/bin/commit2quilt for easier cherry-pickingAxel Beckert2-2/+76
Based on ft's patch2quilt, but simpler and with less restrictions.
2014-10-10Add a get-orig-source target to debian/rulesAxel Beckert2-4/+9
… instead of describing how to do it in the packaging workflow documentation.
2014-10-10Of course the shebang line of debian/zsh4 needs to be /bin/zsh5, too!Axel Beckert1-1/+1
Thanks Aaron Schrab and Sven Joachim! Git-Dch: Ignore
2014-10-10Consistent quoting in zsh4 wrapperAxel Beckert1-2/+2
Git-Dch: Ignore
2014-10-10zsh4 wrapper: Try to recognize login shells by leading dash in $0Axel Beckert1-1/+1
Thanks Frank Terbeck! Git-Dch: Ignore
2014-10-10The zsh4 wrapper needs to call zsh5, not zshAxel Beckert1-1/+1
Otherwise we may create an endless symbolic link + exec chain during upgrade Git-Dch: Ignore
2014-10-10Drop prebuild target from debian/rules (unused)Axel Beckert1-8/+1
2014-10-10Add zsh4(-static) wrapper scripts to ease switch to zsh5 (Closes: #707760)Axel Beckert6-1/+34
Also add lintian overrides for the not-meant-to-be-used wrapper not having a man-page.
2014-10-10Workflow: Patchname variable and minimal sed to make DEP3 out of "git show"Axel Beckert1-0/+2
Maybe we still need patch2quilt, but not file but commit id based. Git-Dch: Ignore
2014-10-09Workflow: Don't even mention ancient at2quilt tool in changelog examplesAxel Beckert1-5/+5
Git-Dch: Ignore
2014-10-09Workflow: Minor reformatting; grammar fixAxel Beckert1-10/+10
Git-Dch: Ignore
2014-10-09Workflow: Mention to which package dpt belongsAxel Beckert1-2/+2
Git-Dch: Ignore
2014-10-09Workflow: Update how the "New upstream release" changelog entry should look likeAxel Beckert1-5/+19
2014-10-08Upload to experimental as 5.0.7-1Axel Beckert1-8/+12
2014-10-08Workflow: Fix pdebuild optionsAxel Beckert1-1/+1
Git-Dch: Ignore
2014-10-08README.source: Minor update (outline, rephrasing)Axel Beckert1-2/+5
Git-Dch: Ignore
2014-10-08Drop patch2quilt helper (unused)Axel Beckert2-131/+0
As discussed with ft on IRC
2014-10-08Workflow: Even more reformattingAxel Beckert1-23/+23
Git-Dch: Ignore
2014-10-08Workflow: Fix copy & paste errorAxel Beckert1-2/+2
Git-Dch: Ignore
2014-10-08Workflow: Mention that merges _must_ be at upstream tags, otherwise Jenkins ↵Axel Beckert1-4/+6
fails
2014-10-08Workflow: More reformattingAxel Beckert1-13/+23
Git-Dch: Ignore
2014-10-08Workflow: TODO list for the workflow documentationAxel Beckert1-0/+13
2014-10-08Workflow: Don't use ./configure for testing if the package buildsAxel Beckert1-7/+15
2014-10-08Workflow: Minor outline tweakAxel Beckert1-1/+1
Git-Dch: Ignore
2014-10-08Workflow: gbp related updatesAxel Beckert1-16/+21
2014-10-08Workflow Updating gbp.conf is not really neededAxel Beckert1-7/+0
2014-10-08Move all helper scripts from debian/ to debian/bin/Axel Beckert4-7/+8
2014-10-08Workflow: streamline for copy&paste commandsAxel Beckert1-2/+2
2014-10-08Workflow: Use xz instead bzip2Axel Beckert1-1/+1
2014-10-08Workflow: Ensure that the merge is fast-foward onlyAxel Beckert1-1/+1
2014-10-08Workflow: Use "Transitioning to a new upstream version" from Axel's ↵Axel Beckert1-14/+29
pkg-zsh-doc repo Based upon https://github.com/xtaran/pkg-zsh-doc/blob/master/pkg-zsh-git.org
2014-10-08Workflow: Move "Keeping the local repository clean" to the end under ↵Axel Beckert1-14/+17
"General Git Hints"
2014-10-08Workflow: Fix some markdown formattingAxel Beckert1-8/+7
2014-10-08Workflow: Rewrite patch handlingAxel Beckert1-32/+61
2014-10-08Workflow: Use git push -aAxel Beckert1-1/+1
2014-10-08Workflow: Rework ChangesAxel Beckert1-22/+28
2014-10-08Workflow: Trimm down Branches documentation to the essentialsAxel Beckert1-28/+7