summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2017-08-22Declare compliance with Debian Policy 4.1.0. (No changes needed.)Axel Beckert1-1/+1
2017-08-11Document change of default behaviour in 5.4.1 in NEWS.DebianAxel Beckert1-0/+34
Closes: #871816
2017-08-11Upload to unstable as 5.4.1-1Axel Beckert1-6/+20
2017-08-11Replace dh_autotools-dev_*config with dh_update_autotools_config (+ dh_clean)Axel Beckert2-4/+1
Also remove just added Lintian override again.
2017-08-10Change the value of $ZSH_PATCHLEVEL.Daniel Shahaf1-1/+2
Before this patch the value was 'Debian'. With this patch the value embeds the vendor name and package version number: 'debian/5.3.1-5'. Upstream's default is `git describe` output, e.g., '5.3.1-test-2-0-gd17f9d32f'.
2017-08-10Add lintian override for missing-build-dependency-for-dh_-command, see #871711Axel Beckert1-0/+2
2017-08-10Drop build-dependencies on autotools-dev and dh-autoreconfAxel Beckert1-3/+1
No more needed with debhelper compatibility level 10 and the according versioned build-dependency. Thanks: Lintian for the hint. Gbp-Dch: Full
2017-08-10Drop all but two patches for 5.4.1, add changelog entry for 5.4.1-1Axel Beckert10-336/+8
2017-06-22Upload to unstable as 5.3.1-5Axel Beckert1-0/+14
2017-06-22Bump debhelper compatibility to 10. Update versioned build-dependency on ↵Axel Beckert3-10/+10
debhelper accordingly. Remove all --parallel options from debian/rules.
2017-06-22Declare compliance with Debian Policy 4.0.0. (No further changes were required.)Axel Beckert1-1/+1
2017-06-22Switch all http://www.zsh.org/ and http://www.debian.org/ URLs in packaging ↵Axel Beckert8-10/+10
to HTTPS
2017-06-22Patch configure.ac to add support for yodl 4 to yodl version checkAxel Beckert2-0/+16
Closes: #865492
2017-04-11Upload to unstable as 5.3.1-4 with urgency=highAxel Beckert1-0/+8
urgency=high due RC bug fix
2017-04-11Reorder zsh.postinst: do alternatives removal before (re)creating ↵Axel Beckert1-8/+8
/usr/bin/zsh symlink Closes: #860033 Thanks: ilf for the bug report and Adrian Bunk for finding the right solution.
2017-01-19Upload to unstable as 5.3.1-3Axel Beckert1-0/+15
2017-01-17Cherry-pick four stability patches from upstreamAxel Beckert5-0/+111
2017-01-09Upload to unstable as 5.3.1-2Axel Beckert1-0/+12
2017-01-09Apply "wrap-and-sort -a"Axel Beckert7-20/+20
2017-01-09Use dh_clean's directory removal feature added in debhelper 9.20151116Axel Beckert3-2/+4
2017-01-08Add lintian override for debian-news-entry-uses-asterisk as that won't changeAxel Beckert1-0/+2
2017-01-08Add patches by Daniel Shahaf to add swaks and update bts completionAxel Beckert3-0/+175
… as posted by Daniel on zsh-workers.
2016-12-27Upload to unstable as 5.3.1-1Axel Beckert1-4/+10
Gbp-Dch: Ignore
2016-12-27Only handle /usr/bin/zsh symlink in postrm/remove and postinst/configure stagesAxel Beckert2-12/+13
Introducing compatibility with the standards-ignoring usrmerge package, the zsh package started to create and remove the /usr/bin/zsh symlink in all possible stages of the according maintainer scripts: The symlink was even created on zsh.postinst being called with abort-* as parameter and on zsh.postrm being called with upgrade as parameter, leading to a removal and recreation of the symlink during upgrades and hence being without that symlink for a more or less short timespan. Closes: #841048
2016-12-27Remove zsh.postinst code which was commented for longer than we use gitAxel Beckert1-4/+2
2016-12-27Add patch by Daniel Shahaf to make zsh-dev reproducible (c.f. #849288)Axel Beckert2-0/+34
2016-12-23Add preliminary changelog entry for new upstream release 5.3.1Axel Beckert1-0/+8
2016-12-22bug-script: Add ondir to list of packages which provide code meant to be ↵Axel Beckert1-0/+1
sourced in .zshrc
2016-12-11Upload to unstable as 5.3-1Axel Beckert1-3/+9
2016-12-11Update section list with further missing sections, remove ancient base sectionAxel Beckert1-8/+17
2016-12-11Update Josh's patch for consistency between main, contrib and non-freeAxel Beckert1-1/+1
Use brace expansion as suggested by Daniel Shahaf.
2016-12-11Add patch to update for new Debian programming language sectionsJosh Triplett2-0/+43
Closes: #847540
2016-12-11Update changelog for the 5.3 release of ZshAxel Beckert1-1/+7
Also update header of previous changelog entry from urgency=medium to urgency=low as it was meant to be.
2016-12-10Changelog entry for upstream test version 5.2-test-3Axel Beckert1-0/+6
2016-12-07Upload to experimental as 5.2-test-2-1Axel Beckert1-2/+2
2016-12-06Update debian/changelog for new upstream test release 5.2-test-2Axel Beckert1-0/+7
2016-12-06Remove cherry-picked patchAxel Beckert2-28/+0
2016-12-04Upload to experimental as 5.2-test-1-1Axel Beckert1-2/+4
2016-12-04Cherry-pick af2ab0247: attempt to make output from interactive test more robustAxel Beckert2-0/+28
2016-12-04Update current changelog entryAxel Beckert1-6/+7
* Refer to different upstream fix for #514857. Thanks Daniel Shahaf! * Add upstream fix for #479841. Thanks Daniel Shahaf! * Fix false friend "menue". Thanks Daniel Shahaf! * Cosmetic changes. Gbp-Dch: Ignore
2016-12-04Switch all http://sourceforge.net/ URLs in packaging to https://Axel Beckert2-2/+2
The fact that http://sourceforge.net/ redirects to https:// was reported by DUCK.
2016-12-04Add changelog entry for new upstream test releaseAxel Beckert1-0/+19
Gbp-Dch: Ignore
2016-12-04Remove cherry-picked fix-segfault-in-is_cond_binary_op.patchAxel Beckert2-19/+0
... in preparation of merging a new upstream release.
2016-12-04Merge debian-stretch and debian (experimental) branch againAxel Beckert5-4/+44
2016-11-04Update path to zsh used in GUI menuesAxel Beckert2-2/+2
Thanks: Mika Prokop
2016-05-08Upload to unstable as 5.2-5 with urgency=lowAxel Beckert1-0/+7
2016-05-08Also remove hardcoded /usr/bin/zsh symlink in postrm again. (Closes: #823730)Axel Beckert1-0/+5
2016-05-08Upload to unstable as 5.2-4Axel Beckert1-0/+28
2016-05-07Update yodl build-dependency to exclude the broken 3.08.00 upstream release. ↵Axel Beckert1-1/+1
(See #823043 for details.)
2016-05-06Use "debian-stretch" as debian branch until a new upstream release is outAxel Beckert2-2/+2