summaryrefslogtreecommitdiff
path: root/debian/control
AgeCommit message (Collapse)AuthorFilesLines
2019-01-05Bump debhelper compatibility level to 12Axel Beckert1-1/+1
Use b-d on "debhelper-compat (= 12)" instead of debian/compat Gbp-Dch: Full
2018-12-24Declare compliance with Debian Policy 4.3.0. (No changes needed.)Axel Beckert1-1/+1
2018-09-18Revert "Switch from the deprecated libpcre3 to the newer (!) libpcre2."Axel Beckert1-1/+1
This reverts commit a5db24730b1318dbcd80aa79c01b9d1a624cc9ca.
2018-09-15Switch from the deprecated libpcre3 to the newer (!) libpcre2.Axel Beckert1-1/+1
LP: #1792544 Gbp-Dch: Full
2018-08-26Declare compliance with Debian Policy 4.2.1. (No changes needded.)Axel Beckert1-1/+1
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
2017-12-30Bump debhelper compatibility to 11Axel Beckert1-1/+1
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-10-28Set "Rules-Requires-Root: no"Axel Beckert1-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-27Declare compliance with Debian Policy 4.1.1. (No changes needed.)Axel Beckert1-1/+1
2017-08-22Declare compliance with Debian Policy 4.1.0. (No changes needed.)Axel Beckert1-1/+1
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-06-22Bump debhelper compatibility to 10. Update versioned build-dependency on ↵Axel Beckert1-1/+1
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 Beckert1-1/+1
to HTTPS
2017-01-09Use dh_clean's directory removal feature added in debhelper 9.20151116Axel Beckert1-1/+1
2016-12-04Merge debian-stretch and debian (experimental) branch againAxel Beckert1-2/+2
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 Beckert1-1/+1
2016-05-06Declare compliance with Debian Policy 3.9.8. (No other changes were required.)Axel Beckert1-1/+1
2016-05-06Switch Vcs-Git from git:// to https://, fixes lintian warning ↵Axel Beckert1-1/+1
vcs-field-uses-insecure-uri
2016-01-31Switch Vcs-Git from git:// to https://, fixes lintian warning ↵Axel Beckert1-1/+1
vcs-field-uses-insecure-uri
2015-12-25Remove zsh-dbg package, there are automatic dbgsym packages nowAxel Beckert1-19/+0
2015-12-25Make zsh-common "Multi-Arch: foreign". (Closes: #808977)Axel Beckert1-0/+1
2015-08-14Clint Adams prefers to be removed from UploadersAxel Beckert1-1/+0
Thanks to Clint for maintaining Debian's zsh package for so long!
2015-03-08Remove zsh-beta* transitional packagesAxel Beckert1-25/+0
2015-03-08Drop manual Pre-Depends on dpkg, raise debhelper b-d to ≥ 9.20141221, see ↵Axel Beckert1-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-02Revert "Use faketime to get reproducible time stamps in PDF generation"Axel Beckert1-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-07Use faketime to get reproducible time stamps in PDF generationAxel Beckert1-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-20Pre-Depend on dpkg >= 1.17.14 explicitly for using symlink_to_dir with ↵Axel Beckert1-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-13Actually use ${misc:Pre-Depends} instead of hardcoded dpkg versionAxel Beckert1-3/+3
Fixes dpkg-gencontrol warning "unused substitution variable ${misc:Pre-Depends}".
2014-11-12Those binary packages which use symlink_to_dir need to Pre-Depend on dpkg >= ↵Axel Beckert1-0/+3
1.17.2~
2014-10-21Switch the zsh and zsh-common binary stanzas to get README.Debian installed ↵Axel Beckert1-16/+16
again
2014-09-20Bump Standards-Version to 3.9.6 (no changes needed)Axel Beckert1-1/+1
2014-09-19Apply wrap-and-sort -aAxel Beckert1-8/+19
2014-09-19Use autotools-dev as well as autoreconf to ensure configurey updates ↵Wookey1-1/+2
(Closes: #734765)
2014-09-15Change Vcs-Browser to new cgit based repository viewerAxel Beckert1-1/+1
2014-09-15Declare packaging branch in Vcs-Git headerAxel Beckert1-1/+1
Thanks Benoit Plessis!
2014-06-12Add B-D on cm-super-minimal, FTBFS with TeX Live >= 2014 otherwiseAxel Beckert1-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-10Add build-dependency on texlive-fonts-recommended (c.f. #738402, closes: ↵Axel Beckert1-0/+1
#738452)
2013-11-08zsh-common: Remove Breaks against older zsh version (Hopefully closes: #707760)Axel Beckert1-1/+0
2013-10-28Bump Standards-Version to 3.9.5 (no changes)Axel Beckert1-1/+1
2013-09-24Require texinfo >= 5, it no more builds properly with older versionsAxel Beckert1-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-26Replace texi2html by makeinfoAxel Beckert1-1/+0
Add patch to replace texi2html by makeinfo in Doc/Makefile.in. Fixes lintian warning build-depends-on-obsolete-package
2013-08-25No more pass -Zxz to dpkg-deb explicitlyAxel Beckert1-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-24debian/control: richih@debian.orgRichard Hartmann1-1/+1
2013-05-10Reorder alternative build dependenciesAxel Beckert1-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-10Add Built-Using header to zsh-staticAxel Beckert1-1/+2
Bump build-dependency on dpkg-dev to >= 1.16.2~