Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-05 | Bump debhelper compatibility level to 12 | Axel Beckert | 1 | -1/+1 | |
Use b-d on "debhelper-compat (= 12)" instead of debian/compat Gbp-Dch: Full | |||||
2018-12-24 | Declare compliance with Debian Policy 4.3.0. (No changes needed.) | Axel Beckert | 1 | -1/+1 | |
2018-09-18 | Revert "Switch from the deprecated libpcre3 to the newer (!) libpcre2." | Axel Beckert | 1 | -1/+1 | |
This reverts commit a5db24730b1318dbcd80aa79c01b9d1a624cc9ca. | |||||
2018-09-15 | Switch from the deprecated libpcre3 to the newer (!) libpcre2. | Axel Beckert | 1 | -1/+1 | |
LP: #1792544 Gbp-Dch: Full | |||||
2018-08-26 | Declare compliance with Debian Policy 4.2.1. (No changes needded.) | Axel Beckert | 1 | -1/+1 | |
2018-04-07 | Declare compliance with Debian Policy 4.1.4 | Axel Beckert | 1 | -1/+1 | |
No other changes were required. Gbp-Dch: Full | |||||
2018-04-05 | Update Vcs-* headers for move to Salsa | Axel Beckert | 1 | -2/+2 | |
2017-12-30 | Bump debhelper compatibility to 11 | Axel Beckert | 1 | -1/+1 | |
Update versioned build-dependency on debhelper accordingly. Gbp-Dch: Full | |||||
2017-12-30 | Declare compliance with Debian Policy 4.1.3. (No changes needed.) | Axel Beckert | 1 | -1/+1 | |
2017-12-03 | Declare compliance with Debian Policy 4.1.2. (No changes needed.) | Axel Beckert | 1 | -1/+1 | |
2017-10-28 | Set "Rules-Requires-Root: no" | Axel Beckert | 1 | -0/+1 | |
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-27 | Declare compliance with Debian Policy 4.1.1. (No changes needed.) | Axel Beckert | 1 | -1/+1 | |
2017-08-22 | Declare compliance with Debian Policy 4.1.0. (No changes needed.) | Axel Beckert | 1 | -1/+1 | |
2017-08-10 | Drop build-dependencies on autotools-dev and dh-autoreconf | Axel Beckert | 1 | -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-06-22 | Bump debhelper compatibility to 10. Update versioned build-dependency on ↵ | Axel Beckert | 1 | -1/+1 | |
debhelper accordingly. Remove all --parallel options from debian/rules. | |||||
2017-06-22 | Declare compliance with Debian Policy 4.0.0. (No further changes were required.) | Axel Beckert | 1 | -1/+1 | |
2017-06-22 | Switch all http://www.zsh.org/ and http://www.debian.org/ URLs in packaging ↵ | Axel Beckert | 1 | -1/+1 | |
to HTTPS | |||||
2017-01-09 | Use dh_clean's directory removal feature added in debhelper 9.20151116 | Axel Beckert | 1 | -1/+1 | |
2016-12-04 | Merge debian-stretch and debian (experimental) branch again | Axel Beckert | 1 | -2/+2 | |
2016-05-07 | Update yodl build-dependency to exclude the broken 3.08.00 upstream release. ↵ | Axel Beckert | 1 | -1/+1 | |
(See #823043 for details.) | |||||
2016-05-06 | Use "debian-stretch" as debian branch until a new upstream release is out | Axel Beckert | 1 | -1/+1 | |
2016-05-06 | Declare compliance with Debian Policy 3.9.8. (No other changes were required.) | Axel Beckert | 1 | -1/+1 | |
2016-05-06 | Switch Vcs-Git from git:// to https://, fixes lintian warning ↵ | Axel Beckert | 1 | -1/+1 | |
vcs-field-uses-insecure-uri | |||||
2016-01-31 | Switch Vcs-Git from git:// to https://, fixes lintian warning ↵ | Axel Beckert | 1 | -1/+1 | |
vcs-field-uses-insecure-uri | |||||
2015-12-25 | Remove zsh-dbg package, there are automatic dbgsym packages now | Axel Beckert | 1 | -19/+0 | |
2015-12-25 | Make zsh-common "Multi-Arch: foreign". (Closes: #808977) | Axel Beckert | 1 | -0/+1 | |
2015-08-14 | Clint Adams prefers to be removed from Uploaders | Axel Beckert | 1 | -1/+0 | |
Thanks to Clint for maintaining Debian's zsh package for so long! | |||||
2015-03-08 | Remove zsh-beta* transitional packages | Axel Beckert | 1 | -25/+0 | |
2015-03-08 | Drop manual Pre-Depends on dpkg, raise debhelper b-d to ≥ 9.20141221, see ↵ | Axel Beckert | 1 | -7/+4 | |
#770226 + #770245 This simplifies debian/control quite a bit. This commit should be still suitable for Jessie (if necessary) since the mentioned debhelper version has just been unblocked for Jessie, see https://bugs.debian.org/780016 -- On the other hand we're probably on the safe side if we don't include it for any further Jessie updates and just branch after the debian/5.0.7-5 tag. | |||||
2015-03-02 | Revert "Use faketime to get reproducible time stamps in PDF generation" | Axel Beckert | 1 | -2/+1 | |
faketime currently does not work properly in Jessie/Sid chroots on Wheezy hosts, see https://bugs.debian.org/778462 for details. And we rather needed a properly building zsh than a reproducible build (for now). This reverts commit 0dc9a03cbd0520a5566fbb264741d221c7972904. | |||||
2015-02-07 | Use faketime to get reproducible time stamps in PDF generation | Axel Beckert | 1 | -1/+2 | |
Add build-dependency on faketime and bump build-dependency on dpkg-dev to 1.17.0 for using "dpkg-parsechangelog -S". | |||||
2014-11-20 | Pre-Depend on dpkg >= 1.17.14 explicitly for using symlink_to_dir with ↵ | Axel Beckert | 1 | -3/+6 | |
relative symlinks (Closes: #770226) This workaround may be removed once https://bugs.debian.org/770245 is fixed in debhelper -- which is likely the initial cause for #770226. | |||||
2014-11-13 | Actually use ${misc:Pre-Depends} instead of hardcoded dpkg version | Axel Beckert | 1 | -3/+3 | |
Fixes dpkg-gencontrol warning "unused substitution variable ${misc:Pre-Depends}". | |||||
2014-11-12 | Those binary packages which use symlink_to_dir need to Pre-Depend on dpkg >= ↵ | Axel Beckert | 1 | -0/+3 | |
1.17.2~ | |||||
2014-10-21 | Switch the zsh and zsh-common binary stanzas to get README.Debian installed ↵ | Axel Beckert | 1 | -16/+16 | |
again | |||||
2014-09-20 | Bump Standards-Version to 3.9.6 (no changes needed) | Axel Beckert | 1 | -1/+1 | |
2014-09-19 | Apply wrap-and-sort -a | Axel Beckert | 1 | -8/+19 | |
2014-09-19 | Use autotools-dev as well as autoreconf to ensure configurey updates ↵ | Wookey | 1 | -1/+2 | |
(Closes: #734765) | |||||
2014-09-15 | Change Vcs-Browser to new cgit based repository viewer | Axel Beckert | 1 | -1/+1 | |
2014-09-15 | Declare packaging branch in Vcs-Git header | Axel Beckert | 1 | -1/+1 | |
Thanks Benoit Plessis! | |||||
2014-06-12 | Add B-D on cm-super-minimal, FTBFS with TeX Live >= 2014 otherwise | Axel Beckert | 1 | -0/+1 | |
While we could have added a build-dependency on e.g. "cm-super-minimal | texlive-fonts-recommended (<< 2014)", cm-super-minimal is available since at least Debian 6 Squeeze and not that large (at least not compared to the remainder of TeX Live :-), so that it won't hurt to have it as unneeded build-dependency for e.g. backports to Wheezy or Squeeze. | |||||
2014-02-10 | Add build-dependency on texlive-fonts-recommended (c.f. #738402, closes: ↵ | Axel Beckert | 1 | -0/+1 | |
#738452) | |||||
2013-11-08 | zsh-common: Remove Breaks against older zsh version (Hopefully closes: #707760) | Axel Beckert | 1 | -1/+0 | |
2013-10-28 | Bump Standards-Version to 3.9.5 (no changes) | Axel Beckert | 1 | -1/+1 | |
2013-09-24 | Require texinfo >= 5, it no more builds properly with older versions | Axel Beckert | 1 | -2/+2 | |
The package uses "makeinfo --split=chapter" and that feature doesn't seem to be available in any stable releases before 5.0. | |||||
2013-08-26 | Replace texi2html by makeinfo | Axel Beckert | 1 | -1/+0 | |
Add patch to replace texi2html by makeinfo in Doc/Makefile.in. Fixes lintian warning build-depends-on-obsolete-package | |||||
2013-08-25 | No more pass -Zxz to dpkg-deb explicitly | Axel Beckert | 1 | -4/+0 | |
dpkg-deb uses xz as compressor by default since 1.17.0 so still having them explicitly for some, but not all to be built binary packages is probably more confusing than we will gain when doing backports. This also allows to remove the Pre-Depends on dpkg >= 1.15.6~. Complexity reduction for the win! | |||||
2013-08-24 | debian/control: richih@debian.org | Richard Hartmann | 1 | -1/+1 | |
2013-05-10 | Reorder alternative build dependencies | Axel Beckert | 1 | -1/+1 | |
sbuild solely uses the first build dependencies if alternatives are given. Hence texlive-latex-recommended should come before texinfo (<< 5~). Thanks to Sebastian Ramacher for the hint! | |||||
2013-05-10 | Add Built-Using header to zsh-static | Axel Beckert | 1 | -1/+2 | |
Bump build-dependency on dpkg-dev to >= 1.16.2~ |