summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2018-04-17Update changelog for new upstream bugfix releaseAxel Beckert1-0/+7
2018-04-09Upload to unstable as 5.5-1Axel Beckert1-2/+2
2018-04-09Update changelog for new upstream releaseAxel Beckert1-0/+13
Gbp-Dch: Ignore
2018-04-08Handle /usr/local/share/zsh with dh_usrlocal (Closes: #895153)Sven Joachim3-35/+0
The upstream Makefile installs the /usr/local/share/zsh/site-functions directory, so all that is needed is not to delete it later in debian/rules, after which dh_usrlocal magically handles the rest.
2018-04-07Upload to experimental as 5.4.2-test-2-1Axel Beckert1-2/+2
2018-04-07Update changelog for new release candidate for upcoming 5.5 releaseAxel Beckert1-0/+9
Gbp-Dch: Ignore
2018-04-07Drop cherry-picked patches for CVE-2018-1071 and CVE-2018-1083Axel Beckert3-73/+0
2018-04-07Upload to unstable as 5.4.2-4Axel Beckert1-0/+14
2018-04-07Declare compliance with Debian Policy 4.1.4Axel Beckert1-1/+1
No other changes were required. Gbp-Dch: Full
2018-04-05Update Vcs-* headers for move to SalsaAxel Beckert1-2/+2
2018-04-05Drop zsh-static lintian override for no more emitted tagAxel Beckert1-1/+0
2018-04-05Cherry-pick upstream patches to fix CVE-2018-1071 + CVE-2018-1083Axel Beckert3-0/+73
* CVE-2018-1071 (Check bounds when copying path in "hashcmd()". Closes: #894044) * CVE-2018-1083 (Check bounds on PATH_MAX-sized buffer used for file completion candidates. Closes: #894043) Gbp-Dch: Full
2017-12-30Upload to unstable as 5.4.2-3 with urgency=lowAxel Beckert1-0/+13
2017-12-30Bump debhelper compatibility to 11Axel Beckert2-2/+2
Update versioned build-dependency on debhelper accordingly. Gbp-Dch: Full
2017-12-30Declare compliance with Debian Policy 4.1.3. (No changes needed.)Axel Beckert1-1/+1
2017-12-03Declare compliance with Debian Policy 4.1.2. (No changes needed.)Axel Beckert1-1/+1
2017-11-12debian/rules: Reduce some make call into fewer onesAxel Beckert1-5/+4
Gbp-Dch: Ignore
2017-11-12debian/rules: Drop some no more needed, fitting or relevant commentsAxel Beckert1-3/+0
2017-11-12Fix binary-indep/install-indep build and optimize its dependenciesAxel Beckert1-5/+6
Gbp-Dch: Ignore
2017-11-12Drop seemingly unneeded explicit dh_* calls and overridesAxel Beckert1-5/+0
Gbp-Dch: Ignore
2017-11-12debian/rules: Change from explicit targets to "minimal" dh styleAxel Beckert3-110/+52
2017-11-02Upload to unstable as 5.4.2-2Axel Beckert1-0/+13
2017-11-02dh_strip: Use --dbgsym-migration instead of historical --ddeb-migrationAxel Beckert1-1/+1
2017-10-28Set "Rules-Requires-Root: no"Axel Beckert2-1/+2
Drop "-o root -g root" from $(INSTALL_PROGRAM) in debian/rules: No more needed, user/group are either set by dh_fixperms or dpkg-deb nowadays. Gbp-Dch: Full
2017-10-27Declare compliance with Debian Policy 4.1.1. (No changes needed.)Axel Beckert1-1/+1
2017-09-13Upload to unstable as 5.4.2-1Axel Beckert1-2/+2
2017-09-13Update changelog for 5.4.2Axel Beckert2-1/+11
Gbp-Dch: Ignore
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